DBA Data[Home] [Help]

APPS.PAY_ASSIGNMENT_ACTIONS_BRU dependencies on HR_GENERAL

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

35:
36: ON "APPS"."PAY_ASSIGNMENT_ACTIONS" for each row
37: WHEN (OLD.action_status <> NEW.action_status) begin
38: --
39: if hr_general.g_data_migrator_mode <> 'Y' then
40: hr_utility.set_location('pay_assignment_actions_bru',10);
41: if (:NEW.action_status <> :OLD.action_status) then
42: --
43: if (:OLD.action_status in ('C', 'S') and :NEW.action_status = 'M') then