DBA Data[Home] [Help]

APPS.ARP_UPDATE_LINE_COVER dependencies on ARP_UTIL

Line 15: | arp_util.debug |

11: | |
12: | SCOPE - PUBLIC |
13: | |
14: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
15: | arp_util.debug |
16: | |
17: | ARGUMENTS : IN: |
18: | p_form_name |
19: | p_form_version |

Line 411: arp_util.debug('arp_update_line_cover.update_line_cover()+');

407:
408: BEGIN
409:
410: IF PG_DEBUG in ('Y', 'C') THEN
411: arp_util.debug('arp_update_line_cover.update_line_cover()+');
412: END IF;
413:
414: /*------------------------------------------------+
415: | Populate the line record group with |

Line 596: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');

592: pg_trx_header_level_rounding ,
593: 'N',
594: 'N') = 0 -- FALSE
595: THEN
596: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
597: arp_util.debug(l_error_message);
598: fnd_message.set_name('AR', 'AR_PLCRE_FHLR_CCID');
599: APP_EXCEPTION.raise_exception;
600: END IF;

Line 597: arp_util.debug(l_error_message);

593: 'N',
594: 'N') = 0 -- FALSE
595: THEN
596: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
597: arp_util.debug(l_error_message);
598: fnd_message.set_name('AR', 'AR_PLCRE_FHLR_CCID');
599: APP_EXCEPTION.raise_exception;
600: END IF;
601:

Line 603: arp_util.debug('arp_update_line_cover.update_line_cover()-');

599: APP_EXCEPTION.raise_exception;
600: END IF;
601:
602: IF PG_DEBUG in ('Y', 'C') THEN
603: arp_util.debug('arp_update_line_cover.update_line_cover()-');
604: END IF;
605:
606: EXCEPTION
607: WHEN OTHERS THEN

Line 610: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');

606: EXCEPTION
607: WHEN OTHERS THEN
608:
609: IF PG_DEBUG in ('Y', 'C') THEN
610: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
611: arp_util.debug('------- parameters for update_line_cover() ' ||
612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);

Line 611: arp_util.debug('------- parameters for update_line_cover() ' ||

607: WHEN OTHERS THEN
608:
609: IF PG_DEBUG in ('Y', 'C') THEN
610: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
611: arp_util.debug('------- parameters for update_line_cover() ' ||
612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);

Line 613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);

609: IF PG_DEBUG in ('Y', 'C') THEN
610: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
611: arp_util.debug('------- parameters for update_line_cover() ' ||
612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);

Line 614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);

610: arp_util.debug('EXCEPTION: arp_update_line_cover.update_line_cover()');
611: arp_util.debug('------- parameters for update_line_cover() ' ||
612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||

Line 615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);

611: arp_util.debug('------- parameters for update_line_cover() ' ||
612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));

Line 616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);

612: '---------');
613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||

Line 617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);

613: arp_util.debug('update_line_cover: ' || 'p_form_name = ' || p_form_name);
614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));

Line 618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||

614: arp_util.debug('update_line_cover: ' || 'p_form_version = ' || p_form_version);
615: arp_util.debug('update_line_cover: ' || 'p_customer_trx_line_id = ' || p_customer_trx_line_id);
616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);

Line 620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||

616: arp_util.debug('update_line_cover: ' || 'p_foreign_currency_code = ' || p_foreign_currency_code);
617: arp_util.debug('update_line_cover: ' || 'p_exchange_rate = ' || p_exchange_rate);
618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);

Line 622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);

618: arp_util.debug('update_line_cover: ' || 'p_recalculate_tax_flag = ' ||
619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);

Line 623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);

619: arp_trx_util.boolean_to_varchar2(p_recalculate_tax_flag));
620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);

Line 624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);

620: arp_util.debug('update_line_cover: ' || 'p_rerun_autoacc_flag = ' ||
621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;

Line 625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);

621: arp_trx_util.boolean_to_varchar2(p_rerun_autoacc_flag));
622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;
629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);

Line 626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);

622: arp_util.debug('update_line_cover: ' || 'p_customer_trx_id = ' || p_customer_trx_id);
623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;
629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);
630: IF PG_DEBUG in ('Y', 'C') THEN

Line 627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);

623: arp_util.debug('update_line_cover: ' || 'p_line_number = ' || p_line_number);
624: arp_util.debug('update_line_cover: ' || 'p_line_type = ' || p_line_type);
625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;
629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);
630: IF PG_DEBUG in ('Y', 'C') THEN
631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);

Line 629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);

625: arp_util.debug('update_line_cover: ' || 'p_quantity_credited = ' || p_quantity_credited);
626: arp_util.debug('update_line_cover: ' || 'p_quantity_invoiced = ' || p_quantity_invoiced);
627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;
629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);
630: IF PG_DEBUG in ('Y', 'C') THEN
631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
632: END IF;
633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);

Line 631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);

627: arp_util.debug('update_line_cover: ' || 'p_quantity_ordered = ' || p_quantity_ordered);
628: END IF;
629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);
630: IF PG_DEBUG in ('Y', 'C') THEN
631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
632: END IF;
633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);
634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);

Line 633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);

629: -- arp_util.debug('p_net_unit_selling_price = ' || p_net_unit_selling_price);
630: IF PG_DEBUG in ('Y', 'C') THEN
631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
632: END IF;
633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);
634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);

Line 635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);

631: arp_util.debug('update_line_cover: ' || 'p_unit_standard_price = ' || p_unit_standard_price);
632: END IF;
633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);
634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);

Line 636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);

632: END IF;
633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);
634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||

Line 637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);

633: -- arp_util.debug('p_net_extended_amount = ' || p_net_extended_amount);
634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);

Line 638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);

634: IF PG_DEBUG in ('Y', 'C') THEN
635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);
642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||

Line 639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);

635: arp_util.debug('update_line_cover: ' || 'p_memo_line_id = ' || p_memo_line_id);
636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);
642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||
643: p_link_to_cust_trx_line_id);

Line 640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||

636: arp_util.debug('update_line_cover: ' || 'p_inventory_item_id = ' || p_inventory_item_id);
637: arp_util.debug('update_line_cover: ' || 'p_item_exception_rate_id = ' || p_item_exception_rate_id);
638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);
642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||
643: p_link_to_cust_trx_line_id);
644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||

Line 642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||

638: arp_util.debug('update_line_cover: ' || 'p_description = ' || p_description);
639: arp_util.debug('update_line_cover: ' || 'p_item_context = ' || p_item_context);
640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);
642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||
643: p_link_to_cust_trx_line_id);
644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||
645: p_previous_customer_trx_id);
646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||

Line 644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||

640: arp_util.debug('update_line_cover: ' || 'p_initial_customer_trx_line_id = ' ||
641: p_initial_customer_trx_line_id);
642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||
643: p_link_to_cust_trx_line_id);
644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||
645: p_previous_customer_trx_id);
646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||
647: p_prev_customer_trx_line_id);
648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||

Line 646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||

642: arp_util.debug('update_line_cover: ' || 'p_link_to_cust_trx_line_id = ' ||
643: p_link_to_cust_trx_line_id);
644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||
645: p_previous_customer_trx_id);
646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||
647: p_prev_customer_trx_line_id);
648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||
649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);

Line 648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||

644: arp_util.debug('update_line_cover: ' || 'p_previous_customer_trx_id = ' ||
645: p_previous_customer_trx_id);
646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||
647: p_prev_customer_trx_line_id);
648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||
649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);
651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);

Line 650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);

646: arp_util.debug('update_line_cover: ' || 'p_prev_customer_trx_line_id = ' ||
647: p_prev_customer_trx_line_id);
648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||
649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);
651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);

Line 651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);

647: p_prev_customer_trx_line_id);
648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||
649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);
651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);

Line 652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);

648: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_duration = ' ||
649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);
651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);

Line 653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||

649: p_accounting_rule_duration);
650: arp_util.debug('update_line_cover: ' || 'p_accounting_rule_id = ' || p_accounting_rule_id);
651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);

Line 655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);

651: arp_util.debug('update_line_cover: ' || 'p_rule_start_date = ' || p_rule_start_date);
652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);

Line 656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);

652: arp_util.debug('update_line_cover: ' || 'p_autorule_complete_flag = ' || p_autorule_complete_flag);
653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);

Line 657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);

653: arp_util.debug('update_line_cover: ' || 'p_autorule_duration_processed = ' ||
654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);

Line 658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);

654: p_autorule_duration_processed);
655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);

Line 659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);

655: arp_util.debug('update_line_cover: ' || 'p_reason_code = ' || p_reason_code);
656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);

Line 660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);

656: arp_util.debug('update_line_cover: ' || 'p_last_period_to_credit = ' || p_last_period_to_credit);
657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);

Line 661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);

657: arp_util.debug('update_line_cover: ' || 'p_sales_order = ' || p_sales_order);
658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);

Line 662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);

658: arp_util.debug('update_line_cover: ' || 'p_sales_order_date = ' || p_sales_order_date);
659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);

Line 663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);

659: arp_util.debug('update_line_cover: ' || 'p_sales_order_line = ' || p_sales_order_line);
660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);

Line 664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);

660: arp_util.debug('update_line_cover: ' || 'p_sales_order_revision = ' || p_sales_order_revision);
661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);

Line 665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);

661: arp_util.debug('update_line_cover: ' || 'p_sales_order_source = ' || p_sales_order_source);
662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);

Line 666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);

662: arp_util.debug('update_line_cover: ' || 'p_vat_tax_id = ' || p_vat_tax_id);
663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);

Line 667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);

663: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_flag = ' || p_tax_exempt_flag);
664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);

Line 668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);

664: arp_util.debug('update_line_cover: ' || 'p_sales_tax_id = ' || p_sales_tax_id);
665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);

Line 669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);

665: arp_util.debug('update_line_cover: ' || 'p_location_segment_id = ' || p_location_segment_id);
666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);

Line 670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);

666: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_number = ' || p_tax_exempt_number);
667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);

Line 671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);

667: arp_util.debug('update_line_cover: ' || 'p_tax_exempt_reason_code = ' || p_tax_exempt_reason_code);
668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);

Line 672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);

668: arp_util.debug('update_line_cover: ' || 'p_tax_vendor_return_code = ' || p_tax_vendor_return_code);
669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||

Line 673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);

669: arp_util.debug('update_line_cover: ' || 'p_taxable_flag = ' || p_taxable_flag);
670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);

Line 674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);

670: arp_util.debug('update_line_cover: ' || 'p_tax_exemption_id = ' || p_tax_exemption_id);
671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||

Line 675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);

671: arp_util.debug('update_line_cover: ' || 'p_tax_precedence = ' || p_tax_precedence);
672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||
679: p_default_ussgl_trx_code_cntxt);

Line 676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||

672: arp_util.debug('update_line_cover: ' || 'p_tax_rate = ' || p_tax_rate);
673: arp_util.debug('update_line_cover: ' || 'p_uom_code = ' || p_uom_code);
674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||
679: p_default_ussgl_trx_code_cntxt);
680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);

Line 678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||

674: arp_util.debug('update_line_cover: ' || 'p_autotax = ' || p_autotax);
675: arp_util.debug('update_line_cover: ' || 'p_movement_id = ' || p_movement_id);
676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||
679: p_default_ussgl_trx_code_cntxt);
680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);
681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||
682: p_interface_line_attribute1);

Line 680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);

676: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code = ' ||
677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||
679: p_default_ussgl_trx_code_cntxt);
680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);
681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||
682: p_interface_line_attribute1);
683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||
684: p_interface_line_attribute2);

Line 681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||

677: p_default_ussgl_trx_code);
678: arp_util.debug('update_line_cover: ' || 'p_default_ussgl_trx_code_cntxt = ' ||
679: p_default_ussgl_trx_code_cntxt);
680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);
681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||
682: p_interface_line_attribute1);
683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||
684: p_interface_line_attribute2);
685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||

Line 683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||

679: p_default_ussgl_trx_code_cntxt);
680: arp_util.debug('update_line_cover: ' || 'p_interface_line_context = ' || p_interface_line_context);
681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||
682: p_interface_line_attribute1);
683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||
684: p_interface_line_attribute2);
685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||
686: p_interface_line_attribute3);
687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||

Line 685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||

681: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute1 = ' ||
682: p_interface_line_attribute1);
683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||
684: p_interface_line_attribute2);
685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||
686: p_interface_line_attribute3);
687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||
688: p_interface_line_attribute4);
689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||

Line 687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||

683: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute2 = ' ||
684: p_interface_line_attribute2);
685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||
686: p_interface_line_attribute3);
687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||
688: p_interface_line_attribute4);
689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||
690: p_interface_line_attribute5);
691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||

Line 689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||

685: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute3 = ' ||
686: p_interface_line_attribute3);
687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||
688: p_interface_line_attribute4);
689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||
690: p_interface_line_attribute5);
691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||
692: p_interface_line_attribute6);
693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||

Line 691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||

687: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute4 = ' ||
688: p_interface_line_attribute4);
689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||
690: p_interface_line_attribute5);
691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||
692: p_interface_line_attribute6);
693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||
694: p_interface_line_attribute7);
695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||

Line 693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||

689: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute5 = ' ||
690: p_interface_line_attribute5);
691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||
692: p_interface_line_attribute6);
693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||
694: p_interface_line_attribute7);
695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||
696: p_interface_line_attribute8);
697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||

Line 695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||

691: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute6 = ' ||
692: p_interface_line_attribute6);
693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||
694: p_interface_line_attribute7);
695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||
696: p_interface_line_attribute8);
697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||
698: p_interface_line_attribute9);
699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||

Line 697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||

693: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute7 = ' ||
694: p_interface_line_attribute7);
695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||
696: p_interface_line_attribute8);
697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||
698: p_interface_line_attribute9);
699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||
700: p_interface_line_attribute10);
701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||

Line 699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||

695: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute8 = ' ||
696: p_interface_line_attribute8);
697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||
698: p_interface_line_attribute9);
699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||
700: p_interface_line_attribute10);
701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||
702: p_interface_line_attribute11);
703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||

Line 701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||

697: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute9 = ' ||
698: p_interface_line_attribute9);
699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||
700: p_interface_line_attribute10);
701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||
702: p_interface_line_attribute11);
703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||
704: p_interface_line_attribute12);
705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||

Line 703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||

699: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute10 = ' ||
700: p_interface_line_attribute10);
701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||
702: p_interface_line_attribute11);
703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||
704: p_interface_line_attribute12);
705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||
706: p_interface_line_attribute13);
707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||

Line 705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||

701: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute11 = ' ||
702: p_interface_line_attribute11);
703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||
704: p_interface_line_attribute12);
705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||
706: p_interface_line_attribute13);
707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||
708: p_interface_line_attribute14);
709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||

Line 707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||

703: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute12 = ' ||
704: p_interface_line_attribute12);
705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||
706: p_interface_line_attribute13);
707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||
708: p_interface_line_attribute14);
709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||
710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);

Line 709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||

705: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute13 = ' ||
706: p_interface_line_attribute13);
707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||
708: p_interface_line_attribute14);
709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||
710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);

Line 711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);

707: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute14 = ' ||
708: p_interface_line_attribute14);
709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||
710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);

Line 712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);

708: p_interface_line_attribute14);
709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||
710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);

Line 713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);

709: arp_util.debug('update_line_cover: ' || 'p_interface_line_attribute15 = ' ||
710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);

Line 714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);

710: p_interface_line_attribute15);
711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);

Line 715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);

711: arp_util.debug('update_line_cover: ' || 'p_attribute_category = ' || p_attribute_category);
712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);

Line 716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);

712: arp_util.debug('update_line_cover: ' || 'p_attribute1 = ' || p_attribute1);
713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);

Line 717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);

713: arp_util.debug('update_line_cover: ' || 'p_attribute2 = ' || p_attribute2);
714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);

Line 718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);

714: arp_util.debug('update_line_cover: ' || 'p_attribute3 = ' || p_attribute3);
715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);

Line 719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);

715: arp_util.debug('update_line_cover: ' || 'p_attribute4 = ' || p_attribute4);
716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);

Line 720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);

716: arp_util.debug('update_line_cover: ' || 'p_attribute5 = ' || p_attribute5);
717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);

Line 721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);

717: arp_util.debug('update_line_cover: ' || 'p_attribute6 = ' || p_attribute6);
718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);

Line 722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);

718: arp_util.debug('update_line_cover: ' || 'p_attribute7 = ' || p_attribute7);
719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);

Line 723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);

719: arp_util.debug('update_line_cover: ' || 'p_attribute8 = ' || p_attribute8);
720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);

Line 724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);

720: arp_util.debug('update_line_cover: ' || 'p_attribute9 = ' || p_attribute9);
721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);

Line 725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);

721: arp_util.debug('update_line_cover: ' || 'p_attribute10 = ' || p_attribute10);
722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);

Line 726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);

722: arp_util.debug('update_line_cover: ' || 'p_attribute11 = ' || p_attribute11);
723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);

Line 727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);

723: arp_util.debug('update_line_cover: ' || 'p_attribute12 = ' || p_attribute12);
724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);

Line 728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);

724: arp_util.debug('update_line_cover: ' || 'p_attribute13 = ' || p_attribute13);
725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);

Line 729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);

725: arp_util.debug('update_line_cover: ' || 'p_attribute14 = ' || p_attribute14);
726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);

Line 730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);

726: arp_util.debug('update_line_cover: ' || 'p_attribute15 = ' || p_attribute15);
727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);

Line 731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);

727: arp_util.debug('update_line_cover: ' || 'p_global_attribute_category = ' || p_global_attribute_category);
728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);

Line 732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);

728: arp_util.debug('update_line_cover: ' || 'p_global_attribute1 = ' || p_global_attribute1);
729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);

Line 733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);

729: arp_util.debug('update_line_cover: ' || 'p_global_attribute2 = ' || p_global_attribute2);
730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);

Line 734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);

730: arp_util.debug('update_line_cover: ' || 'p_global_attribute3 = ' || p_global_attribute3);
731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);

Line 735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);

731: arp_util.debug('update_line_cover: ' || 'p_global_attribute4 = ' || p_global_attribute4);
732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);

Line 736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);

732: arp_util.debug('update_line_cover: ' || 'p_global_attribute5 = ' || p_global_attribute5);
733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);

Line 737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);

733: arp_util.debug('update_line_cover: ' || 'p_global_attribute6 = ' || p_global_attribute6);
734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);

Line 738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);

734: arp_util.debug('update_line_cover: ' || 'p_global_attribute7 = ' || p_global_attribute7);
735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);

Line 739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);

735: arp_util.debug('update_line_cover: ' || 'p_global_attribute8 = ' || p_global_attribute8);
736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);

Line 740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);

736: arp_util.debug('update_line_cover: ' || 'p_global_attribute9 = ' || p_global_attribute9);
737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);

Line 741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);

737: arp_util.debug('update_line_cover: ' || 'p_global_attribute10 = ' || p_global_attribute10);
738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);

Line 742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);

738: arp_util.debug('update_line_cover: ' || 'p_global_attribute11 = ' || p_global_attribute11);
739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);

Line 743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);

739: arp_util.debug('update_line_cover: ' || 'p_global_attribute12 = ' || p_global_attribute12);
740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);

Line 744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);

740: arp_util.debug('update_line_cover: ' || 'p_global_attribute13 = ' || p_global_attribute13);
741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);

Line 745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);

741: arp_util.debug('update_line_cover: ' || 'p_global_attribute14 = ' || p_global_attribute14);
742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);

Line 746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);

742: arp_util.debug('update_line_cover: ' || 'p_global_attribute15 = ' || p_global_attribute15);
743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);

Line 747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);

743: arp_util.debug('update_line_cover: ' || 'p_global_attribute16 = ' || p_global_attribute16);
744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);
751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);

Line 748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);

744: arp_util.debug('update_line_cover: ' || 'p_global_attribute17 = ' || p_global_attribute17);
745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);
751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);
752: END IF;

Line 749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);

745: arp_util.debug('update_line_cover: ' || 'p_global_attribute18 = ' || p_global_attribute18);
746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);
751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);
752: END IF;
753:

Line 750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);

746: arp_util.debug('update_line_cover: ' || 'p_global_attribute19 = ' || p_global_attribute19);
747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);
751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);
752: END IF;
753:
754: RAISE;

Line 751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);

747: arp_util.debug('update_line_cover: ' || 'p_global_attribute20 = ' || p_global_attribute20);
748: arp_util.debug('update_line_cover: ' || 'p_warehouse_id = ' || p_warehouse_id);
749: arp_util.debug('update_line_cover: ' || 'p_translated_description = ' || p_translated_description);
750: arp_util.debug('update_line_cover: ' || 'p_payment_set_id = ' || p_payment_set_id);
751: arp_util.debug('update_line_cover: ' || 'p_rule_end_date = ' || p_rule_end_date);
752: END IF;
753:
754: RAISE;
755: