DBA Data[Home] [Help]

APPS.FII_CURRENCY dependencies on FII_CURRENCY

Line 1: Package Body FII_CURRENCY AS

1: Package Body FII_CURRENCY AS
2: /* $Header: FIICACUB.pls 120.14 2005/10/30 05:07:46 appldev noship $ */
3:
4:
5: g_prim_currency_code constant varchar2(15) := bis_common_parameters.get_currency_code;

Line 726: -- and no rate exists on Jan 1,1999 then -3 is returned from FII_CURRENCY.get_rate

722: -- How the exceptions are handled :
723: -- Other exceptions are handled by get_tc_to_pgc_rate
724: -- Invalid Currency (-2) is handled in gl_currency_api.get_closest_rate_sql
725: -- When one of the currency is EUR and exchange date is before Jan 1,1999
726: -- and no rate exists on Jan 1,1999 then -3 is returned from FII_CURRENCY.get_rate
727: -- -5,-6,-7 ,-8 are handled in get_tc_pgc_rate
728: ----------------------------------------------------------------------------------------------
729:
730: FUNCTION get_tc_to_pgc_rate(p_tc_code IN VARCHAR2,

Line 866: -- and no rate exists on Jan 1,1999 then -3 is returned from FII_CURRENCY.get_rate

862: -- How the exceptions are handled :
863: -- Other exceptions are handled by get_tc_to_pgc_rate
864: -- Invalid Currency (-2) is handled in gl_currency_api.get_closest_rate_sql
865: -- When one of the currency is EUR and exchange date is before Jan 1,1999
866: -- and no rate exists on Jan 1,1999 then -3 is returned from FII_CURRENCY.get_rate
867: -- -5,-6,-7 ,-8 are handled in get_tc_sgc_rate
868: ----------------------------------------------------------------------------------------------
869:
870:

Line 976: END FII_CURRENCY;

972: return -4;
973: END;
974:
975:
976: END FII_CURRENCY;