DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on GL_SETS_OF_BOOKS

Line 61: base_currency_code gl_sets_of_books.currency_code%type,

57: to_postal_code ar_system_parameters.to_postal_code%type,
58: tax_registration_number ar_system_parameters.tax_registration_number%type,
59: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
60: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%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,

Line 62: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%type,

58: tax_registration_number ar_system_parameters.tax_registration_number%type,
59: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
60: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%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,

Line 63: period_set_name gl_sets_of_books.period_set_name%type,

59: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
60: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%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,

Line 64: set_of_books gl_sets_of_books.short_name%type,

60: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%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,

Line 81: short_name gl_sets_of_books.short_name%type,

77: ar_ra_batch_source_name ra_batch_sources.name%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,