DBA Data[Home] [Help]

APPS.AR_MO_CACHE_UTILS dependencies on AR_SYSTEM_PARAMETERS

Line 15: org_id ar_system_parameters.org_id%type,

11: set_of_books_id gl_sets_of_books.set_of_books_id%TYPE,
12: set_of_books_name gl_sets_of_books.name%TYPE,
13: chart_of_accounts_id gl_sets_of_books.chart_of_accounts_id%TYPE,
14: currency_code fnd_currencies.currency_code%TYPE,
15: org_id ar_system_parameters.org_id%type,
16:
17: /* ----------------------------------------------------------------------
18: %TYPE
19: ---------------------------------------------------------------------- */

Line 20: accounting_method ar_system_parameters.accounting_method%type,

16:
17: /* ----------------------------------------------------------------------
18: %TYPE
19: ---------------------------------------------------------------------- */
20: accounting_method ar_system_parameters.accounting_method%type,
21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,

Line 21: accrue_interest ar_system_parameters.accrue_interest%type,

17: /* ----------------------------------------------------------------------
18: %TYPE
19: ---------------------------------------------------------------------- */
20: accounting_method ar_system_parameters.accounting_method%type,
21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,

Line 22: unearned_discount ar_system_parameters.unearned_discount%type,

18: %TYPE
19: ---------------------------------------------------------------------- */
20: accounting_method ar_system_parameters.accounting_method%type,
21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,

Line 23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,

19: ---------------------------------------------------------------------- */
20: accounting_method ar_system_parameters.accounting_method%type,
21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,

Line 24: print_remit_to ar_system_parameters.print_remit_to%type,

20: accounting_method ar_system_parameters.accounting_method%type,
21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,

Line 25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,

21: accrue_interest ar_system_parameters.accrue_interest%type,
22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,

Line 26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,

22: unearned_discount ar_system_parameters.unearned_discount%type,
23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,

Line 27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,

23: partial_discount_flag ar_system_parameters.partial_discount_flag%type,
24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,

Line 28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,

24: print_remit_to ar_system_parameters.print_remit_to%type,
25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,

Line 29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,

25: default_cb_due_date ar_system_parameters.default_cb_due_date%type,
26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:

Line 30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,

26: auto_site_numbering ar_system_parameters.auto_site_numbering%type,
27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,

Line 31: cer_split_amount ar_system_parameters.cer_split_amount%type,

27: cash_basis_set_of_books_id ar_system_parameters.cash_basis_set_of_books_id%type,
28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,

Line 32: cer_dso_days ar_system_parameters.cer_dso_days%type,

28: code_combination_id_gain ar_system_parameters.code_combination_id_gain%type,
29: autocash_hierarchy_id ar_system_parameters.autocash_hierarchy_id%type,
30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,

Line 34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,

30: run_gl_journal_import_flag ar_system_parameters.run_gl_journal_import_flag%type,
31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,

Line 35: address_validation ar_system_parameters.address_validation%type,

31: cer_split_amount ar_system_parameters.cer_split_amount%type,
32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,

Line 36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,

32: cer_dso_days ar_system_parameters.cer_dso_days%type,
33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,

Line 37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,

33:
34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,

Line 38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,

34: posting_days_per_cycle ar_system_parameters.posting_days_per_cycle%type,
35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:

Line 39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,

35: address_validation ar_system_parameters.address_validation%type,
36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,

Line 40: default_country ar_system_parameters.default_country%type,

36: calc_discount_on_lines_flag ar_system_parameters.calc_discount_on_lines_flag%type,
37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,

Line 41: default_territory ar_system_parameters.default_territory%type,

37: change_printed_invoice_flag ar_system_parameters.change_printed_invoice_flag%type,
38: code_combination_id_loss ar_system_parameters.code_combination_id_loss%type,
39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,

Line 43: generate_customer_number ar_system_parameters.generate_customer_number%type,

39: create_reciprocal_flag ar_system_parameters.create_reciprocal_flag%type,
40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,

Line 44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,

40: default_country ar_system_parameters.default_country%type,
41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,

Line 45: location_structure_id ar_system_parameters.location_structure_id%type,

41: default_territory ar_system_parameters.default_territory%type,
42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,

Line 46: site_required_flag ar_system_parameters.site_required_flag%type,

42:
43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,

Line 47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,

43: generate_customer_number ar_system_parameters.generate_customer_number%type,
44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,

Line 48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,

44: invoice_deletion_flag ar_system_parameters.invoice_deletion_flag%type,
45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:

Line 49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,

45: location_structure_id ar_system_parameters.location_structure_id%type,
46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,

Line 50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,

46: site_required_flag ar_system_parameters.site_required_flag%type,
47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,

Line 51: tax_method ar_system_parameters.tax_method%type,

47: tax_allow_compound_flag ar_system_parameters.tax_allow_compound_flag%type,
48: tax_header_level_flag ar_system_parameters.tax_header_level_flag%type,
49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,

Line 53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,

49: tax_rounding_allow_override ar_system_parameters.tax_rounding_allow_override%type,
50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,

Line 54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,

50: tax_invoice_print ar_system_parameters.tax_invoice_print%type,
51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,

Line 55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,

51: tax_method ar_system_parameters.tax_method%type,
52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,

Line 56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,

52:
53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,

Line 57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,

53: tax_use_customer_exempt_flag ar_system_parameters.tax_use_customer_exempt_flag%type,
54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:

Line 58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,

54: tax_use_cust_exc_rate_flag ar_system_parameters.tax_use_cust_exc_rate_flag%type,
55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,

Line 59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,

55: tax_use_loc_exc_rate_flag ar_system_parameters.tax_use_loc_exc_rate_flag%type,
56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,

Line 60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,

56: tax_use_product_exempt_flag ar_system_parameters.tax_use_product_exempt_flag%type,
57: tax_use_prod_exc_rate_flag ar_system_parameters.tax_use_prod_exc_rate_flag%type,
58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,

Line 62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,

58: tax_use_site_exc_rate_flag ar_system_parameters.tax_use_site_exc_rate_flag%type,
59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,

Line 63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,

59: ai_log_file_message_level ar_system_parameters.ai_log_file_message_level%type,
60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,

Line 64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,

60: ai_max_memory_in_bytes ar_system_parameters.ai_max_memory_in_bytes%type,
61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,

Line 65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,

61:
62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:

Line 66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,

62: ai_acct_flex_key_left_prompt ar_system_parameters.ai_acct_flex_key_left_prompt%type,
63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,

Line 67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,

63: ai_mtl_items_key_left_prompt ar_system_parameters.ai_mtl_items_key_left_prompt%type,
64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,

Line 68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,

64: ai_territory_key_left_prompt ar_system_parameters.ai_territory_key_left_prompt%type,
65: ai_purge_int_tables_flag ar_system_parameters.ai_purge_interface_tables_flag%type,
66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,

Line 70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,

66: ai_activate_sql_trace_flag ar_system_parameters.ai_activate_sql_trace_flag%type,
67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,

Line 71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,

67: default_grouping_rule_id ar_system_parameters.default_grouping_rule_id%type,
68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,

Line 72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,

68: salesrep_required_flag ar_system_parameters.salesrep_required_flag%type,
69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,

Line 73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,

69:
70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:

Line 74: location_tax_account ar_system_parameters.location_tax_account%type,

70: auto_rec_invoices_per_commit ar_system_parameters.auto_rec_invoices_per_commit%type,
71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,

Line 75: from_postal_code ar_system_parameters.from_postal_code%type,

71: auto_rec_receipts_per_commit ar_system_parameters.auto_rec_receipts_per_commit%type,
72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,
79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,

Line 76: to_postal_code ar_system_parameters.to_postal_code%type,

72: pay_unrelated_invoices_flag ar_system_parameters.pay_unrelated_invoices_flag%type,
73: print_home_country_flag ar_system_parameters.print_home_country_flag%type,
74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,
79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
80: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,

Line 78: tax_registration_number ar_system_parameters.tax_registration_number%type,

74: location_tax_account ar_system_parameters.location_tax_account%type,
75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,
79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
80: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,
81: period_set_name gl_sets_of_books.period_set_name%type,
82:

Line 79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,

75: from_postal_code ar_system_parameters.from_postal_code%type,
76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,
79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
80: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,
81: period_set_name gl_sets_of_books.period_set_name%type,
82:
83: base_precision fnd_currencies.precision%type,

Line 80: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,

76: to_postal_code ar_system_parameters.to_postal_code%type,
77:
78: tax_registration_number ar_system_parameters.tax_registration_number%type,
79: populate_gl_segments_flag ar_system_parameters.populate_gl_segments_flag%type,
80: unallocated_revenue_ccid ar_system_parameters.unallocated_revenue_ccid%type,
81: period_set_name gl_sets_of_books.period_set_name%type,
82:
83: base_precision fnd_currencies.precision%type,
84: base_EXTENDED_PRECISION fnd_currencies.EXTENDED_PRECISION%type,

Line 90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,

86: salescredit_name ra_salesreps.name%type,
87: yes_meaning ar_lookups.meaning%type,
88: no_meaning ar_lookups.meaning%type,
89: tax_exempt_flag_meaning ar_lookups.meaning%type ,
90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:
93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,
94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,

Line 91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,

87: yes_meaning ar_lookups.meaning%type,
88: no_meaning ar_lookups.meaning%type,
89: tax_exempt_flag_meaning ar_lookups.meaning%type ,
90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:
93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,
94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
95:

Line 93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,

89: tax_exempt_flag_meaning ar_lookups.meaning%type ,
90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:
93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,
94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
95:
96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,

Line 94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,

90: inclusive_tax_used ar_system_parameters.inclusive_tax_used%type,
91: tax_enforce_account_flag ar_system_parameters.tax_enforce_account_flag%type,
92:
93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,
94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
95:
96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,

Line 97: attribute_category ar_system_parameters.attribute_category%type,

93: ta_installed_flag ar_system_parameters.ta_installed_flag%type,
94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
95:
96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,

Line 98: attribute1 ar_system_parameters.attribute1%type,

94: br_enabled_flag ar_system_parameters.bills_receivable_enabled_flag%type,
95:
96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,

Line 99: attribute2 ar_system_parameters.attribute2%type,

95:
96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,

Line 100: attribute3 ar_system_parameters.attribute3%type,

96: --new begin
97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,

Line 101: attribute4 ar_system_parameters.attribute4%type,

97: attribute_category ar_system_parameters.attribute_category%type,
98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,

Line 102: attribute5 ar_system_parameters.attribute5%type,

98: attribute1 ar_system_parameters.attribute1%type,
99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,

Line 103: attribute6 ar_system_parameters.attribute6%type,

99: attribute2 ar_system_parameters.attribute2%type,
100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,

Line 104: attribute7 ar_system_parameters.attribute7%type,

100: attribute3 ar_system_parameters.attribute3%type,
101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,

