DBA Data[Home] [Help]

APPS.WIP_REQUIREMENT_VALIDATIONS dependencies on PJM_PROJECT_LOCATOR

Line 1009: if(pjm_project_locator.check_itemLocatorControl(p_organization_id,

1005: goto end_loop;
1006: end if;
1007:
1008: if ( l_project_id is not null) then
1009: if(pjm_project_locator.check_itemLocatorControl(p_organization_id,
1010: l_subinventory,
1011: l_locatorid,
1012: l_inventoryitem,
1013: 2)) then

Line 1014: pjm_project_locator.get_defaultProjectLocator(p_organization_id,

1010: l_subinventory,
1011: l_locatorid,
1012: l_inventoryitem,
1013: 2)) then
1014: pjm_project_locator.get_defaultProjectLocator(p_organization_id,
1015: l_locatorid,
1016: l_project_id,
1017: l_task_id,
1018: l_projectLocID);

Line 1021: if(not pjm_project_locator.check_project_references(p_organization_id,

1017: l_task_id,
1018: l_projectLocID);
1019: if ( l_projectLocID is not null ) then
1020: l_locatorid := l_projectLocID;
1021: if(not pjm_project_locator.check_project_references(p_organization_id,
1022: l_projectLocID,
1023: 'SPECIFIC', -- validation mode
1024: 'Y', -- required?
1025: l_project_id,