DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on FND_CURRENCIES

Line 804: FROM FND_CURRENCIES

800: BEGIN
801: -- Get derive type for currency
802: SELECT nvl(derive_type,l_currency_code)
803: INTO l_derive_type
804: FROM FND_CURRENCIES
805: WHERE currency_code = l_currency_code;
806:
807: return l_derive_type;
808:

Line 959: fnd_currencies_vl fc

955: g_base_currency_desc,
956: g_coa_id
957: from gl_sets_of_books gsob,
958: ap_system_parameters_all asp,
959: fnd_currencies_vl fc
960: where gsob.set_of_books_id = asp.set_of_books_id
961: and fc.currency_code = gsob.currency_code
962: and asp.org_id = P_ORG_ID;
963: