DBA Data[Home] [Help]

APPS.WIP_VALIDATEMLHEADER_PVT dependencies on PJM_PROJECT_LOCATOR

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

4681: --end if;
4682: end if;
4683:
4684: if ( wjsi_row.project_id is not null) then
4685: if(pjm_project_locator.check_itemLocatorControl(wjsi_row.organization_id,
4686: wjsi_row.completion_subinventory,
4687: wjsi_row.completion_locator_id,
4688: primary_item_row.inventory_item_id,
4689: 2)) then

Line 4690: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,

4686: wjsi_row.completion_subinventory,
4687: wjsi_row.completion_locator_id,
4688: primary_item_row.inventory_item_id,
4689: 2)) then
4690: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,
4691: wjsi_row.completion_locator_id,
4692: wjsi_row.project_id,
4693: wjsi_row.task_id,
4694: l_projectLocID);

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

4693: wjsi_row.task_id,
4694: l_projectLocID);
4695: if ( l_projectLocID is not null ) then
4696: wjsi_row.completion_locator_id := l_projectLocID;
4697: if(not pjm_project_locator.check_project_references(wjsi_row.organization_id,
4698: l_projectLocID,
4699: 'SPECIFIC', -- validation mode
4700: 'Y', -- required?
4701: wjsi_row.project_id,