DBA Data[Home] [Help]

APPS.PAY_ORG_PAYMENT_METHODS_BRUID dependencies on HR_GENERAL

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

5: trigger_fail exception;
6: status boolean;
7: payments_defined_balance number(16);
8: begin
9: if hr_general.g_data_migrator_mode <> 'Y' then
10: if inserting or updating then
11: if (:new.external_account_id is not null) then
12: status := hr_payments.check_account(to_char(:new.external_account_id),
13: to_char(:new.payment_type_id));