DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICE_LIST dependencies on QP_LIST_HEADERS_PVT

Line 341: QP_LIST_HEADERS_PVT.G_MULTI_CURRENCY_INSTALLED = 'Y'

337: -- Check if the multi-currency profile option is set then multi-currency name must be
338: -- present and rounding_factor should be null else other way round
339: -- If NVL(UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')), 'NO') = 'Y'
340: If QP_UTIL.Get_QP_Status = 'I' AND -- bug 4739577 (sfiresto)
341: QP_LIST_HEADERS_PVT.G_MULTI_CURRENCY_INSTALLED = 'Y'
342: then
343:
344: -- Multi-Currency is installed
345: If (p_PRICE_LIST_rec.currency_header_id is NULL or