DBA Data[Home] [Help]

APPS.WIP_FLOW_DERIVE dependencies on PJM_PROJECT_LOCATOR

Line 270: if (pjm_project_locator.check_itemlocatorcontrol(

266:
267: --The following piece of code that checks for dynamic
268: --locator creation, will be replaced by call to pacifia's routine.
269:
270: if (pjm_project_locator.check_itemlocatorcontrol(
271: p_organization_id => p_org_id,
272: p_sub => p_comp_sub,
273: p_loc => p_comp_loc,
274: p_item_id => p_item_id,

Line 284: pjm_project_locator.Get_DefaultProjectLocator(

280: and organization_id = p_org_id
281: and subinventory_code = p_comp_sub ;
282:
283: if (l_success = 1 ) then
284: pjm_project_locator.Get_DefaultProjectLocator(
285: p_organization_id => p_org_id,
286: p_locator_id => p_comp_loc,
287: p_project_id => p_proj_id,
288: p_task_id => p_task_id,

Line 385: if (pjm_project_locator.check_itemlocatorcontrol(

381: locator creation, will be replaced by call to
382: pacifia's routine.
383: *****************************************************/
384:
385: if (pjm_project_locator.check_itemlocatorcontrol(
386: p_organization_id => p_org_id,
387: p_sub => p_comp_sub,
388: p_loc => p_comp_loc,
389: p_item_id => p_item_id,

Line 400: pjm_project_locator.Get_DefaultProjectLocator(

396: and subinventory_code = p_comp_sub ;
397:
398: if (x_success = 1 ) then
399:
400: pjm_project_locator.Get_DefaultProjectLocator(
401: p_organization_id => p_org_id,
402: p_locator_id => p_comp_loc,
403: p_project_id => p_proj_id,
404: p_task_id => p_task_id,