DBA Data[Home] [Help]

APPS.PAY_PAYROLL_ACTIONS_BRU dependencies on HR_GENERAL

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

26: before update
27:
28: ON "APPS"."PAY_PAYROLL_ACTIONS" for each row
29: WHEN (OLD.action_status <> NEW.action_status) begin
30: if hr_general.g_data_migrator_mode <> 'Y' then
31: --
32: hr_utility.set_location('pay_payroll_actions_bru',10);
33: if (:NEW.action_status <> :OLD.action_status) then
34: --