DBA Data[Home] [Help]

APPS.IBY_PAYGROUP_PUB dependencies on CE_BANK_ACCOUNTS

Line 1339: internal_bank_account_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,

1335: l_profile_format_tab profileFormatTabType;
1336:
1337:
1338: TYPE internalBankAcctType IS RECORD (
1339: internal_bank_account_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,
1340: bank_home_country CE_BANK_BRANCHES_V.bank_home_country%TYPE,
1341: country CE_BANK_BRANCHES_V.country%TYPE,
1342: allow_zero_pmt_flag CE_BANK_ACCOUNTS.zero_amount_allowed%TYPE
1343: );

Line 1342: allow_zero_pmt_flag CE_BANK_ACCOUNTS.zero_amount_allowed%TYPE

1338: TYPE internalBankAcctType IS RECORD (
1339: internal_bank_account_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,
1340: bank_home_country CE_BANK_BRANCHES_V.bank_home_country%TYPE,
1341: country CE_BANK_BRANCHES_V.country%TYPE,
1342: allow_zero_pmt_flag CE_BANK_ACCOUNTS.zero_amount_allowed%TYPE
1343: );
1344: --
1345: TYPE internalBankAcctTabType IS TABLE OF internalBankAcctType
1346: INDEX BY VARCHAR2(2000);

Line 1835: int_bank_acct_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,

1831: --
1832: -- Internal bank account with its corresponding legal entity id.
1833: --
1834: TYPE bankAccountLERecType IS RECORD (
1835: int_bank_acct_id CE_BANK_ACCOUNTS.bank_account_id%TYPE,
1836: le_id IBY_PAYMENTS_ALL.legal_entity_id%TYPE
1837: );
1838:
1839: --