DBA Data[Home] [Help]

APPS.QP_VALIDATE_PRICE_LIST dependencies on QP_LIST_HEADERS_PVT

Line 351: QP_LIST_HEADERS_PVT.G_MULTI_CURRENCY_INSTALLED = 'Y'

347: -- Check if the multi-currency profile option is set then multi-currency name must be
348: -- present and rounding_factor should be null else other way round
349: -- If NVL(UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')), 'NO') = 'Y'
350: If QP_UTIL.Get_QP_Status = 'I' AND -- bug 4739577 (sfiresto)
351: QP_LIST_HEADERS_PVT.G_MULTI_CURRENCY_INSTALLED = 'Y'
352: then
353:
354: -- Multi-Currency is installed
355: If (p_PRICE_LIST_rec.currency_header_id is NULL or