DBA Data[Home] [Help]

APPS.QP_PRICE_LIST_UTIL dependencies on QP_CURRENCY_LISTS_VL

Line 757: from QP_CURRENCY_LISTS_VL

753: NULL;
754: if p_PRICE_LIST_rec.currency_header_id is not null then
755: select BASE_ROUNDING_FACTOR
756: into x_PRICE_LIST_rec.rounding_factor
757: from QP_CURRENCY_LISTS_VL
758: where currency_header_id = p_PRICE_LIST_rec.currency_header_id;
759: end if;
760: END IF;
761: