DBA Data[Home] [Help]

APPS.JMF_SHIKYU_AUTO_RCV_PROC dependencies on PJM_PROJECT_LOCATOR

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

2111: );
2112: -- end debug log\
2113:
2114: --if this LOCATOR_TYPE column = 3 and if the project id of the Replenishment Sales Order Line is not null,
2115: --then call the PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator procedure.
2116: --else pass the DEFAULT_PULL_SUPPLY_LOCATOR_ID to RCV_Transaction_Interface.
2117: IF (l_locator_type = 3 and l_project_id IS NOT NULL)
2118: THEN
2119: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id

Line 2119: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id

2115: --then call the PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator procedure.
2116: --else pass the DEFAULT_PULL_SUPPLY_LOCATOR_ID to RCV_Transaction_Interface.
2117: IF (l_locator_type = 3 and l_project_id IS NOT NULL)
2118: THEN
2119: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(p_organization_id => p_inventory_org_id
2120: , p_locator_id => l_default_locator_id
2121: , p_project_id => l_project_id
2122: , p_task_id => l_task_id
2123: , p_project_locator_id => l_dest_locator_id