DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on PJM_PROJECT_LOCATOR

Line 4556: if(pjm_project_locator.check_itemLocatorControl(wjsi_row.organization_id,

4552: --end if;
4553: end if;
4554:
4555: if ( wjsi_row.project_id is not null) then
4556: if(pjm_project_locator.check_itemLocatorControl(wjsi_row.organization_id,
4557: wjsi_row.completion_subinventory,
4558: wjsi_row.completion_locator_id,
4559: primary_item_row.inventory_item_id,
4560: 2)) then

Line 4561: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,

4557: wjsi_row.completion_subinventory,
4558: wjsi_row.completion_locator_id,
4559: primary_item_row.inventory_item_id,
4560: 2)) then
4561: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,
4562: wjsi_row.completion_locator_id,
4563: wjsi_row.project_id,
4564: wjsi_row.task_id,
4565: l_projectLocID);

Line 4568: if(not pjm_project_locator.check_project_references(wjsi_row.organization_id,

4564: wjsi_row.task_id,
4565: l_projectLocID);
4566: if ( l_projectLocID is not null ) then
4567: wjsi_row.completion_locator_id := l_projectLocID;
4568: if(not pjm_project_locator.check_project_references(wjsi_row.organization_id,
4569: l_projectLocID,
4570: 'SPECIFIC', -- validation mode
4571: 'Y', -- required?
4572: wjsi_row.project_id,