Line 105: attribute8 ar_system_parameters.attribute8%type,

101: attribute4 ar_system_parameters.attribute4%type,
102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,

Line 106: attribute9 ar_system_parameters.attribute9%type,

102: attribute5 ar_system_parameters.attribute5%type,
103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,

Line 107: attribute10 ar_system_parameters.attribute10%type,

103: attribute6 ar_system_parameters.attribute6%type,
104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,

Line 108: attribute11 ar_system_parameters.attribute11%type,

104: attribute7 ar_system_parameters.attribute7%type,
105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,

Line 109: attribute12 ar_system_parameters.attribute12%type,

105: attribute8 ar_system_parameters.attribute8%type,
106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:

Line 110: attribute13 ar_system_parameters.attribute13%type,

106: attribute9 ar_system_parameters.attribute9%type,
107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,

Line 111: attribute14 ar_system_parameters.attribute14%type,

107: attribute10 ar_system_parameters.attribute10%type,
108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,

Line 112: attribute15 ar_system_parameters.attribute15%type,

108: attribute11 ar_system_parameters.attribute11%type,
109: attribute12 ar_system_parameters.attribute12%type,
110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,

Line 114: created_by ar_system_parameters.created_by%type,

110: attribute13 ar_system_parameters.attribute13%type,
111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,

Line 115: creation_date ar_system_parameters.creation_date%type,

111: attribute14 ar_system_parameters.attribute14%type,
112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:

Line 116: last_updated_by ar_system_parameters.last_updated_by%type,

112: attribute15 ar_system_parameters.attribute15%type,
113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,

Line 117: last_update_date ar_system_parameters.last_update_date%type,

113:
114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,

Line 118: last_update_login ar_system_parameters.last_update_login%type,

114: created_by ar_system_parameters.created_by%type,
115: creation_date ar_system_parameters.creation_date%type,
116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,

Line 120: tax_code ar_system_parameters.tax_code%type,

116: last_updated_by ar_system_parameters.last_updated_by%type,
117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,

Line 121: tax_currency_code ar_system_parameters.tax_currency_code%type,

117: last_update_date ar_system_parameters.last_update_date%type,
118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,

Line 122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,

118: last_update_login ar_system_parameters.last_update_login%type,
119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,

Line 123: tax_precision ar_system_parameters.tax_precision%type,

119:
120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,

Line 124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,

120: tax_code ar_system_parameters.tax_code%type,
121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,

Line 125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,

121: tax_currency_code ar_system_parameters.tax_currency_code%type,
122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,

Line 126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,

122: tax_minimum_accountable_unit ar_system_parameters.tax_minimum_accountable_unit%type,
123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,

Line 127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,

123: tax_precision ar_system_parameters.tax_precision%type,
124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,

Line 128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,

124: tax_rounding_rule ar_system_parameters.tax_rounding_rule%type,
125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,

Line 129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,

125: tax_use_acc_exc_rate_flag ar_system_parameters.tax_use_account_exc_rate_flag%type,
126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:

Line 130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,

126: tax_use_system_exc_rate_flag ar_system_parameters.tax_use_system_exc_rate_flag%type,
127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,

Line 131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,

127: tax_hier_site_exc_rate ar_system_parameters.tax_hier_site_exc_rate%type,
128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,

Line 132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,

128: tax_hier_cust_exc_rate ar_system_parameters.tax_hier_cust_exc_rate%type,
129: tax_hier_prod_exc_rate ar_system_parameters.tax_hier_prod_exc_rate%type,
130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,

Line 134: global_attribute1 ar_system_parameters.global_attribute1%type,

130: tax_hier_account_exc_rate ar_system_parameters.tax_hier_account_exc_rate%type,
131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,

Line 135: global_attribute2 ar_system_parameters.global_attribute2%type,

131: tax_hier_system_exc_rate ar_system_parameters.tax_hier_system_exc_rate%type,
132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,

Line 136: global_attribute3 ar_system_parameters.global_attribute3%type,

132: tax_database_view_set ar_system_parameters.tax_database_view_set%type,
133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,

Line 137: global_attribute4 ar_system_parameters.global_attribute4%type,

133:
134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,

Line 138: global_attribute5 ar_system_parameters.global_attribute5%type,

134: global_attribute1 ar_system_parameters.global_attribute1%type,
135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,

Line 139: global_attribute6 ar_system_parameters.global_attribute6%type,

135: global_attribute2 ar_system_parameters.global_attribute2%type,
136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,

Line 140: global_attribute7 ar_system_parameters.global_attribute7%type,

136: global_attribute3 ar_system_parameters.global_attribute3%type,
137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,

Line 141: global_attribute8 ar_system_parameters.global_attribute8%type,

137: global_attribute4 ar_system_parameters.global_attribute4%type,
138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,

Line 142: global_attribute9 ar_system_parameters.global_attribute9%type,

138: global_attribute5 ar_system_parameters.global_attribute5%type,
139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,

Line 143: global_attribute10 ar_system_parameters.global_attribute10%type,

139: global_attribute6 ar_system_parameters.global_attribute6%type,
140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,

Line 144: global_attribute11 ar_system_parameters.global_attribute11%type,

140: global_attribute7 ar_system_parameters.global_attribute7%type,
141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,

Line 145: global_attribute12 ar_system_parameters.global_attribute12%type,

141: global_attribute8 ar_system_parameters.global_attribute8%type,
142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,

Line 146: global_attribute13 ar_system_parameters.global_attribute13%type,

142: global_attribute9 ar_system_parameters.global_attribute9%type,
143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,

Line 147: global_attribute14 ar_system_parameters.global_attribute14%type,

143: global_attribute10 ar_system_parameters.global_attribute10%type,
144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,

Line 148: global_attribute15 ar_system_parameters.global_attribute15%type,

144: global_attribute11 ar_system_parameters.global_attribute11%type,
145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,

Line 149: global_attribute16 ar_system_parameters.global_attribute16%type,

145: global_attribute12 ar_system_parameters.global_attribute12%type,
146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,

Line 150: global_attribute17 ar_system_parameters.global_attribute17%type,

146: global_attribute13 ar_system_parameters.global_attribute13%type,
147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,

Line 151: global_attribute18 ar_system_parameters.global_attribute18%type,

147: global_attribute14 ar_system_parameters.global_attribute14%type,
148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:

Line 152: global_attribute19 ar_system_parameters.global_attribute19%type,

148: global_attribute15 ar_system_parameters.global_attribute15%type,
149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,

Line 153: global_attribute20 ar_system_parameters.global_attribute20%type,

149: global_attribute16 ar_system_parameters.global_attribute16%type,
150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,

Line 154: global_attribute_category ar_system_parameters.global_attribute_category%type,

150: global_attribute17 ar_system_parameters.global_attribute17%type,
151: global_attribute18 ar_system_parameters.global_attribute18%type,
152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,

Line 156: rule_set_id ar_system_parameters.rule_set_id%type,

152: global_attribute19 ar_system_parameters.global_attribute19%type,
153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,

Line 157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,

153: global_attribute20 ar_system_parameters.global_attribute20%type,
154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,

Line 158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,

154: global_attribute_category ar_system_parameters.global_attribute_category%type,
155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,

Line 159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,

155:
156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,

Line 160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,

156: rule_set_id ar_system_parameters.rule_set_id%type,
157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,

Line 161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,

157: code_combination_id_round ar_system_parameters.code_combination_id_round%type,
158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,

Line 162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,

158: trx_header_level_rounding ar_system_parameters.trx_header_level_rounding%type,
159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,

Line 163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,

159: trx_header_round_ccid ar_system_parameters.trx_header_round_ccid%type,
160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,

Line 164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,

160: finchrg_receivables_trx_id ar_system_parameters.finchrg_receivables_trx_id%type,
161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,

Line 165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,

161: sales_tax_geocode ar_system_parameters.sales_tax_geocode%type,
162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,

Line 166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,

162: rev_transfer_clear_ccid ar_system_parameters.rev_transfer_clear_ccid%type,
163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,

Line 167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,

163: sales_credit_pct_limit ar_system_parameters.sales_credit_pct_limit%type,
164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),

Line 168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,

164: max_wrtoff_amount ar_system_parameters.max_wrtoff_amount%type,
165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),

Line 169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,

165: irec_cc_receipt_method_id ar_system_parameters.irec_cc_receipt_method_id%type,
166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,

Line 170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,

166: show_billing_number_flag ar_system_parameters.show_billing_number_flag%type,
167: cross_currency_rate_type ar_system_parameters.cross_currency_rate_type%type,
168: document_seq_gen_level ar_system_parameters.document_seq_gen_level%type,
169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,

Line 173: payment_threshold ar_system_parameters.payment_threshold%type,

169: calc_tax_on_credit_memo_flag ar_system_parameters.calc_tax_on_credit_memo_flag%type,
170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,

Line 174: standard_refund ar_system_parameters.standard_refund%type,

170: IREC_BA_RECEIPT_METHOD_ID ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type,
171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,

Line 175: credit_classification1 ar_system_parameters.credit_classification1%type,

171: tm_installed_flag VARCHAR2(1),
172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,

Line 176: credit_classification2 ar_system_parameters.credit_classification2%type,

172: tm_default_setup_flag VARCHAR2(1),
173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,

Line 177: credit_classification3 ar_system_parameters.credit_classification3%type,

173: payment_threshold ar_system_parameters.payment_threshold%type,
174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,

Line 178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,

174: standard_refund ar_system_parameters.standard_refund%type,
175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,

Line 179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,

175: credit_classification1 ar_system_parameters.credit_classification1%type,
176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,

Line 180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,

176: credit_classification2 ar_system_parameters.credit_classification2%type,
177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,
184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type

Line 181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,

177: credit_classification3 ar_system_parameters.credit_classification3%type,
178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,
184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type
185: --new end

Line 182: min_refund_amount ar_system_parameters.min_refund_amount%type,

178: unmtch_claim_creation_flag ar_system_parameters.unmtch_claim_creation_flag%type,
179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,
184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type
185: --new end
186: /* End AR-specific fields */ );

Line 183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,

179: matched_claim_creation_flag ar_system_parameters.matched_claim_creation_flag%type,
180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,
184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type
185: --new end
186: /* End AR-specific fields */ );
187:

Line 184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type

180: matched_claim_excl_cm_flag ar_system_parameters.matched_claim_excl_cm_flag%type,
181: min_wrtoff_amount ar_system_parameters.min_wrtoff_amount%type,
182: min_refund_amount ar_system_parameters.min_refund_amount%type,
183: create_detailed_dist_flag ar_system_parameters.create_detailed_dist_flag%type,
184: default_rct_mthd_for_lc_inv ar_system_parameters.default_rct_mthd_for_lc_inv%type
185: --new end
186: /* End AR-specific fields */ );
187:
188: /* ----------------------------------------------------------------------------

Line 209: IS TABLE OF ar_system_parameters.accounting_method%type;

205: e.g. TYPE <> IS TABLE OF <>%TYPE;
206: ----------------------------------------------------------------------------------- */
207:
208: TYPE accountingmethodTable
209: IS TABLE OF ar_system_parameters.accounting_method%type;
210: TYPE accrueinterestTable
211: IS TABLE OF ar_system_parameters.accrue_interest%type;
212: TYPE unearneddiscountTable
213: IS TABLE OF ar_system_parameters.unearned_discount%type;

