DBA Data[Home] [Help]

APPS.PAY_BATCH_CONTROL_TOTALS_OVN dependencies on HR_GENERAL

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

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