DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on PJM_PROJECT_LOCATOR

Line 1281: * PJM_Project_Locator.Get_Flow_ProjectSupply or provide an equivalent.

1277: * Generate the issue locator for all the issues associated with a completion.
1278: * This is only applicable to a project related completions.
1279: * ????
1280: * Need to talk to PJM team to remove wip_entity_id from
1281: * PJM_Project_Locator.Get_Flow_ProjectSupply or provide an equivalent.
1282: */
1283: procedure generateIssueLocator(p_parentID in number,
1284: x_returnStatus out NOCOPY varchar2) is
1285: l_orgID number;

Line 2255: l_success := pjm_project_locator.get_component_projectSupply(

2251: end if;
2252: end if;
2253:
2254: if(l_locatorID is not null) then
2255: l_success := pjm_project_locator.get_component_projectSupply(
2256: p_organization_id => p_orgID,
2257: p_project_id => x_compTbl(l_count).project_id,
2258: p_task_id => x_compTbl(l_count).task_id,
2259: p_wip_entity_id => null,--unused

Line 2771: l_success := pjm_project_locator.get_component_projectsupply(

2767: return;
2768: end if;
2769:
2770: for comp_rec in comp_c(l_cplID) loop
2771: l_success := pjm_project_locator.get_component_projectsupply(
2772: p_organization_id => l_orgID,
2773: p_project_id => l_srcProjectID,
2774: p_task_id => l_srcTaskID,
2775: p_wip_entity_id => l_wipEntityID,

Line 2786: 'pjm_project_locator.get_component_projectsupply!',

2782: if (l_logLevel <= wip_constants.trace_logging) then
2783: wip_logger.exitPoint(p_procName => 'wip_flowUtil_priv.generateCompLocator',
2784: p_procReturnStatus => x_returnStatus,
2785: p_msg => 'Error in calling '||
2786: 'pjm_project_locator.get_component_projectsupply!',
2787: x_returnStatus => l_returnStatus); --discard logging return status
2788: end if;
2789: return;
2790: end if;