DBA Data[Home] [Help]

APPS.PAY_RUN_RESULTS_BRD dependencies on HR_GENERAL

Line 6: if hr_general.g_data_migrator_mode <> 'Y' then

2: before delete
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);