DBA Data[Home] [Help]

APPS.PA_REPORT_UTIL dependencies on PA_UTILIZATION_OPTIONS

Line 238: from pa_utilization_options ut ;

234: -- Fetching the default forecast thru date information from utilization options
235: BEGIN
236: select forecast_thru_date
237: into l_forecast_thru_date
238: from pa_utilization_options ut ;
239:
240: /*Bug2440313 -- Commented this, the check for pa_implementaions is being done
241: above in the code
242: ,pa_implementations imp --NPE changes

Line 1193: from pa_utilization_options ut;

1189: BEGIN
1190:
1191: select forecast_thru_date
1192: into l_forecast_thru_date
1193: from pa_utilization_options ut;
1194:
1195: /*Bug2440313 -- Commented this, the check for pa_implementaions is being done
1196: above in the code
1197: ,pa_implementations imp --NPE changes