DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WMS_WIP_INTEGRATION

Line 2912: wms_wip_integration.get_wip_info_for_putaway

2908: DEBUG('Calling WIP Integration API for temp_id ' || l_tempid_tab(i) ,l_proc_name,9);
2909: END IF;
2910: l_progress := '333';
2911:
2912: wms_wip_integration.get_wip_info_for_putaway
2913: (
2914: p_temp_id => l_tempid_tab(i)
2915: ,x_wip_entity_type => l_wip_entity_type_tab(i)
2916: ,x_job => l_job_tab(i)