DBA Data[Home] [Help]

APPS.WIP_FLOW_DERIVE dependencies on PJM_PROJECT_LOCATOR

Line 277: if (pjm_project_locator.check_itemlocatorcontrol(

273:
274: --The following piece of code that checks for dynamic
275: --locator creation, will be replaced by call to pacifia's routine.
276:
277: if (pjm_project_locator.check_itemlocatorcontrol(
278: p_organization_id => p_org_id,
279: p_sub => p_comp_sub,
280: p_loc => p_comp_loc,
281: p_item_id => p_item_id,

Line 293: pjm_project_locator.Get_DefaultProjectLocator(

289:
290: if (l_success = 1 ) then
291: -- Modified for Bug 11695990. In, IN-OUT Variables should be different.
292: l_comp_loc := p_comp_loc;
293: pjm_project_locator.Get_DefaultProjectLocator(
294: p_organization_id => p_org_id,
295: p_locator_id => l_comp_loc,
296: p_project_id => p_proj_id,
297: p_task_id => p_task_id,

Line 394: if (pjm_project_locator.check_itemlocatorcontrol(

390: locator creation, will be replaced by call to
391: pacifia's routine.
392: *****************************************************/
393:
394: if (pjm_project_locator.check_itemlocatorcontrol(
395: p_organization_id => p_org_id,
396: p_sub => p_comp_sub,
397: p_loc => p_comp_loc,
398: p_item_id => p_item_id,

Line 409: pjm_project_locator.Get_DefaultProjectLocator(

405: and subinventory_code = p_comp_sub ;
406:
407: if (x_success = 1 ) then
408:
409: pjm_project_locator.Get_DefaultProjectLocator(
410: p_organization_id => p_org_id,
411: p_locator_id => p_comp_loc,
412: p_project_id => p_proj_id,
413: p_task_id => p_task_id,