DBA Data[Home] [Help]

APPS.AP_OPEN_ITEMS_REVAL_PKG dependencies on FND_CURRENCIES_VL

Line 22: g_base_precision fnd_currencies_vl.precision%type;

18:
19: /* Additional parameters */
20: g_coa_id gl_ledgers.chart_of_accounts_id%type;
21: g_ledger_id gl_sets_of_books.set_of_books_id%type;
22: g_base_precision fnd_currencies_vl.precision%type;
23: g_base_min_acct_unit fnd_currencies_vl.minimum_accountable_unit%type;
24: g_daily_rate_information varchar2(1) := 'N';
25: g_daily_rate_error varchar2(1) := 'N';
26:

Line 23: g_base_min_acct_unit fnd_currencies_vl.minimum_accountable_unit%type;

19: /* Additional parameters */
20: g_coa_id gl_ledgers.chart_of_accounts_id%type;
21: g_ledger_id gl_sets_of_books.set_of_books_id%type;
22: g_base_precision fnd_currencies_vl.precision%type;
23: g_base_min_acct_unit fnd_currencies_vl.minimum_accountable_unit%type;
24: g_daily_rate_information varchar2(1) := 'N';
25: g_daily_rate_error varchar2(1) := 'N';
26:
27: /* Report displayed values*/

Line 35: g_base_currency_desc fnd_currencies_vl.description%type;

31: g_daily_rate_type_dsp gl_daily_conversion_types.user_conversion_type%type;
32: g_trans_to_gl_only_dsp fnd_lookups.meaning%type;
33: g_cleared_only_dsp fnd_lookups.meaning%type;
34: g_base_currency_code gl_sets_of_books.currency_code%type;
35: g_base_currency_desc fnd_currencies_vl.description%type;
36: g_revaluation_date gl_period_statuses.end_date%type;
37: /* Bug 14136626*/
38: g_eur_code gl_sets_of_books.currency_code%type;
39: