DBA Data[Home] [Help]

APPS.ARPCURR dependencies on FND_CURRENCIES

Line 4: FunctionalCurrency fnd_currencies.currency_code%TYPE;

1: PACKAGE arpcurr AUTHID CURRENT_USER AS
2: /* $Header: ARPLCURS.pls 120.4.12010000.1 2008/07/24 16:50:09 appldev ship $ */
3:
4: FunctionalCurrency fnd_currencies.currency_code%TYPE;
5: --
6: FUNCTION CurrRound( p_amount IN NUMBER , p_currency_code IN VARCHAR2 := FunctionalCurrency ) RETURN NUMBER;
7: FUNCTION ReconcileAcctdAmounts( p_ExchangeRate IN NUMBER,
8: p_ReconcileAmount IN NUMBER,