DBA Data[Home] [Help]

APPS.DPP_TRANSACTION_PVT dependencies on FND_CURRENCIES

Line 696: FROM fnd_currencies

692: END IF;
693: BEGIN
694: SELECT currency_code
695: INTO p_txn_header_rec_type.trx_currency
696: FROM fnd_currencies
697: WHERE currency_flag = 'Y'
698: AND enabled_flag = 'Y'
699: AND currency_code =p_txn_header_rec_type.trx_currency;
700: IF DPP_DEBUG_HIGH_ON THEN