DBA Data[Home] [Help]

APPS.HR_PAYMENTS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 177: pay_external_accounts exa

173: exa.territory_code
174: into required_territory,
175: actual_territory
176: from pay_payment_types ppt,
177: pay_external_accounts exa
178: where exa.external_account_id = account
179: and ppt.payment_type_id = type;
180: --
181: -- Check that they are the same and generate an error if not

Line 567: from pay_external_accounts exa

563: -- Check the account is valid
564: --
565: select exa.territory_code
566: into actual_territory
567: from pay_external_accounts exa
568: where exa.external_account_id = account_id;
569: --
570: exception
571: --