DBA Data[Home] [Help]

APPS.QP_DELAYED_REQUESTS_UTIL dependencies on QP_CURRENCY_DETAILS

Line 2146: from qp_currency_details

2142: -- If the selling_rounding_factor is NULL, then assuming a very high value 9999999 to compare
2143: -- with the not null selling_rounding_factor
2144: cursor c_selling_rounding is
2145: select distinct nvl(selling_rounding_factor, 9999999) selling_rounding_factor
2146: from qp_currency_details
2147: where currency_header_id = p_currency_header_id
2148: and to_currency_code = p_to_currency_code;
2149:
2150: l_first_record varchar2(10);