Line 211: IS TABLE OF ar_system_parameters.accrue_interest%type;

207:
208: TYPE accountingmethodTable
209: IS TABLE OF ar_system_parameters.accounting_method%type;
210: TYPE accrueinterestTable
211: IS TABLE OF ar_system_parameters.accrue_interest%type;
212: TYPE unearneddiscountTable
213: IS TABLE OF ar_system_parameters.unearned_discount%type;
214: TYPE partialdiscountflagTable
215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;

Line 213: IS TABLE OF ar_system_parameters.unearned_discount%type;

209: IS TABLE OF ar_system_parameters.accounting_method%type;
210: TYPE accrueinterestTable
211: IS TABLE OF ar_system_parameters.accrue_interest%type;
212: TYPE unearneddiscountTable
213: IS TABLE OF ar_system_parameters.unearned_discount%type;
214: TYPE partialdiscountflagTable
215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;
216: TYPE printremittoTable
217: IS TABLE OF ar_system_parameters.print_remit_to%type;

Line 215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;

211: IS TABLE OF ar_system_parameters.accrue_interest%type;
212: TYPE unearneddiscountTable
213: IS TABLE OF ar_system_parameters.unearned_discount%type;
214: TYPE partialdiscountflagTable
215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;
216: TYPE printremittoTable
217: IS TABLE OF ar_system_parameters.print_remit_to%type;
218: TYPE defaultcbduedateTable
219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;

Line 217: IS TABLE OF ar_system_parameters.print_remit_to%type;

213: IS TABLE OF ar_system_parameters.unearned_discount%type;
214: TYPE partialdiscountflagTable
215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;
216: TYPE printremittoTable
217: IS TABLE OF ar_system_parameters.print_remit_to%type;
218: TYPE defaultcbduedateTable
219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;
220: TYPE autositenumberingTable
221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;

Line 219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;

215: IS TABLE OF ar_system_parameters.partial_discount_flag%type;
216: TYPE printremittoTable
217: IS TABLE OF ar_system_parameters.print_remit_to%type;
218: TYPE defaultcbduedateTable
219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;
220: TYPE autositenumberingTable
221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;
222: TYPE cashbasissetofbooksidTable
223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;

Line 221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;

217: IS TABLE OF ar_system_parameters.print_remit_to%type;
218: TYPE defaultcbduedateTable
219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;
220: TYPE autositenumberingTable
221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;
222: TYPE cashbasissetofbooksidTable
223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;
224: TYPE codecombinationidgainTable
225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;

Line 223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;

219: IS TABLE OF ar_system_parameters.default_cb_due_date%type;
220: TYPE autositenumberingTable
221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;
222: TYPE cashbasissetofbooksidTable
223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;
224: TYPE codecombinationidgainTable
225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;
226: TYPE autocashhierarchyidTable
227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;

Line 225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;

221: IS TABLE OF ar_system_parameters.auto_site_numbering%type;
222: TYPE cashbasissetofbooksidTable
223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;
224: TYPE codecombinationidgainTable
225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;
226: TYPE autocashhierarchyidTable
227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;
228: TYPE rungljournalimportflagTable
229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;

Line 227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;

223: IS TABLE OF ar_system_parameters.cash_basis_set_of_books_id%type;
224: TYPE codecombinationidgainTable
225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;
226: TYPE autocashhierarchyidTable
227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;
228: TYPE rungljournalimportflagTable
229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;
230: TYPE cersplitamountTable
231: IS TABLE OF ar_system_parameters.cer_split_amount%type;

Line 229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;

225: IS TABLE OF ar_system_parameters.code_combination_id_gain%type;
226: TYPE autocashhierarchyidTable
227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;
228: TYPE rungljournalimportflagTable
229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;
230: TYPE cersplitamountTable
231: IS TABLE OF ar_system_parameters.cer_split_amount%type;
232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;
233: TYPE postingdayspercycleTable

Line 231: IS TABLE OF ar_system_parameters.cer_split_amount%type;

227: IS TABLE OF ar_system_parameters.autocash_hierarchy_id%type;
228: TYPE rungljournalimportflagTable
229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;
230: TYPE cersplitamountTable
231: IS TABLE OF ar_system_parameters.cer_split_amount%type;
232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;
233: TYPE postingdayspercycleTable
234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;
235: TYPE addressvalidationTable

Line 232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;

228: TYPE rungljournalimportflagTable
229: IS TABLE OF ar_system_parameters.run_gl_journal_import_flag%type;
230: TYPE cersplitamountTable
231: IS TABLE OF ar_system_parameters.cer_split_amount%type;
232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;
233: TYPE postingdayspercycleTable
234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;
235: TYPE addressvalidationTable
236: IS TABLE OF ar_system_parameters.address_validation%type;

Line 234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;

230: TYPE cersplitamountTable
231: IS TABLE OF ar_system_parameters.cer_split_amount%type;
232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;
233: TYPE postingdayspercycleTable
234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;
235: TYPE addressvalidationTable
236: IS TABLE OF ar_system_parameters.address_validation%type;
237: TYPE calcdiscountonlinesflagTable
238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;

Line 236: IS TABLE OF ar_system_parameters.address_validation%type;

232: TYPE cerdsodaysTable IS TABLE OF ar_system_parameters.cer_dso_days%type;
233: TYPE postingdayspercycleTable
234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;
235: TYPE addressvalidationTable
236: IS TABLE OF ar_system_parameters.address_validation%type;
237: TYPE calcdiscountonlinesflagTable
238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;
239: TYPE changeprintedinvoiceflagTable
240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;

Line 238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;

234: IS TABLE OF ar_system_parameters.posting_days_per_cycle%type;
235: TYPE addressvalidationTable
236: IS TABLE OF ar_system_parameters.address_validation%type;
237: TYPE calcdiscountonlinesflagTable
238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;
239: TYPE changeprintedinvoiceflagTable
240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;
241: TYPE codecombinationidlossTable
242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;

Line 240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;

236: IS TABLE OF ar_system_parameters.address_validation%type;
237: TYPE calcdiscountonlinesflagTable
238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;
239: TYPE changeprintedinvoiceflagTable
240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;
241: TYPE codecombinationidlossTable
242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;
243: TYPE createreciprocalflagTable
244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;

Line 242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;

238: IS TABLE OF ar_system_parameters.calc_discount_on_lines_flag%type;
239: TYPE changeprintedinvoiceflagTable
240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;
241: TYPE codecombinationidlossTable
242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;
243: TYPE createreciprocalflagTable
244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;
245: TYPE defaultcountryTable
246: IS TABLE OF ar_system_parameters.default_country%type;

Line 244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;

240: IS TABLE OF ar_system_parameters.change_printed_invoice_flag%type;
241: TYPE codecombinationidlossTable
242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;
243: TYPE createreciprocalflagTable
244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;
245: TYPE defaultcountryTable
246: IS TABLE OF ar_system_parameters.default_country%type;
247: TYPE defaultterritoryTable
248: IS TABLE OF ar_system_parameters.default_territory%type;

Line 246: IS TABLE OF ar_system_parameters.default_country%type;

242: IS TABLE OF ar_system_parameters.code_combination_id_loss%type;
243: TYPE createreciprocalflagTable
244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;
245: TYPE defaultcountryTable
246: IS TABLE OF ar_system_parameters.default_country%type;
247: TYPE defaultterritoryTable
248: IS TABLE OF ar_system_parameters.default_territory%type;
249: TYPE generatecustomernumberTable
250: IS TABLE OF ar_system_parameters.generate_customer_number%type;

Line 248: IS TABLE OF ar_system_parameters.default_territory%type;

244: IS TABLE OF ar_system_parameters.create_reciprocal_flag%type;
245: TYPE defaultcountryTable
246: IS TABLE OF ar_system_parameters.default_country%type;
247: TYPE defaultterritoryTable
248: IS TABLE OF ar_system_parameters.default_territory%type;
249: TYPE generatecustomernumberTable
250: IS TABLE OF ar_system_parameters.generate_customer_number%type;
251: TYPE invoicedeletionflagTable
252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;

Line 250: IS TABLE OF ar_system_parameters.generate_customer_number%type;

246: IS TABLE OF ar_system_parameters.default_country%type;
247: TYPE defaultterritoryTable
248: IS TABLE OF ar_system_parameters.default_territory%type;
249: TYPE generatecustomernumberTable
250: IS TABLE OF ar_system_parameters.generate_customer_number%type;
251: TYPE invoicedeletionflagTable
252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;
253: TYPE locationstructureidTable
254: IS TABLE OF ar_system_parameters.location_structure_id%type;

Line 252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;

248: IS TABLE OF ar_system_parameters.default_territory%type;
249: TYPE generatecustomernumberTable
250: IS TABLE OF ar_system_parameters.generate_customer_number%type;
251: TYPE invoicedeletionflagTable
252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;
253: TYPE locationstructureidTable
254: IS TABLE OF ar_system_parameters.location_structure_id%type;
255: TYPE siterequiredflagTable
256: IS TABLE OF ar_system_parameters.site_required_flag%type;

Line 254: IS TABLE OF ar_system_parameters.location_structure_id%type;

250: IS TABLE OF ar_system_parameters.generate_customer_number%type;
251: TYPE invoicedeletionflagTable
252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;
253: TYPE locationstructureidTable
254: IS TABLE OF ar_system_parameters.location_structure_id%type;
255: TYPE siterequiredflagTable
256: IS TABLE OF ar_system_parameters.site_required_flag%type;
257: TYPE taxallowcompoundflagTable
258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;

Line 256: IS TABLE OF ar_system_parameters.site_required_flag%type;

252: IS TABLE OF ar_system_parameters.invoice_deletion_flag%type;
253: TYPE locationstructureidTable
254: IS TABLE OF ar_system_parameters.location_structure_id%type;
255: TYPE siterequiredflagTable
256: IS TABLE OF ar_system_parameters.site_required_flag%type;
257: TYPE taxallowcompoundflagTable
258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;
259: TYPE taxheaderlevelflagTable
260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;

Line 258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;

254: IS TABLE OF ar_system_parameters.location_structure_id%type;
255: TYPE siterequiredflagTable
256: IS TABLE OF ar_system_parameters.site_required_flag%type;
257: TYPE taxallowcompoundflagTable
258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;
259: TYPE taxheaderlevelflagTable
260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;
261: TYPE taxroundingallowoverrideTable
262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;

