DBA Data[Home] [Help]

APPS.QP_VALIDATE dependencies on FND_PROFILE

Line 1712: -- If NVL(UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')), 'N') <> 'Y'

1708: -- Modified by SunilPandey to avoid this check if the Multi-Currency profile option
1709: -- is set to Y
1710: -- mkarya - rounding factor precision validation must be done irrespective of multi-currency
1711: -- installed or not
1712: -- If NVL(UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')), 'N') <> 'Y'
1713: -- THEN
1714: l_unit_precision_type :=
1715: FND_PROFILE.VALUE('QP_UNIT_PRICE_PRECISION_TYPE');
1716:

Line 1715: FND_PROFILE.VALUE('QP_UNIT_PRICE_PRECISION_TYPE');

1711: -- installed or not
1712: -- If NVL(UPPER(fnd_profile.value('QP_MULTI_CURRENCY_INSTALLED')), 'N') <> 'Y'
1713: -- THEN
1714: l_unit_precision_type :=
1715: FND_PROFILE.VALUE('QP_UNIT_PRICE_PRECISION_TYPE');
1716:
1717: l_price_rounding := fnd_profile.value('QP_PRICE_ROUNDING');
1718:
1719: IF p_currency_code is not null THEN

Line 1717: l_price_rounding := fnd_profile.value('QP_PRICE_ROUNDING');

1713: -- THEN
1714: l_unit_precision_type :=
1715: FND_PROFILE.VALUE('QP_UNIT_PRICE_PRECISION_TYPE');
1716:
1717: l_price_rounding := fnd_profile.value('QP_PRICE_ROUNDING');
1718:
1719: IF p_currency_code is not null THEN
1720:
1721: SELECT -1*PRECISION,