DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on QP_UTIL_PUB

Line 3230: QP_UTIL_PUB.Validate_Price_list_Curr_code(

3226: IF l_header_price_list is not null then
3227:
3228: -- Validate before cascading the Price List wheather the
3229: -- price list is valid or not.
3230: QP_UTIL_PUB.Validate_Price_list_Curr_code(
3231: l_price_list_id => l_okc_headers_rec.price_list_id
3232: ,l_currency_code => l_okc_headers_rec.currency_code
3233: ,l_pricing_effective_date => l_pricing_effective_date
3234: ,l_validate_result => l_validate_result);