DBA Data[Home] [Help]

APPS.PAY_BALANCE_BATCH_LINES_BRIUD dependencies on HR_GENERAL

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

1: TRIGGER "APPS"."PAY_BALANCE_BATCH_LINES_BRIUD"
2: before insert or update or delete
3: ON "APPS"."PAY_BALANCE_BATCH_LINES" for each row
4: begin
5: if hr_general.g_data_migrator_mode <> 'Y' then
6: if inserting or updating then
7: pay_balance_upload.lock_batch_header(:new.batch_id);
8: elsif deleting then
9: pay_balance_upload.lock_batch_header(:old.batch_id);