DBA Data[Home] [Help]

APPS.ZX_TDS_UTILITIES_PKG dependencies on FND_CURRENCIES

Line 79: currency_code fnd_currencies.currency_code%TYPE,

75:
76: -- Currency Cache
77: TYPE zx_currency_info_cache_rec IS RECORD(
78: ledger_id gl_sets_of_books.set_of_books_id%TYPE,
79: currency_code fnd_currencies.currency_code%TYPE,
80: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
81: precision fnd_currencies.precision%TYPE);
82:
83: TYPE zx_currency_info_cache IS TABLE OF zx_currency_info_cache_rec

Line 80: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,

76: -- Currency Cache
77: TYPE zx_currency_info_cache_rec IS RECORD(
78: ledger_id gl_sets_of_books.set_of_books_id%TYPE,
79: currency_code fnd_currencies.currency_code%TYPE,
80: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
81: precision fnd_currencies.precision%TYPE);
82:
83: TYPE zx_currency_info_cache IS TABLE OF zx_currency_info_cache_rec
84: INDEX by BINARY_INTEGER;

Line 81: precision fnd_currencies.precision%TYPE);

77: TYPE zx_currency_info_cache_rec IS RECORD(
78: ledger_id gl_sets_of_books.set_of_books_id%TYPE,
79: currency_code fnd_currencies.currency_code%TYPE,
80: minimum_accountable_unit fnd_currencies.minimum_accountable_unit%TYPE,
81: precision fnd_currencies.precision%TYPE);
82:
83: TYPE zx_currency_info_cache IS TABLE OF zx_currency_info_cache_rec
84: INDEX by BINARY_INTEGER;
85: