DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on PJM_PROJECT_LOCATOR

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

1826: -- If successful, PJM will set the output locator parameter.
1827: -- If unsuccessful, they will leave it at its current value or,
1828: -- if things really go wrong, throw a no_data_found.
1829: if(wjsi_row.project_id is not null) then
1830: if(pjm_project_locator.check_itemLocatorControl(wjsi_row.organization_id,
1831: wjsi_row.completion_subinventory,
1832: wjsi_row.completion_locator_id,
1833: l_item_id,
1834: 2)) then

Line 1835: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,

1831: wjsi_row.completion_subinventory,
1832: wjsi_row.completion_locator_id,
1833: l_item_id,
1834: 2)) then
1835: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,
1836: wjsi_row.completion_locator_id,
1837: wjsi_row.project_id,
1838: wjsi_row.task_id,
1839: l_prj_loc_id);

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

1838: wjsi_row.task_id,
1839: l_prj_loc_id);
1840: if(l_prj_loc_id is not null) then
1841: wjsi_row.completion_locator_id := l_prj_loc_id; --for write to wjsi
1842: if(not pjm_project_locator.check_project_references(wjsi_row.organization_id,
1843: l_prj_loc_id,
1844: 'SPECIFIC', -- validation mode
1845: 'Y', -- required?
1846: wjsi_row.project_id,