DBA Data[Home] [Help]

APPS.HR_CURRENCY_PKG dependencies on STANDARD

Line 810: -- session the standard number of decimal places for the Euro currency will

806: --
807: end if;
808: --
809: -- If this procedure has been called for the first time during this database
810: -- session the standard number of decimal places for the Euro currency will
811: -- be unknown. Set the global variable with these details so the value is
812: -- available for use by the efc_convert_number_amount function.
813: --
814: if g_efc_eur_mau is null then

Line 889: -- or the standard number of decimal places for the EUR currency

885: -- Otherwise the p_from_currency is an NCU as of sysdate and the
886: -- p_amount value should be converted to EUR using the derived
887: -- factor from the FND_CURRENCIES table. Also round the converted
888: -- amount to the number of decimal places passed into this function
889: -- or the standard number of decimal places for the EUR currency
890: -- and minumum accountable units.
891: --
892: if p_round is not null then
893: g_rounding := POWER(10, (-1 * p_round));