DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_INTEGRATION

Line 2433: l_invpcinrectype wsh_integration.invpcinrectype;

2429: l_progress VARCHAR2(500) := '0';
2430:
2431: -- Vaiables for call to Update_Shipping_Attributes
2432: l_shipping_attr wsh_interface.changedattributetabtype;
2433: l_invpcinrectype wsh_integration.invpcinrectype;
2434:
2435: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2436: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2437: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;

Line 2793: wsh_integration.set_inv_pc_attributes(p_in_attributes => l_invpcinrectype, x_return_status => ret_status

2789: IF (l_debug = 1) THEN
2790: inv_log_util.TRACE('Calling Set_Inv_PC_Attributes transaction_temp_id=' || l_invpcinrectype.transaction_temp_id, l_api_name);
2791: END IF;
2792:
2793: wsh_integration.set_inv_pc_attributes(p_in_attributes => l_invpcinrectype, x_return_status => ret_status
2794: , x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata);
2795:
2796: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
2797: IF (l_debug = 1) THEN