DBA Data[Home] [Help]

APPS.AR_INVOICE_DEFAULT_PVT dependencies on AR_SYSTEM_PARAMETERS

Line 5: set_of_books_id ar_system_parameters.set_of_books_id%type,

1: PACKAGE AR_INVOICE_DEFAULT_PVT AUTHID CURRENT_USER AS
2: /* $Header: ARXVINDS.pls 120.5 2011/05/25 09:34:35 naneja ship $ */
3:
4: TYPE trx_system_parameters_rec_type IS RECORD (
5: set_of_books_id ar_system_parameters.set_of_books_id%type,
6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,

Line 6: accounting_method ar_system_parameters.accounting_method%type,

2: /* $Header: ARXVINDS.pls 120.5 2011/05/25 09:34:35 naneja ship $ */
3:
4: TYPE trx_system_parameters_rec_type IS RECORD (
5: set_of_books_id ar_system_parameters.set_of_books_id%type,
6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,

Line 7: accrue_interest ar_system_parameters.accrue_interest%type,

3:
4: TYPE trx_system_parameters_rec_type IS RECORD (
5: set_of_books_id ar_system_parameters.set_of_books_id%type,
6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,

Line 8: unearned_discount ar_system_parameters.unearned_discount%type,

4: TYPE trx_system_parameters_rec_type IS RECORD (
5: set_of_books_id ar_system_parameters.set_of_books_id%type,
6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,

Line 9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,

5: set_of_books_id ar_system_parameters.set_of_books_id%type,
6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,

Line 10: print_remit_to ar_system_parameters.print_remit_to%type,

6: accounting_method ar_system_parameters.accounting_method%type,
7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,

Line 11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,

7: accrue_interest ar_system_parameters.accrue_interest%type,
8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,

Line 12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,

8: unearned_discount ar_system_parameters.unearned_discount%type,
9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,

Line 13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,

9: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,

Line 14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,

10: print_remit_to ar_system_parameters.print_remit_to%type,
11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,

Line 15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,

11: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,

Line 16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,

12: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,

Line 17: cer_split_amount ar_system_parameters.cer_split_amount%type,

13: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,

Line 18: cer_dso_days ar_system_parameters.cer_dso_days%type,

14: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,

Line 19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,

15: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,

Line 20: address_validation ar_system_parameters.address_validation%type,

16: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,

Line 21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,

17: cer_split_amount ar_system_parameters.cer_split_amount%type,
18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,

Line 22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,

18: cer_dso_days ar_system_parameters.cer_dso_days%type,
19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,

Line 23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,

19: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,

Line 24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,

20: address_validation ar_system_parameters.address_validation%type,
21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,

Line 25: default_country ar_system_parameters.default_country%type,

21: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,

Line 26: default_territory ar_system_parameters.default_territory%type,

22: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,

Line 27: generate_customer_number ar_system_parameters.generate_customer_number%type,

23: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,

Line 28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,

24: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,

Line 29: location_structure_id ar_system_parameters.location_structure_id%type,

25: default_country ar_system_parameters.default_country%type,
26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,

Line 30: site_required_flag ar_system_parameters.site_required_flag%type,

26: default_territory ar_system_parameters.default_territory%type,
27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,

Line 31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,

27: generate_customer_number ar_system_parameters.generate_customer_number%type,
28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,

Line 32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,

28: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,

Line 33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,

29: location_structure_id ar_system_parameters.location_structure_id%type,
30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,

Line 34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,

30: site_required_flag ar_system_parameters.site_required_flag%type,
31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,

Line 35: tax_method ar_system_parameters.tax_method%type,

31: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,

Line 36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,

32: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,

Line 37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,

33: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,

Line 38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,

34: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,

Line 39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,

35: tax_method ar_system_parameters.tax_method%type,
36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,

Line 40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,

36: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,

Line 41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,

37: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,

Line 42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,

38: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,

Line 43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,

39: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,

Line 44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,

40: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,

Line 45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,

41: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,

Line 46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,

42: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,

Line 47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,

43: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,

Line 48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,

44: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,

Line 49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,

45: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,

Line 50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,

46: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,

Line 51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,

47: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,

Line 52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,

48: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_code%type,

Line 53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,

49: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_code%type,
57: to_postal_code ar_system_parameters.to_postal_code%type,

Line 54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,

50: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_code%type,
57: to_postal_code ar_system_parameters.to_postal_code%type,
58: tax_registration_number ar_system_parameters.tax_registration_number%type,

Line 55: location_tax_account ar_system_parameters.location_tax_account%type,

51: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_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,

Line 56: from_postal_code ar_system_parameters.from_postal_code%type,

52: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_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,

Line 57: to_postal_code ar_system_parameters.to_postal_code%type,

53: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_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,

Line 58: tax_registration_number ar_system_parameters.tax_registration_number%type,

54: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_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,

Line 59: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,

55: location_tax_account ar_system_parameters.location_tax_account%type,
56: from_postal_code ar_system_parameters.from_postal_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,

Line 60: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,

56: from_postal_code ar_system_parameters.from_postal_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,

Line 71: org_id ar_system_parameters.org_id%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,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
74: ta_installed_flag varchar2(1),
75: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,

Line 72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%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,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
74: ta_installed_flag varchar2(1),
75: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
76: default_reference ra_batch_sources.default_reference%type,

Line 73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,

69: yes_meaning ar_lookups.meaning%type,
70: no_meaning ar_lookups.meaning%type,
71: org_id ar_system_parameters.org_id%type,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
74: ta_installed_flag varchar2(1),
75: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
76: default_reference ra_batch_sources.default_reference%type,
77: ar_ra_batch_source_name ra_batch_sources.name%type,

Line 75: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,

71: org_id ar_system_parameters.org_id%type,
72: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
73: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
74: ta_installed_flag varchar2(1),
75: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
76: default_reference ra_batch_sources.default_reference%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),

Line 85: DOCUMENT_SEQ_GEN_LEVEL ar_system_parameters.DOCUMENT_SEQ_GEN_LEVEL%type,

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:
89: trx_system_parameters_rec trx_system_parameters_rec_type;

Line 86: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%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:
89: trx_system_parameters_rec trx_system_parameters_rec_type;
90:

Line 87: DEFAULT_RCT_MTHD_FOR_LC_INV ar_system_parameters.default_rct_mthd_for_lc_inv%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:
89: trx_system_parameters_rec trx_system_parameters_rec_type;
90:
91: TYPE trx_profile_rec_type IS RECORD (