DBA Data[Home] [Help]

APPS.OE_BLANKET_FORM_CONTROL dependencies on FND_PROFILE

Line 2368: fnd_profile.get('QP_UNIT_PRICE_PRECISION_TYPE', l_precision_type);

2364: -- else we will hard coded to 6 digits.
2365: -- This new format will affect all the amounts fields on BSA UI.
2366: FND_CURRENCY.Get_Info(p_currency_code, X_precision,
2367: X_Ext_precision, X_min_acct_unit);
2368: fnd_profile.get('QP_UNIT_PRICE_PRECISION_TYPE', l_precision_type);
2369: IF (l_precision_type = 'EXTENDED') THEN
2370: FND_CURRENCY.Build_Format_Mask(l_format_mask, p_field_length,
2371: X_Ext_precision,X_min_acct_unit, TRUE);
2372: ELSE