DBA Data[Home] [Help]

APPS.PA_FORECAST_GRC_PVT dependencies on PA_DEBUG

Line 358: PA_DEBUG.g_err_stage := 'Clearing all output PL/SQL Table';

354:
355: /*
356: * Clear all PL/SQL table.
357: */
358: PA_DEBUG.g_err_stage := 'Clearing all output PL/SQL Table';
359: PA_DEBUG.log_message(PA_DEBUG.g_err_stage);
360: x_resource_capacity_tab.delete;
361: x_exp_orgz_id_tab.delete;
362: x_person_id_tab.delete;

Line 359: PA_DEBUG.log_message(PA_DEBUG.g_err_stage);

355: /*
356: * Clear all PL/SQL table.
357: */
358: PA_DEBUG.g_err_stage := 'Clearing all output PL/SQL Table';
359: PA_DEBUG.log_message(PA_DEBUG.g_err_stage);
360: x_resource_capacity_tab.delete;
361: x_exp_orgz_id_tab.delete;
362: x_person_id_tab.delete;
363: x_period_type_tab.delete;