DBA Data[Home] [Help]

APPS.CE_BAT_UTILS dependencies on CE_BANK_ACCOUNTS

Line 117: from ce_bank_accounts

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