DBA Data[Home] [Help]

APPS.OE_ORDER_ADJ_PVT dependencies on STANDARD

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

8907: l_precision,
8908: l_ext_precision,
8909: l_min_acct_unit);
8910:
8911: if fnd_profile.value('OE_UNIT_PRICE_PRECISION_TYPE') = 'STANDARD' then
8912: return l_precision;
8913: else
8914: return l_ext_precision;
8915: end if;