DBA Data[Home] [Help]

APPS.QP_PRICE_BOOK_UTIL dependencies on QP_UTIL_PUB

Line 2019: QP_UTIL_PUB.Validate_Price_list_Curr_code (

2015: --Check if currency_code is valid
2016: IF p_pb_input_header_rec.limit_products_by = 'PRICE_LIST' AND
2017: p_pb_input_header_rec.pl_agr_bsa_id IS NOT NULL
2018: THEN
2019: QP_UTIL_PUB.Validate_Price_list_Curr_code (
2020: l_price_list_id => p_pb_input_header_rec.pl_agr_bsa_id,
2021: l_currency_code => p_pb_input_header_rec.currency_code,
2022: l_pricing_effective_date => p_pb_input_header_rec.effective_date,
2023: l_validate_result => l_valid_currency);