DBA Data[Home] [Help]

APPS.HR_PAYMENTS dependencies on PAY_EXTERNAL_ACCOUNTS

Line 182: pay_external_accounts exa

178: exa.territory_code
179: into required_territory,
180: actual_territory
181: from pay_payment_types ppt,
182: pay_external_accounts exa
183: where exa.external_account_id = account
184: and ppt.payment_type_id = type;
185: --
186: -- Check that they are the same and generate an error if not

Line 572: from pay_external_accounts exa

568: -- Check the account is valid
569: --
570: select exa.territory_code
571: into actual_territory
572: from pay_external_accounts exa
573: where exa.external_account_id = account_id;
574: --
575: exception
576: --