DBA Data[Home] [Help]

APPS.PA_FP_ORG_FCST_GEN_PUB dependencies on PA_PJI_UTIL_PKG

Line 24: -- with pa_pji_util_pkg.get_utilization_dtls to get the numbers from

20: -- pa_fin_plan_lines_tmp was not populated.
21: -- Now it is populated.
22: -- 02-JUN-03 msoundra replaced the call to
23: -- API pa_fp_org_fcst_utils.get_utilization_details
24: -- with pa_pji_util_pkg.get_utilization_dtls to get the numbers from
25: -- PJI data model if PJI is installed.
26: -- 21-AUG-03 dbora Bug 3106741 Performance related changes
27: -- 25-AUG-08 bifernan Bug 7309811 Use byte equivalent versions of
28: -- substr and length functions

Line 3082: to pa_pji_util_pkg.get_utilization_dtls to get the Utilization

3078: l_stage := 8700;
3079: -- hr_utility.trace(to_char(l_stage));
3080:
3081: /* API call changed from pa_fp_org_fcst_utils.get_utilization_details
3082: to pa_pji_util_pkg.get_utilization_dtls to get the Utilization
3083: numbers from PJI data model if PJI is installed. */
3084:
3085: pa_pji_util_pkg.get_utilization_dtls
3086: ( p_org_id => l_org_id

Line 3085: pa_pji_util_pkg.get_utilization_dtls

3081: /* API call changed from pa_fp_org_fcst_utils.get_utilization_details
3082: to pa_pji_util_pkg.get_utilization_dtls to get the Utilization
3083: numbers from PJI data model if PJI is installed. */
3084:
3085: pa_pji_util_pkg.get_utilization_dtls
3086: ( p_org_id => l_org_id
3087: ,p_organization_id => l_organization_id
3088: ,p_period_type => l_org_fcst_period_type
3089: ,p_period_set_name => l_period_set_name