DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on PJM_PROJECT_LOCATOR

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

1246: * Generate the issue locator for all the issues associated with a completion.
1247: * This is only applicable to a project related completions.
1248: * ????
1249: * Need to talk to PJM team to remove wip_entity_id from
1250: * PJM_Project_Locator.Get_Flow_ProjectSupply or provide an equivalent.
1251: */
1252: procedure generateIssueLocator(p_parentID in number,
1253: x_returnStatus out NOCOPY varchar2) is
1254: l_orgID number;

Line 2216: l_success := pjm_project_locator.get_component_projectSupply(

2212: end if;
2213: end if;
2214:
2215: if(l_locatorID is not null) then
2216: l_success := pjm_project_locator.get_component_projectSupply(
2217: p_organization_id => p_orgID,
2218: p_project_id => x_compTbl(l_count).project_id,
2219: p_task_id => x_compTbl(l_count).task_id,
2220: p_wip_entity_id => null,--unused

Line 2732: l_success := pjm_project_locator.get_component_projectsupply(

2728: return;
2729: end if;
2730:
2731: for comp_rec in comp_c(l_cplID) loop
2732: l_success := pjm_project_locator.get_component_projectsupply(
2733: p_organization_id => l_orgID,
2734: p_project_id => l_srcProjectID,
2735: p_task_id => l_srcTaskID,
2736: p_wip_entity_id => l_wipEntityID,

Line 2747: 'pjm_project_locator.get_component_projectsupply!',

2743: if (l_logLevel <= wip_constants.trace_logging) then
2744: wip_logger.exitPoint(p_procName => 'wip_flowUtil_priv.generateCompLocator',
2745: p_procReturnStatus => x_returnStatus,
2746: p_msg => 'Error in calling '||
2747: 'pjm_project_locator.get_component_projectsupply!',
2748: x_returnStatus => l_returnStatus); --discard logging return status
2749: end if;
2750: return;
2751: end if;