'Add Ticket Release Table Record and Update Master Label Table,Update PS_TICKET_DTL Table
Public Function UpdatePSTicketTables(ByVal strArinvtID As String, ByVal strPsTicketDtlID As String, ByVal strModuleSN As String)
Dim strTicketRelID As String
'add record to pick ticket release table
Dim InstSql As String
Dim InstCommand As New ADODB.command