DBA Data[Home] [Help]

APPS.WMS_PUTAWAY_UTILS dependencies on WMS_WIP_INTEGRATION

Line 3565: wms_wip_integration.get_wip_info_for_putaway

3561: DEBUG('Calling WIP Integration API for temp_id ' || l_tempid_tab(i) ,l_proc_name,9);
3562: END IF;
3563: l_progress := '333';
3564:
3565: wms_wip_integration.get_wip_info_for_putaway
3566: (
3567: p_temp_id => l_tempid_tab(i)
3568: ,x_wip_entity_type => l_wip_entity_type_tab(i)
3569: ,x_job => l_job_tab(i)