DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on WSH_INTEGRATION

Line 2548: l_InvPCInRecType wsh_integration.invpcinrectype;

2544: l_new_container_name VARCHAR2(30);
2545: l_status_code VARCHAR2(3);
2546: l_container_delivery_det_id NUMBER;
2547: l_container_rec wsh_container_grp.changedattributetabtype;
2548: l_InvPCInRecType wsh_integration.invpcinrectype;
2549: l_wms_org_flag BOOLEAN;
2550: l_omh_installed NUMBER;
2551: l_catch_weight_enabled VARCHAR(30);
2552: l_organization_id NUMBER; --For Bug#3153166

Line 4298: WSH_INTEGRATION.Set_Inv_PC_Attributes

4294: END IF;
4295: l_InvPCInRecType.transaction_id :=p_xfr_transaction_id;
4296: l_InvPCInRecType.source_code :='INV';
4297: l_InvPCInRecType.api_version_number :=1.0;
4298: WSH_INTEGRATION.Set_Inv_PC_Attributes
4299: ( p_in_attributes => l_InvPCInRecType,
4300: x_return_status => l_return_status,
4301: x_msg_count => l_msg_count,
4302: x_msg_data => l_msg_data );

Line 4590: WSH_INTEGRATION.Set_Inv_PC_Attributes

4586: IF (l_debug = 1) THEN
4587: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' sertrxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
4588: END IF;
4589:
4590: WSH_INTEGRATION.Set_Inv_PC_Attributes
4591: ( p_in_attributes => l_InvPCInRecType,
4592: x_return_status => l_return_status,
4593: x_msg_count => l_msg_count,
4594: x_msg_data => l_msg_data );

Line 4694: WSH_INTEGRATION.Set_Inv_PC_Attributes

4690: IF (l_debug = 1) THEN
4691: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
4692: END IF;
4693:
4694: WSH_INTEGRATION.Set_Inv_PC_Attributes
4695: ( p_in_attributes => l_InvPCInRecType,
4696: x_return_status => l_return_status,
4697: x_msg_count => l_msg_count,
4698: x_msg_data => l_msg_data );

Line 4819: WSH_INTEGRATION.Set_Inv_PC_Attributes

4815: IF (l_debug = 1) THEN
4816: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
4817: END IF;
4818:
4819: WSH_INTEGRATION.Set_Inv_PC_Attributes
4820: ( p_in_attributes => l_InvPCInRecType,
4821: x_return_status => l_return_status,
4822: x_msg_count => l_msg_count,
4823: x_msg_data => l_msg_data );

Line 4916: WSH_INTEGRATION.Set_Inv_PC_Attributes

4912: IF (l_debug = 1) THEN
4913: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
4914: END IF;
4915:
4916: WSH_INTEGRATION.Set_Inv_PC_Attributes
4917: ( p_in_attributes => l_InvPCInRecType,
4918: x_return_status => l_return_status,
4919: x_msg_count => l_msg_count,
4920: x_msg_data => l_msg_data );

Line 5059: WSH_INTEGRATION.Set_Inv_PC_Attributes

5055: IF (l_debug = 1) THEN
5056: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5057: END IF;
5058:
5059: WSH_INTEGRATION.Set_Inv_PC_Attributes
5060: ( p_in_attributes => l_InvPCInRecType,
5061: x_return_status => l_return_status,
5062: x_msg_count => l_msg_count,
5063: x_msg_data => l_msg_data );

Line 5150: WSH_INTEGRATION.Set_Inv_PC_Attributes

5146: IF (l_debug = 1) THEN
5147: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5148: END IF;
5149:
5150: WSH_INTEGRATION.Set_Inv_PC_Attributes
5151: ( p_in_attributes => l_InvPCInRecType,
5152: x_return_status => l_return_status,
5153: x_msg_count => l_msg_count,
5154: x_msg_data => l_msg_data );