DBA Data[Home] [Help]

APPS.PAY_RUN_RESULTS_BRD dependencies on HR_UTILITY

Line 7: hr_utility.set_location('pay_run_results_brd',1);

3:
4: ON "APPS"."PAY_RUN_RESULTS" for each row
5: begin
6: if hr_general.g_data_migrator_mode <> 'Y' then
7: hr_utility.set_location('pay_run_results_brd',1);
8: delete from pay_run_result_values RRV
9: where RRV.run_result_id = :OLD.run_result_id;
10: hr_utility.set_location('pay_run_results_brd',2);
11: end if;

Line 10: hr_utility.set_location('pay_run_results_brd',2);

6: if hr_general.g_data_migrator_mode <> 'Y' then
7: hr_utility.set_location('pay_run_results_brd',1);
8: delete from pay_run_result_values RRV
9: where RRV.run_result_id = :OLD.run_result_id;
10: hr_utility.set_location('pay_run_results_brd',2);
11: end if;
12: end pay_run_results_brd;
13: