DBA Data[Home] [Help]

APPS.AP_MO_CACHE_UTILS dependencies on FND_CURRENCIES

Line 18: currency fnd_currencies.currency_code%TYPE,

14: set_of_books_name gl_sets_of_books.name%TYPE,
15: set_of_books_short_name gl_sets_of_books.short_name%TYPE,
16: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
17: enable_budget_control_flag gl_sets_of_books.enable_budgetary_control_flag%TYPE,
18: currency fnd_currencies.currency_code%TYPE,
19: --
20: -- << Begin AP-specific fields >>
21: --
22: sp_base_currency_code ap_system_parameters.base_currency_code%TYPE,

Line 133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;

129: TYPE SetOfBooksNameTable IS TABLE OF gl_sets_of_books.name%TYPE;
130: TYPE SetOfBooksShortNameTable IS TABLE OF gl_sets_of_books.short_name%TYPE;
131: TYPE ChartOfAccountsIDTable IS TABLE OF gl_sets_of_books.chart_of_accounts_id%TYPE;
132: TYPE EnableBudgetaryFlagTable IS TABLE OF gl_sets_of_books.enable_budgetary_control_flag%TYPE;
133: TYPE CurrencyCodeTable IS TABLE OF fnd_currencies.currency_code%TYPE;
134: --
135: -- << Begin AP-specific nested tables definitions >>
136: --
137: TYPE BaseCurrencyCodeTable IS TABLE OF ap_system_parameters.base_currency_code%TYPE;