DBA Data[Home] [Help]

APPS.INV_EXPRESS_PICK_PUB dependencies on WSH_INTEGRATION

Line 631: l_InvPCInRecType wsh_integration.invpcinrectype;

627: x_serial_number VARCHAR2(30);
628: g_transaction_temp_id NUMBER;
629: l_transferred_rsv_qty NUMBER :=0;
630: l_partial_pick BOOLEAN :=false;
631: l_InvPCInRecType wsh_integration.invpcinrectype;
632:
633: --INVCONV kkillams
634: l_orig_sec_req_qty NUMBER;
635: l_remain_sec_qty NUMBER;

Line 927: WSH_INTEGRATION.Set_Inv_PC_Attributes

923:
924:
925: l_InvPCInRecType.source_code :='INV';
926: l_InvPCInRecType.api_version_number :=1.0;
927: WSH_INTEGRATION.Set_Inv_PC_Attributes
928: ( p_in_attributes => l_InvPCInRecType,
929: x_return_status => l_return_status,
930: x_msg_count => l_msg_count,
931: x_msg_data => l_msg_data );