DBA Data[Home] [Help]

APPS.QP_DEFAULT_PRICE_LIST dependencies on QP_CURRENCY_LISTS_VL

Line 241: from qp_currency_lists_vl

237: and g_PRICE_LIST_rec.currency_code IS NOT NULL then
238: BEGIN
239: select currency_header_id
240: into l_currency_header_id
241: from qp_currency_lists_vl
242: where base_currency_code = g_PRICE_LIST_rec.currency_code
243: and BASE_ROUNDING_FACTOR = g_PRICE_LIST_rec.rounding_factor
244: and name like 'Generated Currency Conversion For%'
245: and rownum < 2;