DBA Data[Home] [Help]

APPS.AHL_PRD_MTLTXN_PVT dependencies on PJM_PROJECT_LOCATOR

Line 2472: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(

2468: IF (l_inv_locator_id IS NOT NULL) THEN
2469: IF G_DEBUG='Y' THEN
2470: AHL_DEBUG_PUB.debug('Defaulting from Visit Locator['||l_inv_locator_id||','|| l_project_id ||',' || l_project_task_id || ']');
2471: END IF;
2472: PJM_PROJECT_LOCATOR.Get_DefaultProjectLocator(
2473: p_organization_id => p_x_ahl_mtltxn_rec.organization_id,
2474: p_locator_id => l_inv_locator_id,
2475: p_project_id => l_project_id,
2476: p_task_id => l_project_task_id,