DBA Data[Home] [Help]

APPS.GL_JE_LINES_PKG dependencies on FND_CURRENCY

Line 99: fnd_currency.get_info(current_accounted_currency,

95: current_accounted_currency := accounted_currency;
96:
97: -- Get the precision and minimum accountable
98: -- unit for the accounted currency
99: fnd_currency.get_info(current_accounted_currency,
100: accounted_precision,
101: ext_precision,
102: accounted_mau);
103: END IF;

Line 118: fnd_currency.get_info(current_entered_currency,

114: entered_mau := accounted_mau;
115: ELSE
116: -- Get the precision and minimum accountable
117: -- unit for the accounted currency
118: fnd_currency.get_info(current_entered_currency,
119: entered_precision,
120: ext_precision,
121: entered_mau);
122: END IF;