DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on PJM_PROJECT_LOCATOR

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

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

Line 1840: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,

1836: wjsi_row.completion_subinventory,
1837: wjsi_row.completion_locator_id,
1838: l_item_id,
1839: 2)) then
1840: pjm_project_locator.get_defaultProjectLocator(wjsi_row.organization_id,
1841: wjsi_row.completion_locator_id,
1842: wjsi_row.project_id,
1843: wjsi_row.task_id,
1844: l_prj_loc_id);

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

1843: wjsi_row.task_id,
1844: l_prj_loc_id);
1845: if(l_prj_loc_id is not null) then
1846: wjsi_row.completion_locator_id := l_prj_loc_id; --for write to wjsi
1847: if(not pjm_project_locator.check_project_references(wjsi_row.organization_id,
1848: l_prj_loc_id,
1849: 'SPECIFIC', -- validation mode
1850: 'Y', -- required?
1851: wjsi_row.project_id,