DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on FND_CURRENCIES

Line 65: base_precision fnd_currencies.precision%type,

61: base_currency_code gl_sets_of_books.currency_code%type,
62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
63: period_set_name gl_sets_of_books.period_set_name%type,
64: set_of_books gl_sets_of_books.short_name%type,
65: base_precision fnd_currencies.precision%type,
66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
68: salescredit_name ra_salesreps.name%type,
69: yes_meaning ar_lookups.meaning%type,

Line 66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,

62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,
63: period_set_name gl_sets_of_books.period_set_name%type,
64: set_of_books gl_sets_of_books.short_name%type,
65: base_precision fnd_currencies.precision%type,
66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
68: salescredit_name ra_salesreps.name%type,
69: yes_meaning ar_lookups.meaning%type,
70: no_meaning ar_lookups.meaning%type,

Line 67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,

63: period_set_name gl_sets_of_books.period_set_name%type,
64: set_of_books gl_sets_of_books.short_name%type,
65: base_precision fnd_currencies.precision%type,
66: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,
67: base_MIN_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
68: salescredit_name ra_salesreps.name%type,
69: yes_meaning ar_lookups.meaning%type,
70: no_meaning ar_lookups.meaning%type,
71: org_id ar_system_parameters.org_id%type,

Line 82: precision fnd_currencies.precision%type,

78: ar_ra_batch_auto_num_flag ra_batch_sources.auto_batch_numbering_flag%type,
79: ar_multi_currency_flag varchar2(1),
80: ar_receipt_multi_currency_flag varchar2(1),
81: short_name gl_sets_of_books.short_name%type,
82: precision fnd_currencies.precision%type,
83: EXTENDED_PRECISION fnd_currencies.extended_precision%type,
84: MINIMUM_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
85: DOCUMENT_SEQ_GEN_LEVEL ar_system_parameters.DOCUMENT_SEQ_GEN_LEVEL%type,
86: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,

Line 83: EXTENDED_PRECISION fnd_currencies.extended_precision%type,

79: ar_multi_currency_flag varchar2(1),
80: ar_receipt_multi_currency_flag varchar2(1),
81: short_name gl_sets_of_books.short_name%type,
82: precision fnd_currencies.precision%type,
83: EXTENDED_PRECISION fnd_currencies.extended_precision%type,
84: MINIMUM_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
85: DOCUMENT_SEQ_GEN_LEVEL ar_system_parameters.DOCUMENT_SEQ_GEN_LEVEL%type,
86: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
87: DEFAULT_RCT_MTHD_FOR_LC_INV ar_system_parameters.default_rct_mthd_for_lc_inv%type);

Line 84: MINIMUM_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,

80: ar_receipt_multi_currency_flag varchar2(1),
81: short_name gl_sets_of_books.short_name%type,
82: precision fnd_currencies.precision%type,
83: EXTENDED_PRECISION fnd_currencies.extended_precision%type,
84: MINIMUM_ACCOUNTABLE_UNIT fnd_currencies.MINIMUM_ACCOUNTABLE_UNIT%type,
85: DOCUMENT_SEQ_GEN_LEVEL ar_system_parameters.DOCUMENT_SEQ_GEN_LEVEL%type,
86: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
87: DEFAULT_RCT_MTHD_FOR_LC_INV ar_system_parameters.default_rct_mthd_for_lc_inv%type);
88: