DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on STANDARD

Line 8819: if fnd_profile.value('OE_UNIT_PRICE_PRECISION_TYPE') = 'STANDARD' then

8815: l_precision,
8816: l_ext_precision,
8817: l_min_acct_unit);
8818:
8819: if fnd_profile.value('OE_UNIT_PRICE_PRECISION_TYPE') = 'STANDARD' then
8820: return l_precision;
8821: else
8822: return l_ext_precision;
8823: end if;