DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on FND_CURRENCIES

Line 537: FROM fnd_currencies

533: END IF;
534: BEGIN
535: SELECT currency_code
536: INTO p_txn_header_rec_type.trx_currency
537: FROM fnd_currencies
538: WHERE currency_flag = 'Y'
539: AND enabled_flag = 'Y'
540: AND currency_code =p_txn_header_rec_type.trx_currency;
541: IF DPP_DEBUG_HIGH_ON THEN