DBA Data[Home] [Help]

APPS.PAY_ACCRUAL_PLANS_OVN dependencies on HR_GENERAL

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

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