DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_BRD dependencies on HR_GENERAL

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

2: before delete
3:
4: ON "APPS"."PAY_PAYROLL_ACTIONS" for each row
5: begin
6: if hr_general.g_data_migrator_mode <> 'Y' then
7: --
8: -- we don't do any work here, just check that any assignment actions
9: -- have already been rolled back.
10: hr_utility.set_location('pay_payroll_actions_brd',10);