DBA Data[Home] [Help]

APPS.INV_LPN_TRX_PUB dependencies on WSH_INTEGRATION

Line 2216: l_invpcinrectype wsh_integration.invpcinrectype;

2212: l_progress VARCHAR2(500) := '0';
2213:
2214: -- Vaiables for call to Update_Shipping_Attributes
2215: l_shipping_attr wsh_interface.changedattributetabtype;
2216: l_invpcinrectype wsh_integration.invpcinrectype;
2217:
2218: -- Types needed for WSH_WMS_LPN_GRP.Delivery_Detail_Action
2219: l_wsh_lpn_id_tbl wsh_util_core.id_tab_type;
2220: l_wsh_del_det_id_tbl wsh_util_core.id_tab_type;

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

2564: IF (l_debug = 1) THEN
2565: inv_log_util.TRACE('Calling Set_Inv_PC_Attributes transaction_temp_id=' || l_invpcinrectype.transaction_temp_id, l_api_name);
2566: END IF;
2567:
2568: wsh_integration.set_inv_pc_attributes(p_in_attributes => l_invpcinrectype, x_return_status => ret_status
2569: , x_msg_count => ret_msgcnt, x_msg_data => ret_msgdata);
2570:
2571: IF (ret_status <> fnd_api.g_ret_sts_success) THEN
2572: IF (l_debug = 1) THEN