DBA Data[Home] [Help]

APPS.PA_REPORT_UTIL dependencies on PA_UTILIZATION_OPTIONS

Line 261: from pa_utilization_options ut ;

257: -- Fetching the default forecast thru date information from utilization options
258: BEGIN
259: select forecast_thru_date
260: into l_forecast_thru_date
261: from pa_utilization_options ut ;
262:
263: /*Bug2440313 -- Commented this, the check for pa_implementaions is being done
264: above in the code
265: ,pa_implementations imp --NPE changes

Line 1229: from pa_utilization_options ut;

1225: BEGIN
1226:
1227: select forecast_thru_date
1228: into l_forecast_thru_date
1229: from pa_utilization_options ut;
1230:
1231: /*Bug2440313 -- Commented this, the check for pa_implementaions is being done
1232: above in the code
1233: ,pa_implementations imp --NPE changes