DBA Data[Home] [Help]

APPS.INV_TRANSFER_ORDER_PVT dependencies on WSH_INTEGRATION

Line 2562: l_InvPCInRecType wsh_integration.invpcinrectype;

2558: l_new_container_name VARCHAR2(30);
2559: l_status_code VARCHAR2(3);
2560: l_container_delivery_det_id NUMBER;
2561: l_container_rec wsh_container_grp.changedattributetabtype;
2562: l_InvPCInRecType wsh_integration.invpcinrectype;
2563: l_wms_org_flag BOOLEAN;
2564: l_omh_installed NUMBER;
2565: l_catch_weight_enabled VARCHAR(30);
2566: l_organization_id NUMBER; --For Bug#3153166

Line 4634: WSH_INTEGRATION.Set_Inv_PC_Attributes

4630: END IF;
4631: l_InvPCInRecType.transaction_id :=p_xfr_transaction_id;
4632: l_InvPCInRecType.source_code :='INV';
4633: l_InvPCInRecType.api_version_number :=1.0;
4634: WSH_INTEGRATION.Set_Inv_PC_Attributes
4635: ( p_in_attributes => l_InvPCInRecType,
4636: x_return_status => l_return_status,
4637: x_msg_count => l_msg_count,
4638: x_msg_data => l_msg_data );

Line 4927: WSH_INTEGRATION.Set_Inv_PC_Attributes

4923: IF (l_debug = 1) THEN
4924: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' sertrxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
4925: END IF;
4926:
4927: WSH_INTEGRATION.Set_Inv_PC_Attributes
4928: ( p_in_attributes => l_InvPCInRecType,
4929: x_return_status => l_return_status,
4930: x_msg_count => l_msg_count,
4931: x_msg_data => l_msg_data );

Line 5030: WSH_INTEGRATION.Set_Inv_PC_Attributes

5026: IF (l_debug = 1) THEN
5027: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5028: END IF;
5029:
5030: WSH_INTEGRATION.Set_Inv_PC_Attributes
5031: ( p_in_attributes => l_InvPCInRecType,
5032: x_return_status => l_return_status,
5033: x_msg_count => l_msg_count,
5034: x_msg_data => l_msg_data );

Line 5155: WSH_INTEGRATION.Set_Inv_PC_Attributes

5151: IF (l_debug = 1) THEN
5152: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5153: END IF;
5154:
5155: WSH_INTEGRATION.Set_Inv_PC_Attributes
5156: ( p_in_attributes => l_InvPCInRecType,
5157: x_return_status => l_return_status,
5158: x_msg_count => l_msg_count,
5159: x_msg_data => l_msg_data );

Line 5260: WSH_INTEGRATION.Set_Inv_PC_Attributes

5256: IF (l_debug = 1) THEN
5257: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5258: END IF;
5259:
5260: WSH_INTEGRATION.Set_Inv_PC_Attributes
5261: ( p_in_attributes => l_InvPCInRecType,
5262: x_return_status => l_return_status,
5263: x_msg_count => l_msg_count,
5264: x_msg_data => l_msg_data );

Line 5403: WSH_INTEGRATION.Set_Inv_PC_Attributes

5399: IF (l_debug = 1) THEN
5400: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5401: END IF;
5402:
5403: WSH_INTEGRATION.Set_Inv_PC_Attributes
5404: ( p_in_attributes => l_InvPCInRecType,
5405: x_return_status => l_return_status,
5406: x_msg_count => l_msg_count,
5407: x_msg_data => l_msg_data );

Line 5505: WSH_INTEGRATION.Set_Inv_PC_Attributes

5501: IF (l_debug = 1) THEN
5502: DEBUG('Calling Set_Inv_PC_Attributes with trxid='||l_InvPCInRecType.transaction_id||' trxtmpid='||l_InvPCInRecType.transaction_temp_id, 'Finalize Pick Confirm');
5503: END IF;
5504:
5505: WSH_INTEGRATION.Set_Inv_PC_Attributes
5506: ( p_in_attributes => l_InvPCInRecType,
5507: x_return_status => l_return_status,
5508: x_msg_count => l_msg_count,
5509: x_msg_data => l_msg_data );