DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_CURRENCY_DETAILS

Line 2157: from qp_currency_details

2153: -- If the selling_rounding_factor is NULL, then assuming a very high value 9999999 to compare
2154: -- with the not null selling_rounding_factor
2155: cursor c_selling_rounding is
2156: select distinct nvl(selling_rounding_factor, 9999999) selling_rounding_factor
2157: from qp_currency_details
2158: where currency_header_id = p_currency_header_id
2159: and to_currency_code = p_to_currency_code;
2160:
2161: l_first_record varchar2(10);