DBA Data[Home] [Help]

APPS.MTL_MOVEMENT_STAT_PKG dependencies on FND_CURRENCIES

Line 137: from fnd_currencies c

133: select c.minimum_accountable_unit,
134: c.precision
135: into l_mau,
136: l_precision
137: from fnd_currencies c
138: where c.currency_code = P_CURRENCY_CODE;
139: --
140: p_document_line_ext_value := format(p_document_unit_price *
141: abs(p_new_transaction_quantity));