DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on CE_BANK_ACCOUNTS

Line 115: from ce_bank_accounts

111:
112: --get the bank account currency
113: select currency_code
114: into bank_currency_code
115: from ce_bank_accounts
116: where bank_account_id = p_bank_account_id;
117:
118: --get the exchange date type
119: p_exchange_date_type := get_exchange_date_type(p_legal_entity_id);