Line 260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;

256: IS TABLE OF ar_system_parameters.site_required_flag%type;
257: TYPE taxallowcompoundflagTable
258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;
259: TYPE taxheaderlevelflagTable
260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;
261: TYPE taxroundingallowoverrideTable
262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;
263: TYPE taxinvoiceprintTable
264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;

Line 262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;

258: IS TABLE OF ar_system_parameters.tax_allow_compound_flag%type;
259: TYPE taxheaderlevelflagTable
260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;
261: TYPE taxroundingallowoverrideTable
262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;
263: TYPE taxinvoiceprintTable
264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;
265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;
266: TYPE taxusecustomerexemptflagTable

Line 264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;

260: IS TABLE OF ar_system_parameters.tax_header_level_flag%type;
261: TYPE taxroundingallowoverrideTable
262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;
263: TYPE taxinvoiceprintTable
264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;
265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;
266: TYPE taxusecustomerexemptflagTable
267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;
268: TYPE taxusecustexcrateflagTable

Line 265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;

261: TYPE taxroundingallowoverrideTable
262: IS TABLE OF ar_system_parameters.tax_rounding_allow_override%type;
263: TYPE taxinvoiceprintTable
264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;
265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;
266: TYPE taxusecustomerexemptflagTable
267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;
268: TYPE taxusecustexcrateflagTable
269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;

Line 267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;

263: TYPE taxinvoiceprintTable
264: IS TABLE OF ar_system_parameters.tax_invoice_print%type;
265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;
266: TYPE taxusecustomerexemptflagTable
267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;
268: TYPE taxusecustexcrateflagTable
269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;
270: TYPE taxuselocexcrateflagTable
271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;

Line 269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;

265: TYPE taxmethodTable IS TABLE OF ar_system_parameters.tax_method%type;
266: TYPE taxusecustomerexemptflagTable
267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;
268: TYPE taxusecustexcrateflagTable
269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;
270: TYPE taxuselocexcrateflagTable
271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;
272: TYPE taxuseproductexemptflagTable
273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;

Line 271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;

267: IS TABLE OF ar_system_parameters.tax_use_customer_exempt_flag%type;
268: TYPE taxusecustexcrateflagTable
269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;
270: TYPE taxuselocexcrateflagTable
271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;
272: TYPE taxuseproductexemptflagTable
273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;
274: TYPE taxuseprodexcrateflagTable
275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;

Line 273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;

269: IS TABLE OF ar_system_parameters.tax_use_cust_exc_rate_flag%type;
270: TYPE taxuselocexcrateflagTable
271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;
272: TYPE taxuseproductexemptflagTable
273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;
274: TYPE taxuseprodexcrateflagTable
275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;
276: TYPE taxusesiteexcrateflagTable
277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;

Line 275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;

271: IS TABLE OF ar_system_parameters.tax_use_loc_exc_rate_flag%type;
272: TYPE taxuseproductexemptflagTable
273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;
274: TYPE taxuseprodexcrateflagTable
275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;
276: TYPE taxusesiteexcrateflagTable
277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;
278: TYPE ailogfilemessagelevelTable
279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;

Line 277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;

273: IS TABLE OF ar_system_parameters.tax_use_product_exempt_flag%type;
274: TYPE taxuseprodexcrateflagTable
275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;
276: TYPE taxusesiteexcrateflagTable
277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;
278: TYPE ailogfilemessagelevelTable
279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;
280: TYPE aimaxmemoryinbytesTable
281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;

Line 279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;

275: IS TABLE OF ar_system_parameters.tax_use_prod_exc_rate_flag%type;
276: TYPE taxusesiteexcrateflagTable
277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;
278: TYPE ailogfilemessagelevelTable
279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;
280: TYPE aimaxmemoryinbytesTable
281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;
282: TYPE aiacctflexkeyleftpromptTable
283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;

Line 281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;

277: IS TABLE OF ar_system_parameters.tax_use_site_exc_rate_flag%type;
278: TYPE ailogfilemessagelevelTable
279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;
280: TYPE aimaxmemoryinbytesTable
281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;
282: TYPE aiacctflexkeyleftpromptTable
283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;
284: TYPE aimtlitemskeyleftpromptTable
285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;

Line 283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;

279: IS TABLE OF ar_system_parameters.ai_log_file_message_level%type;
280: TYPE aimaxmemoryinbytesTable
281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;
282: TYPE aiacctflexkeyleftpromptTable
283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;
284: TYPE aimtlitemskeyleftpromptTable
285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;
286: TYPE aiterritorykeyleftpromptTable
287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;

Line 285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;

281: IS TABLE OF ar_system_parameters.ai_max_memory_in_bytes%type;
282: TYPE aiacctflexkeyleftpromptTable
283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;
284: TYPE aimtlitemskeyleftpromptTable
285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;
286: TYPE aiterritorykeyleftpromptTable
287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;
288: TYPE aipurgeinttablesflagTable
289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;

Line 287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;

283: IS TABLE OF ar_system_parameters.ai_acct_flex_key_left_prompt%type;
284: TYPE aimtlitemskeyleftpromptTable
285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;
286: TYPE aiterritorykeyleftpromptTable
287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;
288: TYPE aipurgeinttablesflagTable
289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;
290: TYPE aiactivatesqltraceflagTable
291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;

Line 289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;

285: IS TABLE OF ar_system_parameters.ai_mtl_items_key_left_prompt%type;
286: TYPE aiterritorykeyleftpromptTable
287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;
288: TYPE aipurgeinttablesflagTable
289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;
290: TYPE aiactivatesqltraceflagTable
291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;
292: TYPE defaultgroupingruleidTable
293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;

Line 291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;

287: IS TABLE OF ar_system_parameters.ai_territory_key_left_prompt%type;
288: TYPE aipurgeinttablesflagTable
289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;
290: TYPE aiactivatesqltraceflagTable
291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;
292: TYPE defaultgroupingruleidTable
293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;
294: TYPE salesreprequiredflagTable
295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;

Line 293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;

289: IS TABLE OF ar_system_parameters.ai_purge_interface_tables_flag%type;
290: TYPE aiactivatesqltraceflagTable
291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;
292: TYPE defaultgroupingruleidTable
293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;
294: TYPE salesreprequiredflagTable
295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;
296: TYPE autorecinvoicespercommitTable
297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;

Line 295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;

291: IS TABLE OF ar_system_parameters.ai_activate_sql_trace_flag%type;
292: TYPE defaultgroupingruleidTable
293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;
294: TYPE salesreprequiredflagTable
295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;
296: TYPE autorecinvoicespercommitTable
297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;
298: TYPE autorecreceiptspercommitTable
299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;

Line 297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;

293: IS TABLE OF ar_system_parameters.default_grouping_rule_id%type;
294: TYPE salesreprequiredflagTable
295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;
296: TYPE autorecinvoicespercommitTable
297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;
298: TYPE autorecreceiptspercommitTable
299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;
300: TYPE payunrelatedinvoicesflagTable
301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;

Line 299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;

295: IS TABLE OF ar_system_parameters.salesrep_required_flag%type;
296: TYPE autorecinvoicespercommitTable
297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;
298: TYPE autorecreceiptspercommitTable
299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;
300: TYPE payunrelatedinvoicesflagTable
301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;
302: TYPE printhomecountryflagTable
303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;

Line 301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;

297: IS TABLE OF ar_system_parameters.auto_rec_invoices_per_commit%type;
298: TYPE autorecreceiptspercommitTable
299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;
300: TYPE payunrelatedinvoicesflagTable
301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;
302: TYPE printhomecountryflagTable
303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;
304: TYPE locationtaxaccountTable
305: IS TABLE OF ar_system_parameters.location_tax_account%type;

Line 303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;

299: IS TABLE OF ar_system_parameters.auto_rec_receipts_per_commit%type;
300: TYPE payunrelatedinvoicesflagTable
301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;
302: TYPE printhomecountryflagTable
303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;
304: TYPE locationtaxaccountTable
305: IS TABLE OF ar_system_parameters.location_tax_account%type;
306: TYPE frompostalcodeTable
307: IS TABLE OF ar_system_parameters.from_postal_code%type;

Line 305: IS TABLE OF ar_system_parameters.location_tax_account%type;

301: IS TABLE OF ar_system_parameters.pay_unrelated_invoices_flag%type;
302: TYPE printhomecountryflagTable
303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;
304: TYPE locationtaxaccountTable
305: IS TABLE OF ar_system_parameters.location_tax_account%type;
306: TYPE frompostalcodeTable
307: IS TABLE OF ar_system_parameters.from_postal_code%type;
308: TYPE topostalcodeTable
309: IS TABLE OF ar_system_parameters.to_postal_code%type;

Line 307: IS TABLE OF ar_system_parameters.from_postal_code%type;

303: IS TABLE OF ar_system_parameters.print_home_country_flag%type;
304: TYPE locationtaxaccountTable
305: IS TABLE OF ar_system_parameters.location_tax_account%type;
306: TYPE frompostalcodeTable
307: IS TABLE OF ar_system_parameters.from_postal_code%type;
308: TYPE topostalcodeTable
309: IS TABLE OF ar_system_parameters.to_postal_code%type;
310: TYPE taxregistrationnumberTable
311: IS TABLE OF ar_system_parameters.tax_registration_number%type;

Line 309: IS TABLE OF ar_system_parameters.to_postal_code%type;

305: IS TABLE OF ar_system_parameters.location_tax_account%type;
306: TYPE frompostalcodeTable
307: IS TABLE OF ar_system_parameters.from_postal_code%type;
308: TYPE topostalcodeTable
309: IS TABLE OF ar_system_parameters.to_postal_code%type;
310: TYPE taxregistrationnumberTable
311: IS TABLE OF ar_system_parameters.tax_registration_number%type;
312: TYPE populateglsegmentsflagTable
313: IS TABLE OF ar_system_parameters.populate_gl_segments_flag%type;

Line 311: IS TABLE OF ar_system_parameters.tax_registration_number%type;

307: IS TABLE OF ar_system_parameters.from_postal_code%type;
308: TYPE topostalcodeTable
309: IS TABLE OF ar_system_parameters.to_postal_code%type;
310: TYPE taxregistrationnumberTable
311: IS TABLE OF ar_system_parameters.tax_registration_number%type;
312: TYPE populateglsegmentsflagTable
313: IS TABLE OF ar_system_parameters.populate_gl_segments_flag%type;
314: TYPE unallocatedrevenueccidTable
315: IS TABLE OF ar_system_parameters.unallocated_revenue_ccid%type;

Line 313: IS TABLE OF ar_system_parameters.populate_gl_segments_flag%type;

309: IS TABLE OF ar_system_parameters.to_postal_code%type;
310: TYPE taxregistrationnumberTable
311: IS TABLE OF ar_system_parameters.tax_registration_number%type;
312: TYPE populateglsegmentsflagTable
313: IS TABLE OF ar_system_parameters.populate_gl_segments_flag%type;
314: TYPE unallocatedrevenueccidTable
315: IS TABLE OF ar_system_parameters.unallocated_revenue_ccid%type;
316: TYPE periodsetnameTable
317: IS TABLE OF gl_sets_of_books.period_set_name%type;

Line 315: IS TABLE OF ar_system_parameters.unallocated_revenue_ccid%type;

311: IS TABLE OF ar_system_parameters.tax_registration_number%type;
312: TYPE populateglsegmentsflagTable
313: IS TABLE OF ar_system_parameters.populate_gl_segments_flag%type;
314: TYPE unallocatedrevenueccidTable
315: IS TABLE OF ar_system_parameters.unallocated_revenue_ccid%type;
316: TYPE periodsetnameTable
317: IS TABLE OF gl_sets_of_books.period_set_name%type;
318: TYPE baseprecisionTable
319: IS TABLE OF fnd_currencies.precision%type;

Line 333: IS TABLE OF ar_system_parameters.inclusive_tax_used%type;

329: IS TABLE OF ar_lookups.meaning%type;
330: TYPE taxexemptflagmeaning
331: IS TABLE OF ar_lookups.meaning%type ;
332: TYPE inclusivetaxusedTable
333: IS TABLE OF ar_system_parameters.inclusive_tax_used%type;
334: TYPE taxenforceaccountflagTable
335: IS TABLE OF ar_system_parameters.tax_enforce_account_flag%type;
336: --begin new chnages
337:

Line 335: IS TABLE OF ar_system_parameters.tax_enforce_account_flag%type;

331: IS TABLE OF ar_lookups.meaning%type ;
332: TYPE inclusivetaxusedTable
333: IS TABLE OF ar_system_parameters.inclusive_tax_used%type;
334: TYPE taxenforceaccountflagTable
335: IS TABLE OF ar_system_parameters.tax_enforce_account_flag%type;
336: --begin new chnages
337:
338: TYPE tainstalledflagTable
339: IS TABLE OF ar_system_parameters.ta_installed_flag%type;

Line 339: IS TABLE OF ar_system_parameters.ta_installed_flag%type;

335: IS TABLE OF ar_system_parameters.tax_enforce_account_flag%type;
336: --begin new chnages
337:
338: TYPE tainstalledflagTable
339: IS TABLE OF ar_system_parameters.ta_installed_flag%type;
340: TYPE brenabledflagTable
341: IS TABLE OF ar_system_parameters.bills_receivable_enabled_flag%type;
342: TYPE attributecategoryTable
343: IS TABLE OF ar_system_parameters.attribute_category%type;

Line 341: IS TABLE OF ar_system_parameters.bills_receivable_enabled_flag%type;

337:
338: TYPE tainstalledflagTable
339: IS TABLE OF ar_system_parameters.ta_installed_flag%type;
340: TYPE brenabledflagTable
341: IS TABLE OF ar_system_parameters.bills_receivable_enabled_flag%type;
342: TYPE attributecategoryTable
343: IS TABLE OF ar_system_parameters.attribute_category%type;
344: TYPE attribute1Table
345: IS TABLE OF ar_system_parameters.attribute1%type;

Line 343: IS TABLE OF ar_system_parameters.attribute_category%type;

339: IS TABLE OF ar_system_parameters.ta_installed_flag%type;
340: TYPE brenabledflagTable
341: IS TABLE OF ar_system_parameters.bills_receivable_enabled_flag%type;
342: TYPE attributecategoryTable
343: IS TABLE OF ar_system_parameters.attribute_category%type;
344: TYPE attribute1Table
345: IS TABLE OF ar_system_parameters.attribute1%type;
346: TYPE attribute2Table
347: IS TABLE OF ar_system_parameters.attribute2%type;

Line 345: IS TABLE OF ar_system_parameters.attribute1%type;

341: IS TABLE OF ar_system_parameters.bills_receivable_enabled_flag%type;
342: TYPE attributecategoryTable
343: IS TABLE OF ar_system_parameters.attribute_category%type;
344: TYPE attribute1Table
345: IS TABLE OF ar_system_parameters.attribute1%type;
346: TYPE attribute2Table
347: IS TABLE OF ar_system_parameters.attribute2%type;
348: TYPE attribute3Table
349: IS TABLE OF ar_system_parameters.attribute3%type;

Line 347: IS TABLE OF ar_system_parameters.attribute2%type;

343: IS TABLE OF ar_system_parameters.attribute_category%type;
344: TYPE attribute1Table
345: IS TABLE OF ar_system_parameters.attribute1%type;
346: TYPE attribute2Table
347: IS TABLE OF ar_system_parameters.attribute2%type;
348: TYPE attribute3Table
349: IS TABLE OF ar_system_parameters.attribute3%type;
350: TYPE attribute4Table
351: IS TABLE OF ar_system_parameters.attribute4%type;

Line 349: IS TABLE OF ar_system_parameters.attribute3%type;

345: IS TABLE OF ar_system_parameters.attribute1%type;
346: TYPE attribute2Table
347: IS TABLE OF ar_system_parameters.attribute2%type;
348: TYPE attribute3Table
349: IS TABLE OF ar_system_parameters.attribute3%type;
350: TYPE attribute4Table
351: IS TABLE OF ar_system_parameters.attribute4%type;
352: TYPE attribute5Table
353: IS TABLE OF ar_system_parameters.attribute5%type;

Line 351: IS TABLE OF ar_system_parameters.attribute4%type;

347: IS TABLE OF ar_system_parameters.attribute2%type;
348: TYPE attribute3Table
349: IS TABLE OF ar_system_parameters.attribute3%type;
350: TYPE attribute4Table
351: IS TABLE OF ar_system_parameters.attribute4%type;
352: TYPE attribute5Table
353: IS TABLE OF ar_system_parameters.attribute5%type;
354: TYPE attribute6Table
355: IS TABLE OF ar_system_parameters.attribute6%type;

Line 353: IS TABLE OF ar_system_parameters.attribute5%type;

349: IS TABLE OF ar_system_parameters.attribute3%type;
350: TYPE attribute4Table
351: IS TABLE OF ar_system_parameters.attribute4%type;
352: TYPE attribute5Table
353: IS TABLE OF ar_system_parameters.attribute5%type;
354: TYPE attribute6Table
355: IS TABLE OF ar_system_parameters.attribute6%type;
356: TYPE attribute7Table
357: IS TABLE OF ar_system_parameters.attribute7%type;

Line 355: IS TABLE OF ar_system_parameters.attribute6%type;

351: IS TABLE OF ar_system_parameters.attribute4%type;
352: TYPE attribute5Table
353: IS TABLE OF ar_system_parameters.attribute5%type;
354: TYPE attribute6Table
355: IS TABLE OF ar_system_parameters.attribute6%type;
356: TYPE attribute7Table
357: IS TABLE OF ar_system_parameters.attribute7%type;
358: TYPE attribute8Table
359: IS TABLE OF ar_system_parameters.attribute8%type;

Line 357: IS TABLE OF ar_system_parameters.attribute7%type;

353: IS TABLE OF ar_system_parameters.attribute5%type;
354: TYPE attribute6Table
355: IS TABLE OF ar_system_parameters.attribute6%type;
356: TYPE attribute7Table
357: IS TABLE OF ar_system_parameters.attribute7%type;
358: TYPE attribute8Table
359: IS TABLE OF ar_system_parameters.attribute8%type;
360: TYPE attribute9Table
361: IS TABLE OF ar_system_parameters.attribute9%type;

Line 359: IS TABLE OF ar_system_parameters.attribute8%type;

355: IS TABLE OF ar_system_parameters.attribute6%type;
356: TYPE attribute7Table
357: IS TABLE OF ar_system_parameters.attribute7%type;
358: TYPE attribute8Table
359: IS TABLE OF ar_system_parameters.attribute8%type;
360: TYPE attribute9Table
361: IS TABLE OF ar_system_parameters.attribute9%type;
362: TYPE attribute10Table
363: IS TABLE OF ar_system_parameters.attribute10%type;

Line 361: IS TABLE OF ar_system_parameters.attribute9%type;

357: IS TABLE OF ar_system_parameters.attribute7%type;
358: TYPE attribute8Table
359: IS TABLE OF ar_system_parameters.attribute8%type;
360: TYPE attribute9Table
361: IS TABLE OF ar_system_parameters.attribute9%type;
362: TYPE attribute10Table
363: IS TABLE OF ar_system_parameters.attribute10%type;
364: TYPE attribute11Table
365: IS TABLE OF ar_system_parameters.attribute11%type;

Line 363: IS TABLE OF ar_system_parameters.attribute10%type;

359: IS TABLE OF ar_system_parameters.attribute8%type;
360: TYPE attribute9Table
361: IS TABLE OF ar_system_parameters.attribute9%type;
362: TYPE attribute10Table
363: IS TABLE OF ar_system_parameters.attribute10%type;
364: TYPE attribute11Table
365: IS TABLE OF ar_system_parameters.attribute11%type;
366: TYPE attribute12Table
367: IS TABLE OF ar_system_parameters.attribute12%type;

Line 365: IS TABLE OF ar_system_parameters.attribute11%type;

361: IS TABLE OF ar_system_parameters.attribute9%type;
362: TYPE attribute10Table
363: IS TABLE OF ar_system_parameters.attribute10%type;
364: TYPE attribute11Table
365: IS TABLE OF ar_system_parameters.attribute11%type;
366: TYPE attribute12Table
367: IS TABLE OF ar_system_parameters.attribute12%type;
368: TYPE attribute13Table
369: IS TABLE OF ar_system_parameters.attribute13%type;

Line 367: IS TABLE OF ar_system_parameters.attribute12%type;

363: IS TABLE OF ar_system_parameters.attribute10%type;
364: TYPE attribute11Table
365: IS TABLE OF ar_system_parameters.attribute11%type;
366: TYPE attribute12Table
367: IS TABLE OF ar_system_parameters.attribute12%type;
368: TYPE attribute13Table
369: IS TABLE OF ar_system_parameters.attribute13%type;
370: TYPE attribute14Table
371: IS TABLE OF ar_system_parameters.attribute14%type;

Line 369: IS TABLE OF ar_system_parameters.attribute13%type;

365: IS TABLE OF ar_system_parameters.attribute11%type;
366: TYPE attribute12Table
367: IS TABLE OF ar_system_parameters.attribute12%type;
368: TYPE attribute13Table
369: IS TABLE OF ar_system_parameters.attribute13%type;
370: TYPE attribute14Table
371: IS TABLE OF ar_system_parameters.attribute14%type;
372: TYPE attribute15Table
373: IS TABLE OF ar_system_parameters.attribute15%type;

Line 371: IS TABLE OF ar_system_parameters.attribute14%type;

