DBA Data[Home] [Help]

APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on PJM_PROJECT_LOCATOR

Line 2095: --then call the PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator procedure.

2091: );
2092: -- end debug log\
2093:
2094: --if this LOCATOR_TYPE column = 3 and if the project id of the Replenishment Sales Order Line is not null,
2095: --then call the PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator procedure.
2096: --else pass the DEFAULT_PULL_SUPPLY_LOCATOR_ID to RCV_Transaction_Interface.
2097: IF (l_locator_type = 3 and l_project_id IS NOT NULL)
2098: THEN
2099: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id

Line 2099: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id

2095: --then call the PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator procedure.
2096: --else pass the DEFAULT_PULL_SUPPLY_LOCATOR_ID to RCV_Transaction_Interface.
2097: IF (l_locator_type = 3 and l_project_id IS NOT NULL)
2098: THEN
2099: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id
2100: , p_locator_id => l_default_locator_id
2101: , p_project_id => l_project_id
2102: , p_task_id => l_task_id
2103: , p_project_locator_id => l_dest_locator_id