DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on FND_CURRENCIES_VL

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: