DBA Data[Home] [Help]

APPS.OKS_ATTR_DEFAULTS_PVT dependencies on QP_UTIL_PUB

Line 3264: QP_UTIL_PUB.Validate_Price_list_Curr_code(

3260: IF l_header_price_list is not null then
3261:
3262: -- Validate before cascading the Price List wheather the
3263: -- price list is valid or not.
3264: QP_UTIL_PUB.Validate_Price_list_Curr_code(
3265: l_price_list_id => l_okc_headers_rec.price_list_id
3266: ,l_currency_code => l_okc_headers_rec.currency_code
3267: ,l_pricing_effective_date => l_pricing_effective_date
3268: ,l_validate_result => l_validate_result);