DBA Data[Home] [Help]

APPS.PAY_COST_ALLOCATIONS_F_OVN dependencies on HR_GENERAL

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

1: TRIGGER "APPS"."PAY_COST_ALLOCATIONS_F_OVN"
2: before insert or update
3: ON "APPS"."PAY_COST_ALLOCATIONS_F" for each row
4: begin
5: if hr_general.g_data_migrator_mode <> 'Y' then
6: if not pay_cal_shd.return_api_dml_status then
7: if inserting then
8: :NEW.object_version_number := 1;
9: else