DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on CE_BANK_ACCOUNTS

Line 1157: int_bank_acct_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,

1153: --
1154: -- Internal bank account with its corresponding legal entity id.
1155: --
1156: TYPE bankAccountLERecType IS RECORD (
1157: int_bank_acct_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,
1158: le_id IBY_PAYMENTS_ALL.legal_entity_id%TYPE
1159: );
1160:
1161: --