DBA Data[Home] [Help]

APPS.PA_REP_UTIL_GLOB dependencies on PA_UTILIZATION_OPTIONS

Line 1163: * pa_utilization_options is assumed to have ONLY ONE record.

1159:
1160: /*
1161: * Populate the Global record for the Utilization Options
1162: * details.
1163: * pa_utilization_options is assumed to have ONLY ONE record.
1164: */
1165: IF l_debug ='Y'THEN -- bug 2674619
1166: PA_DEBUG.g_err_stage := '300 : Before Setting the Global variables for all Period flags';
1167: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);

Line 1180: FROM pa_utilization_options;

1176: ,G_util_option_details.G_gl_period_flag
1177: ,G_util_option_details.G_ge_period_flag
1178: ,G_util_option_details.G_forecast_thru_date
1179: ,G_util_option_details.G_actuals_thru_date
1180: FROM pa_utilization_options;
1181:
1182: IF l_debug ='Y'THEN -- bug 2674619
1183: PA_DEBUG.g_err_stage := '350 : After Setting the Global variables for all Period flags';
1184: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);

Line 1189: * pa_utilization_options is assumed to have ONLY ONE record.

1185: END IF;
1186:
1187: /*
1188: * Populate the Global record for the last run details
1189: * pa_utilization_options is assumed to have ONLY ONE record.
1190: */
1191: IF l_debug ='Y'THEN -- bug 2674619
1192: PA_DEBUG.g_err_stage := '360 : Before Setting the Global variables for last run details';
1193: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);

Line 1200: FROM pa_utilization_options;

1196: SELECT actuals_last_run_date
1197: ,forecast_last_run_date
1198: INTO G_last_run_when.G_ac_last_run_date
1199: ,G_last_run_when.G_fc_last_run_date
1200: FROM pa_utilization_options;
1201: IF l_debug ='Y'THEN -- bug 2674619
1202: PA_DEBUG.g_err_stage := '370 : After Setting the Global variables for last run details';
1203: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);
1204: END IF;

Line 1603: * pa_utilization_options is assumed to have ONLY ONE record.

1599:
1600: /*
1601: * Populate the Global record for the Utilization Options
1602: * details. Populate the Global record for the last run details
1603: * pa_utilization_options is assumed to have ONLY ONE record.
1604: */
1605: IF l_debug ='Y'THEN -- bug 2674619
1606: PA_DEBUG.g_err_stage := '300 : Before Setting the Global variables for all Period flags and for last run details';
1607: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);

Line 1624: FROM pa_utilization_options;

1620: ,G_util_option_details.G_forecast_thru_date
1621: ,G_util_option_details.G_actuals_thru_date
1622: ,G_last_run_when.G_ac_last_run_date
1623: ,G_last_run_when.G_fc_last_run_date
1624: FROM pa_utilization_options;
1625: IF l_debug ='Y'THEN -- bug 2674619
1626: PA_DEBUG.g_err_stage := '350 : After Setting the Global variables for all Period flags and for last run details';
1627: PA_DEBUG.Log_Message(p_message => PA_DEBUG.g_err_stage);
1628: END IF;