367: IS TABLE OF ar_system_parameters.attribute12%type;
368: TYPE attribute13Table
369: IS TABLE OF ar_system_parameters.attribute13%type;
370: TYPE attribute14Table
371: IS TABLE OF ar_system_parameters.attribute14%type;
372: TYPE attribute15Table
373: IS TABLE OF ar_system_parameters.attribute15%type;
374: TYPE createdbyTable
375: IS TABLE OF ar_system_parameters.created_by%type;

Line 373: IS TABLE OF ar_system_parameters.attribute15%type;

369: IS TABLE OF ar_system_parameters.attribute13%type;
370: TYPE attribute14Table
371: IS TABLE OF ar_system_parameters.attribute14%type;
372: TYPE attribute15Table
373: IS TABLE OF ar_system_parameters.attribute15%type;
374: TYPE createdbyTable
375: IS TABLE OF ar_system_parameters.created_by%type;
376: TYPE creationdateTable
377: IS TABLE OF ar_system_parameters.creation_date%type;

Line 375: IS TABLE OF ar_system_parameters.created_by%type;

371: IS TABLE OF ar_system_parameters.attribute14%type;
372: TYPE attribute15Table
373: IS TABLE OF ar_system_parameters.attribute15%type;
374: TYPE createdbyTable
375: IS TABLE OF ar_system_parameters.created_by%type;
376: TYPE creationdateTable
377: IS TABLE OF ar_system_parameters.creation_date%type;
378: TYPE lastupdatedbyTable
379: IS TABLE OF ar_system_parameters.last_updated_by%type;

Line 377: IS TABLE OF ar_system_parameters.creation_date%type;

373: IS TABLE OF ar_system_parameters.attribute15%type;
374: TYPE createdbyTable
375: IS TABLE OF ar_system_parameters.created_by%type;
376: TYPE creationdateTable
377: IS TABLE OF ar_system_parameters.creation_date%type;
378: TYPE lastupdatedbyTable
379: IS TABLE OF ar_system_parameters.last_updated_by%type;
380: TYPE lastupdatedateTable
381: IS TABLE OF ar_system_parameters.last_update_date%type;

Line 379: IS TABLE OF ar_system_parameters.last_updated_by%type;

375: IS TABLE OF ar_system_parameters.created_by%type;
376: TYPE creationdateTable
377: IS TABLE OF ar_system_parameters.creation_date%type;
378: TYPE lastupdatedbyTable
379: IS TABLE OF ar_system_parameters.last_updated_by%type;
380: TYPE lastupdatedateTable
381: IS TABLE OF ar_system_parameters.last_update_date%type;
382: TYPE lastupdateloginTable
383: IS TABLE OF ar_system_parameters.last_update_login%type;

Line 381: IS TABLE OF ar_system_parameters.last_update_date%type;

377: IS TABLE OF ar_system_parameters.creation_date%type;
378: TYPE lastupdatedbyTable
379: IS TABLE OF ar_system_parameters.last_updated_by%type;
380: TYPE lastupdatedateTable
381: IS TABLE OF ar_system_parameters.last_update_date%type;
382: TYPE lastupdateloginTable
383: IS TABLE OF ar_system_parameters.last_update_login%type;
384: TYPE taxcodeTable
385: IS TABLE OF ar_system_parameters.tax_code%type;

Line 383: IS TABLE OF ar_system_parameters.last_update_login%type;

379: IS TABLE OF ar_system_parameters.last_updated_by%type;
380: TYPE lastupdatedateTable
381: IS TABLE OF ar_system_parameters.last_update_date%type;
382: TYPE lastupdateloginTable
383: IS TABLE OF ar_system_parameters.last_update_login%type;
384: TYPE taxcodeTable
385: IS TABLE OF ar_system_parameters.tax_code%type;
386: TYPE taxcurrencycodeTable
387: IS TABLE OF ar_system_parameters.tax_currency_code%type;

Line 385: IS TABLE OF ar_system_parameters.tax_code%type;

381: IS TABLE OF ar_system_parameters.last_update_date%type;
382: TYPE lastupdateloginTable
383: IS TABLE OF ar_system_parameters.last_update_login%type;
384: TYPE taxcodeTable
385: IS TABLE OF ar_system_parameters.tax_code%type;
386: TYPE taxcurrencycodeTable
387: IS TABLE OF ar_system_parameters.tax_currency_code%type;
388: TYPE taxminimumaccountableunitTable
389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;

Line 387: IS TABLE OF ar_system_parameters.tax_currency_code%type;

383: IS TABLE OF ar_system_parameters.last_update_login%type;
384: TYPE taxcodeTable
385: IS TABLE OF ar_system_parameters.tax_code%type;
386: TYPE taxcurrencycodeTable
387: IS TABLE OF ar_system_parameters.tax_currency_code%type;
388: TYPE taxminimumaccountableunitTable
389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;
390: TYPE taxprecisionTable
391: IS TABLE OF ar_system_parameters.tax_precision%type;

Line 389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;

385: IS TABLE OF ar_system_parameters.tax_code%type;
386: TYPE taxcurrencycodeTable
387: IS TABLE OF ar_system_parameters.tax_currency_code%type;
388: TYPE taxminimumaccountableunitTable
389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;
390: TYPE taxprecisionTable
391: IS TABLE OF ar_system_parameters.tax_precision%type;
392: TYPE taxroundingruleTable
393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;

Line 391: IS TABLE OF ar_system_parameters.tax_precision%type;

387: IS TABLE OF ar_system_parameters.tax_currency_code%type;
388: TYPE taxminimumaccountableunitTable
389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;
390: TYPE taxprecisionTable
391: IS TABLE OF ar_system_parameters.tax_precision%type;
392: TYPE taxroundingruleTable
393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;
394: TYPE taxuseaccountexcrateflagTable
395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;

Line 393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;

389: IS TABLE OF ar_system_parameters.tax_minimum_accountable_unit%type;
390: TYPE taxprecisionTable
391: IS TABLE OF ar_system_parameters.tax_precision%type;
392: TYPE taxroundingruleTable
393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;
394: TYPE taxuseaccountexcrateflagTable
395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;
396: TYPE taxusesystemexcrateflagTable
397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;

Line 395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;

391: IS TABLE OF ar_system_parameters.tax_precision%type;
392: TYPE taxroundingruleTable
393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;
394: TYPE taxuseaccountexcrateflagTable
395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;
396: TYPE taxusesystemexcrateflagTable
397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;
398: TYPE taxhiersiteexcrateTable
399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;

Line 397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;

393: IS TABLE OF ar_system_parameters.tax_rounding_rule%type;
394: TYPE taxuseaccountexcrateflagTable
395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;
396: TYPE taxusesystemexcrateflagTable
397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;
398: TYPE taxhiersiteexcrateTable
399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;
400: TYPE taxhiercustexcrateTable
401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;

Line 399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;

395: IS TABLE OF ar_system_parameters.tax_use_account_exc_rate_flag%type;
396: TYPE taxusesystemexcrateflagTable
397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;
398: TYPE taxhiersiteexcrateTable
399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;
400: TYPE taxhiercustexcrateTable
401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;
402: TYPE taxhierprodexcrateTable
403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;

Line 401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;

397: IS TABLE OF ar_system_parameters.tax_use_system_exc_rate_flag%type;
398: TYPE taxhiersiteexcrateTable
399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;
400: TYPE taxhiercustexcrateTable
401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;
402: TYPE taxhierprodexcrateTable
403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;
404: TYPE taxhieraccountexcrateTable
405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;

Line 403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;

399: IS TABLE OF ar_system_parameters.tax_hier_site_exc_rate%type;
400: TYPE taxhiercustexcrateTable
401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;
402: TYPE taxhierprodexcrateTable
403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;
404: TYPE taxhieraccountexcrateTable
405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;
406: TYPE taxhiersystemexcrateTable
407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;

Line 405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;

401: IS TABLE OF ar_system_parameters.tax_hier_cust_exc_rate%type;
402: TYPE taxhierprodexcrateTable
403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;
404: TYPE taxhieraccountexcrateTable
405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;
406: TYPE taxhiersystemexcrateTable
407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;
408: TYPE taxdatabaseviewsetTable
409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;

Line 407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;

403: IS TABLE OF ar_system_parameters.tax_hier_prod_exc_rate%type;
404: TYPE taxhieraccountexcrateTable
405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;
406: TYPE taxhiersystemexcrateTable
407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;
408: TYPE taxdatabaseviewsetTable
409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;
410: TYPE globalattribute1Table
411: IS TABLE OF ar_system_parameters.global_attribute1%type;

Line 409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;

405: IS TABLE OF ar_system_parameters.tax_hier_account_exc_rate%type;
406: TYPE taxhiersystemexcrateTable
407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;
408: TYPE taxdatabaseviewsetTable
409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;
410: TYPE globalattribute1Table
411: IS TABLE OF ar_system_parameters.global_attribute1%type;
412: TYPE globalattribute2Table
413: IS TABLE OF ar_system_parameters.global_attribute2%type;

Line 411: IS TABLE OF ar_system_parameters.global_attribute1%type;

407: IS TABLE OF ar_system_parameters.tax_hier_system_exc_rate%type;
408: TYPE taxdatabaseviewsetTable
409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;
410: TYPE globalattribute1Table
411: IS TABLE OF ar_system_parameters.global_attribute1%type;
412: TYPE globalattribute2Table
413: IS TABLE OF ar_system_parameters.global_attribute2%type;
414: TYPE globalattribute3Table
415: IS TABLE OF ar_system_parameters.global_attribute3%type;

Line 413: IS TABLE OF ar_system_parameters.global_attribute2%type;

409: IS TABLE OF ar_system_parameters.tax_database_view_set%type;
410: TYPE globalattribute1Table
411: IS TABLE OF ar_system_parameters.global_attribute1%type;
412: TYPE globalattribute2Table
413: IS TABLE OF ar_system_parameters.global_attribute2%type;
414: TYPE globalattribute3Table
415: IS TABLE OF ar_system_parameters.global_attribute3%type;
416: TYPE globalattribute4Table
417: IS TABLE OF ar_system_parameters.global_attribute4%type;

Line 415: IS TABLE OF ar_system_parameters.global_attribute3%type;

411: IS TABLE OF ar_system_parameters.global_attribute1%type;
412: TYPE globalattribute2Table
413: IS TABLE OF ar_system_parameters.global_attribute2%type;
414: TYPE globalattribute3Table
415: IS TABLE OF ar_system_parameters.global_attribute3%type;
416: TYPE globalattribute4Table
417: IS TABLE OF ar_system_parameters.global_attribute4%type;
418: TYPE globalattribute5Table
419: IS TABLE OF ar_system_parameters.global_attribute5%type;

Line 417: IS TABLE OF ar_system_parameters.global_attribute4%type;

