DBA Data[Home] [Help]

APPS.PA_FORECAST_HDR_PKG dependencies on PA_SCHEDULES

Line 807: -- This procedure will update the record in pa_schedules table

803:
804: PA_FORECASTITEM_PVT.print_message('ERROR in update row '||sqlerrm);
805: END update_rows;
806:
807: -- This procedure will update the record in pa_schedules table
808: -- Input parameters
809: -- Parameters Type Required Description
810: -- P_Sch_Record_Tab ScheduleTabTyp YES It contains the schedule record
811: --

Line 843: UPDATE PA_SCHEDULES

839: END LOOP;
840:
841: PA_FORECASTITEM_PVT.print_message('after loop');
842: FORALL l_j IN p_schedule_tab.FIRST..p_schedule_tab.LAST
843: UPDATE PA_SCHEDULES
844: SET
845: forecast_txn_version_number = NVL(l_forecast_txn_version_number(l_j),0) + 1 ,
846: forecast_txn_generated_flag = 'Y' ,
847: last_update_date = sysdate ,