DBA Data[Home] [Help]

APPS.WMS_WAVEPLAN_TASKS_PVT dependencies on INV_PROJECT

Line 350: inv_project.get_locator (wwtt.locator_id,

346: IF g_project_enabled_organization = 'Y'
347: THEN
348: UPDATE wms_waveplan_tasks_temp wwtt
349: SET LOCATOR =
350: inv_project.get_locator (wwtt.locator_id,
351: wwtt.organization_id
352: )
353: WHERE LOCATOR IS NULL;
354:

Line 359: inv_project.get_locator (wwtt.to_locator_id,

355: IF g_to_locator_visible = 'T'
356: THEN
357: UPDATE wms_waveplan_tasks_temp wwtt
358: SET to_locator =
359: inv_project.get_locator (wwtt.to_locator_id,
360: wwtt.organization_id
361: )
362: WHERE to_locator IS NULL;
363: END IF;