DBA Data[Home] [Help]

APPS.HRSUMREP dependencies on HR_SUMMARY_PROCESS_RUN

Line 19: delete hr_summary_process_run

15: --
16: delete hr_summary_parameter
17: where process_run_id = p_process_run_id;
18: --
19: delete hr_summary_process_run
20: where process_run_id = p_process_run_id;
21: --
22: end delete_process_data;
23: --