DBA Data[Home] [Help]

APPS.HRSUMREP dependencies on HR_SUMMARY_PARAMETER

Line 16: delete hr_summary_parameter

12: --
13: delete hr_summary_item_value
14: where process_run_id = p_process_run_id;
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;