413: IS TABLE OF ar_system_parameters.global_attribute2%type;
414: TYPE globalattribute3Table
415: IS TABLE OF ar_system_parameters.global_attribute3%type;
416: TYPE globalattribute4Table
417: IS TABLE OF ar_system_parameters.global_attribute4%type;
418: TYPE globalattribute5Table
419: IS TABLE OF ar_system_parameters.global_attribute5%type;
420: TYPE globalattribute6Table
421: IS TABLE OF ar_system_parameters.global_attribute6%type;

Line 419: IS TABLE OF ar_system_parameters.global_attribute5%type;

415: IS TABLE OF ar_system_parameters.global_attribute3%type;
416: TYPE globalattribute4Table
417: IS TABLE OF ar_system_parameters.global_attribute4%type;
418: TYPE globalattribute5Table
419: IS TABLE OF ar_system_parameters.global_attribute5%type;
420: TYPE globalattribute6Table
421: IS TABLE OF ar_system_parameters.global_attribute6%type;
422: TYPE globalattribute7Table
423: IS TABLE OF ar_system_parameters.global_attribute7%type;

Line 421: IS TABLE OF ar_system_parameters.global_attribute6%type;

417: IS TABLE OF ar_system_parameters.global_attribute4%type;
418: TYPE globalattribute5Table
419: IS TABLE OF ar_system_parameters.global_attribute5%type;
420: TYPE globalattribute6Table
421: IS TABLE OF ar_system_parameters.global_attribute6%type;
422: TYPE globalattribute7Table
423: IS TABLE OF ar_system_parameters.global_attribute7%type;
424: TYPE globalattribute8Table
425: IS TABLE OF ar_system_parameters.global_attribute8%type;

Line 423: IS TABLE OF ar_system_parameters.global_attribute7%type;

419: IS TABLE OF ar_system_parameters.global_attribute5%type;
420: TYPE globalattribute6Table
421: IS TABLE OF ar_system_parameters.global_attribute6%type;
422: TYPE globalattribute7Table
423: IS TABLE OF ar_system_parameters.global_attribute7%type;
424: TYPE globalattribute8Table
425: IS TABLE OF ar_system_parameters.global_attribute8%type;
426: TYPE globalattribute9Table
427: IS TABLE OF ar_system_parameters.global_attribute9%type;

Line 425: IS TABLE OF ar_system_parameters.global_attribute8%type;

421: IS TABLE OF ar_system_parameters.global_attribute6%type;
422: TYPE globalattribute7Table
423: IS TABLE OF ar_system_parameters.global_attribute7%type;
424: TYPE globalattribute8Table
425: IS TABLE OF ar_system_parameters.global_attribute8%type;
426: TYPE globalattribute9Table
427: IS TABLE OF ar_system_parameters.global_attribute9%type;
428: TYPE globalattribute10Table
429: IS TABLE OF ar_system_parameters.global_attribute10%type;

Line 427: IS TABLE OF ar_system_parameters.global_attribute9%type;

423: IS TABLE OF ar_system_parameters.global_attribute7%type;
424: TYPE globalattribute8Table
425: IS TABLE OF ar_system_parameters.global_attribute8%type;
426: TYPE globalattribute9Table
427: IS TABLE OF ar_system_parameters.global_attribute9%type;
428: TYPE globalattribute10Table
429: IS TABLE OF ar_system_parameters.global_attribute10%type;
430: TYPE globalattribute11Table
431: IS TABLE OF ar_system_parameters.global_attribute11%type;

Line 429: IS TABLE OF ar_system_parameters.global_attribute10%type;

425: IS TABLE OF ar_system_parameters.global_attribute8%type;
426: TYPE globalattribute9Table
427: IS TABLE OF ar_system_parameters.global_attribute9%type;
428: TYPE globalattribute10Table
429: IS TABLE OF ar_system_parameters.global_attribute10%type;
430: TYPE globalattribute11Table
431: IS TABLE OF ar_system_parameters.global_attribute11%type;
432: TYPE globalattribute12Table
433: IS TABLE OF ar_system_parameters.global_attribute12%type;

Line 431: IS TABLE OF ar_system_parameters.global_attribute11%type;

427: IS TABLE OF ar_system_parameters.global_attribute9%type;
428: TYPE globalattribute10Table
429: IS TABLE OF ar_system_parameters.global_attribute10%type;
430: TYPE globalattribute11Table
431: IS TABLE OF ar_system_parameters.global_attribute11%type;
432: TYPE globalattribute12Table
433: IS TABLE OF ar_system_parameters.global_attribute12%type;
434: TYPE globalattribute13Table
435: IS TABLE OF ar_system_parameters.global_attribute13%type;

Line 433: IS TABLE OF ar_system_parameters.global_attribute12%type;

429: IS TABLE OF ar_system_parameters.global_attribute10%type;
430: TYPE globalattribute11Table
431: IS TABLE OF ar_system_parameters.global_attribute11%type;
432: TYPE globalattribute12Table
433: IS TABLE OF ar_system_parameters.global_attribute12%type;
434: TYPE globalattribute13Table
435: IS TABLE OF ar_system_parameters.global_attribute13%type;
436: TYPE globalattribute14Table
437: IS TABLE OF ar_system_parameters.global_attribute14%type;

Line 435: IS TABLE OF ar_system_parameters.global_attribute13%type;

431: IS TABLE OF ar_system_parameters.global_attribute11%type;
432: TYPE globalattribute12Table
433: IS TABLE OF ar_system_parameters.global_attribute12%type;
434: TYPE globalattribute13Table
435: IS TABLE OF ar_system_parameters.global_attribute13%type;
436: TYPE globalattribute14Table
437: IS TABLE OF ar_system_parameters.global_attribute14%type;
438: TYPE globalattribute15Table
439: IS TABLE OF ar_system_parameters.global_attribute15%type;

Line 437: IS TABLE OF ar_system_parameters.global_attribute14%type;

433: IS TABLE OF ar_system_parameters.global_attribute12%type;
434: TYPE globalattribute13Table
435: IS TABLE OF ar_system_parameters.global_attribute13%type;
436: TYPE globalattribute14Table
437: IS TABLE OF ar_system_parameters.global_attribute14%type;
438: TYPE globalattribute15Table
439: IS TABLE OF ar_system_parameters.global_attribute15%type;
440: TYPE globalattribute16Table
441: IS TABLE OF ar_system_parameters.global_attribute16%type;

Line 439: IS TABLE OF ar_system_parameters.global_attribute15%type;

435: IS TABLE OF ar_system_parameters.global_attribute13%type;
436: TYPE globalattribute14Table
437: IS TABLE OF ar_system_parameters.global_attribute14%type;
438: TYPE globalattribute15Table
439: IS TABLE OF ar_system_parameters.global_attribute15%type;
440: TYPE globalattribute16Table
441: IS TABLE OF ar_system_parameters.global_attribute16%type;
442: TYPE globalattribute17Table
443: IS TABLE OF ar_system_parameters.global_attribute17%type;

Line 441: IS TABLE OF ar_system_parameters.global_attribute16%type;

437: IS TABLE OF ar_system_parameters.global_attribute14%type;
438: TYPE globalattribute15Table
439: IS TABLE OF ar_system_parameters.global_attribute15%type;
440: TYPE globalattribute16Table
441: IS TABLE OF ar_system_parameters.global_attribute16%type;
442: TYPE globalattribute17Table
443: IS TABLE OF ar_system_parameters.global_attribute17%type;
444: TYPE globalattribute18Table
445: IS TABLE OF ar_system_parameters.global_attribute18%type;

Line 443: IS TABLE OF ar_system_parameters.global_attribute17%type;

439: IS TABLE OF ar_system_parameters.global_attribute15%type;
440: TYPE globalattribute16Table
441: IS TABLE OF ar_system_parameters.global_attribute16%type;
442: TYPE globalattribute17Table
443: IS TABLE OF ar_system_parameters.global_attribute17%type;
444: TYPE globalattribute18Table
445: IS TABLE OF ar_system_parameters.global_attribute18%type;
446: TYPE globalattribute19Table
447: IS TABLE OF ar_system_parameters.global_attribute19%type;

Line 445: IS TABLE OF ar_system_parameters.global_attribute18%type;

441: IS TABLE OF ar_system_parameters.global_attribute16%type;
442: TYPE globalattribute17Table
443: IS TABLE OF ar_system_parameters.global_attribute17%type;
444: TYPE globalattribute18Table
445: IS TABLE OF ar_system_parameters.global_attribute18%type;
446: TYPE globalattribute19Table
447: IS TABLE OF ar_system_parameters.global_attribute19%type;
448: TYPE globalattribute20Table
449: IS TABLE OF ar_system_parameters.global_attribute20%type;

Line 447: IS TABLE OF ar_system_parameters.global_attribute19%type;

443: IS TABLE OF ar_system_parameters.global_attribute17%type;
444: TYPE globalattribute18Table
445: IS TABLE OF ar_system_parameters.global_attribute18%type;
446: TYPE globalattribute19Table
447: IS TABLE OF ar_system_parameters.global_attribute19%type;
448: TYPE globalattribute20Table
449: IS TABLE OF ar_system_parameters.global_attribute20%type;
450: TYPE globalattributecategoryTable
451: IS TABLE OF ar_system_parameters.global_attribute_category%type;

Line 449: IS TABLE OF ar_system_parameters.global_attribute20%type;

445: IS TABLE OF ar_system_parameters.global_attribute18%type;
446: TYPE globalattribute19Table
447: IS TABLE OF ar_system_parameters.global_attribute19%type;
448: TYPE globalattribute20Table
449: IS TABLE OF ar_system_parameters.global_attribute20%type;
450: TYPE globalattributecategoryTable
451: IS TABLE OF ar_system_parameters.global_attribute_category%type;
452: TYPE rulesetidTable
453: IS TABLE OF ar_system_parameters.rule_set_id%type;

Line 451: IS TABLE OF ar_system_parameters.global_attribute_category%type;

447: IS TABLE OF ar_system_parameters.global_attribute19%type;
448: TYPE globalattribute20Table
449: IS TABLE OF ar_system_parameters.global_attribute20%type;
450: TYPE globalattributecategoryTable
451: IS TABLE OF ar_system_parameters.global_attribute_category%type;
452: TYPE rulesetidTable
453: IS TABLE OF ar_system_parameters.rule_set_id%type;
454: TYPE codecombinationidroundTable
455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;

Line 453: IS TABLE OF ar_system_parameters.rule_set_id%type;

449: IS TABLE OF ar_system_parameters.global_attribute20%type;
450: TYPE globalattributecategoryTable
451: IS TABLE OF ar_system_parameters.global_attribute_category%type;
452: TYPE rulesetidTable
453: IS TABLE OF ar_system_parameters.rule_set_id%type;
454: TYPE codecombinationidroundTable
455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;
456: TYPE trxheaderlevelroundingTable
457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;

Line 455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;

451: IS TABLE OF ar_system_parameters.global_attribute_category%type;
452: TYPE rulesetidTable
453: IS TABLE OF ar_system_parameters.rule_set_id%type;
454: TYPE codecombinationidroundTable
455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;
456: TYPE trxheaderlevelroundingTable
457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;
458: TYPE trxheaderroundccidTable
459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;

Line 457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;

453: IS TABLE OF ar_system_parameters.rule_set_id%type;
454: TYPE codecombinationidroundTable
455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;
456: TYPE trxheaderlevelroundingTable
457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;
458: TYPE trxheaderroundccidTable
459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;
460: TYPE finchrgreceivablestrxidTable
461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;

Line 459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;

455: IS TABLE OF ar_system_parameters.code_combination_id_round%type;
456: TYPE trxheaderlevelroundingTable
457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;
458: TYPE trxheaderroundccidTable
459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;
460: TYPE finchrgreceivablestrxidTable
461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;
462: TYPE salestaxgeocodeTable
463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;

Line 461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;

457: IS TABLE OF ar_system_parameters.trx_header_level_rounding%type;
458: TYPE trxheaderroundccidTable
459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;
460: TYPE finchrgreceivablestrxidTable
461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;
462: TYPE salestaxgeocodeTable
463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;
464: TYPE revtransferclearccidTable
465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;

Line 463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;

459: IS TABLE OF ar_system_parameters.trx_header_round_ccid%type;
460: TYPE finchrgreceivablestrxidTable
461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;
462: TYPE salestaxgeocodeTable
463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;
464: TYPE revtransferclearccidTable
465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;
466: TYPE salescreditpctlimitTable
467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;

Line 465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;

461: IS TABLE OF ar_system_parameters.finchrg_receivables_trx_id%type;
462: TYPE salestaxgeocodeTable
463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;
464: TYPE revtransferclearccidTable
465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;
466: TYPE salescreditpctlimitTable
467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;
468: TYPE maxwrtoffamountTable
469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;

Line 467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;

463: IS TABLE OF ar_system_parameters.sales_tax_geocode%type;
464: TYPE revtransferclearccidTable
465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;
466: TYPE salescreditpctlimitTable
467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;
468: TYPE maxwrtoffamountTable
469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;
470: TYPE irecccreceiptmethodidTable
471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;

Line 469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;

465: IS TABLE OF ar_system_parameters.rev_transfer_clear_ccid%type;
466: TYPE salescreditpctlimitTable
467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;
468: TYPE maxwrtoffamountTable
469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;
470: TYPE irecccreceiptmethodidTable
471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;
472: TYPE showbillingnumberflagTable
473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;

Line 471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;

467: IS TABLE OF ar_system_parameters.sales_credit_pct_limit%type;
468: TYPE maxwrtoffamountTable
469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;
470: TYPE irecccreceiptmethodidTable
471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;
472: TYPE showbillingnumberflagTable
473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;
474: TYPE crosscurrencyratetypeTable
475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;

Line 473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;

469: IS TABLE OF ar_system_parameters.max_wrtoff_amount%type;
470: TYPE irecccreceiptmethodidTable
471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;
472: TYPE showbillingnumberflagTable
473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;
474: TYPE crosscurrencyratetypeTable
475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;
476: TYPE documentseqgenlevelTable
477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;

Line 475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;

471: IS TABLE OF ar_system_parameters.irec_cc_receipt_method_id%type;
472: TYPE showbillingnumberflagTable
473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;
474: TYPE crosscurrencyratetypeTable
475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;
476: TYPE documentseqgenlevelTable
477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;
478: TYPE calctaxoncreditmemoflagTable
479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;

Line 477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;

473: IS TABLE OF ar_system_parameters.show_billing_number_flag%type;
474: TYPE crosscurrencyratetypeTable
475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;
476: TYPE documentseqgenlevelTable
477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;
478: TYPE calctaxoncreditmemoflagTable
479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;
480: TYPE irecbareceiptmethodidTable
481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;

Line 479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;

475: IS TABLE OF ar_system_parameters.cross_currency_rate_type%type;
476: TYPE documentseqgenlevelTable
477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;
478: TYPE calctaxoncreditmemoflagTable
479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;
480: TYPE irecbareceiptmethodidTable
481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
482: TYPE paymentthresholdTable
483: IS TABLE OF ar_system_parameters.payment_threshold%type;

Line 481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;

477: IS TABLE OF ar_system_parameters.document_seq_gen_level%type;
478: TYPE calctaxoncreditmemoflagTable
479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;
480: TYPE irecbareceiptmethodidTable
481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
482: TYPE paymentthresholdTable
483: IS TABLE OF ar_system_parameters.payment_threshold%type;
484: TYPE standardrefundTable
485: IS TABLE OF ar_system_parameters.standard_refund%type;

Line 483: IS TABLE OF ar_system_parameters.payment_threshold%type;

479: IS TABLE OF ar_system_parameters.calc_tax_on_credit_memo_flag%type;
480: TYPE irecbareceiptmethodidTable
481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
482: TYPE paymentthresholdTable
483: IS TABLE OF ar_system_parameters.payment_threshold%type;
484: TYPE standardrefundTable
485: IS TABLE OF ar_system_parameters.standard_refund%type;
486: TYPE creditclassification1Table
487: IS TABLE OF ar_system_parameters.credit_classification1%type;

Line 485: IS TABLE OF ar_system_parameters.standard_refund%type;

481: IS TABLE OF ar_system_parameters.IREC_BA_RECEIPT_METHOD_ID%type;
482: TYPE paymentthresholdTable
483: IS TABLE OF ar_system_parameters.payment_threshold%type;
484: TYPE standardrefundTable
485: IS TABLE OF ar_system_parameters.standard_refund%type;
486: TYPE creditclassification1Table
487: IS TABLE OF ar_system_parameters.credit_classification1%type;
488: TYPE creditclassification2Table
489: IS TABLE OF ar_system_parameters.credit_classification2%type;

Line 487: IS TABLE OF ar_system_parameters.credit_classification1%type;

483: IS TABLE OF ar_system_parameters.payment_threshold%type;
484: TYPE standardrefundTable
485: IS TABLE OF ar_system_parameters.standard_refund%type;
486: TYPE creditclassification1Table
487: IS TABLE OF ar_system_parameters.credit_classification1%type;
488: TYPE creditclassification2Table
489: IS TABLE OF ar_system_parameters.credit_classification2%type;
490: TYPE creditclassification3Table
491: IS TABLE OF ar_system_parameters.credit_classification3%type;

Line 489: IS TABLE OF ar_system_parameters.credit_classification2%type;

485: IS TABLE OF ar_system_parameters.standard_refund%type;
486: TYPE creditclassification1Table
487: IS TABLE OF ar_system_parameters.credit_classification1%type;
488: TYPE creditclassification2Table
489: IS TABLE OF ar_system_parameters.credit_classification2%type;
490: TYPE creditclassification3Table
491: IS TABLE OF ar_system_parameters.credit_classification3%type;
492: TYPE unmtchclaimcreationflagTable
493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;

Line 491: IS TABLE OF ar_system_parameters.credit_classification3%type;

487: IS TABLE OF ar_system_parameters.credit_classification1%type;
488: TYPE creditclassification2Table
489: IS TABLE OF ar_system_parameters.credit_classification2%type;
490: TYPE creditclassification3Table
491: IS TABLE OF ar_system_parameters.credit_classification3%type;
492: TYPE unmtchclaimcreationflagTable
493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;
494: TYPE matchedclaimcreationflagTable
495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;

Line 493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;

489: IS TABLE OF ar_system_parameters.credit_classification2%type;
490: TYPE creditclassification3Table
491: IS TABLE OF ar_system_parameters.credit_classification3%type;
492: TYPE unmtchclaimcreationflagTable
493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;
494: TYPE matchedclaimcreationflagTable
495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;
496: TYPE matchedclaimexclcmflagTable
497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;

Line 495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;

491: IS TABLE OF ar_system_parameters.credit_classification3%type;
492: TYPE unmtchclaimcreationflagTable
493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;
494: TYPE matchedclaimcreationflagTable
495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;
496: TYPE matchedclaimexclcmflagTable
497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;
498: TYPE minwrtoffamountTable
499: IS TABLE OF ar_system_parameters.min_wrtoff_amount%type;

Line 497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;

493: IS TABLE OF ar_system_parameters.unmtch_claim_creation_flag%type;
494: TYPE matchedclaimcreationflagTable
495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;
496: TYPE matchedclaimexclcmflagTable
497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;
498: TYPE minwrtoffamountTable
499: IS TABLE OF ar_system_parameters.min_wrtoff_amount%type;
500: TYPE minrefundamountTable
501: IS TABLE OF ar_system_parameters.min_refund_amount%type;

Line 499: IS TABLE OF ar_system_parameters.min_wrtoff_amount%type;

495: IS TABLE OF ar_system_parameters.matched_claim_creation_flag%type;
496: TYPE matchedclaimexclcmflagTable
497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;
498: TYPE minwrtoffamountTable
499: IS TABLE OF ar_system_parameters.min_wrtoff_amount%type;
500: TYPE minrefundamountTable
501: IS TABLE OF ar_system_parameters.min_refund_amount%type;
502: TYPE tminstalledflagTable
503: IS TABLE OF VARCHAR2(1);

Line 501: IS TABLE OF ar_system_parameters.min_refund_amount%type;

497: IS TABLE OF ar_system_parameters.matched_claim_excl_cm_flag%type;
498: TYPE minwrtoffamountTable
499: IS TABLE OF ar_system_parameters.min_wrtoff_amount%type;
500: TYPE minrefundamountTable
501: IS TABLE OF ar_system_parameters.min_refund_amount%type;
502: TYPE tminstalledflagTable
503: IS TABLE OF VARCHAR2(1);
504: TYPE tmdefaultsetupflagTable
505: IS TABLE OF VARCHAR2(1);

Line 507: IS TABLE OF ar_system_parameters.create_detailed_dist_flag%type;

503: IS TABLE OF VARCHAR2(1);
504: TYPE tmdefaultsetupflagTable
505: IS TABLE OF VARCHAR2(1);
506: TYPE createdetaileddistflagTable
507: IS TABLE OF ar_system_parameters.create_detailed_dist_flag%type;
508:
509: TYPE defaultrctmthdforlcinvTable
510: IS TABLE OF ar_system_parameters.default_rct_mthd_for_lc_inv%type;
511: --end new changes

Line 510: IS TABLE OF ar_system_parameters.default_rct_mthd_for_lc_inv%type;

506: TYPE createdetaileddistflagTable
507: IS TABLE OF ar_system_parameters.create_detailed_dist_flag%type;
508:
509: TYPE defaultrctmthdforlcinvTable
510: IS TABLE OF ar_system_parameters.default_rct_mthd_for_lc_inv%type;
511: --end new changes
512:
513: /* ---------------------------------------------------------------
514: End AR-specific nested tables definitions