DBA Data[Home] [Help]

APPS.ARP_TEST_TAX dependencies on ARP_CT_PKG

Line 50: arp_ct_pkg.set_to_dummy(l_some_trx_rec);

46: l_msg varchar2(2000);
47:
48: begin
49:
50: arp_ct_pkg.set_to_dummy(l_some_trx_rec);
51: l_some_trx_id := p_customer_trx_id;
52:
53: select sum(extended_amount), count(l.customer_trx_line_id), max(l.customer_trx_line_id)
54: into l_old_tax_amount, l_old_tax_lines, l_max_cust_trx_line_id

Line 65: arp_ct_pkg.fetch_p(l_old_trx_rec, l_some_trx_id);

61: where customer_trx_line_id = l.customer_trx_line_id );
62:
63:
64:
65: arp_ct_pkg.fetch_p(l_old_trx_rec, l_some_trx_id);
66:
67: arp_test_tax.test_description := l_old_trx_rec.trx_number;
68:
69: arp_process_header.update_header(

Line 149: | arp_ct_pkg.fetch_p |

145: | One and only invoice automatically generated tax line per invoice line |
146: | |
147: | EXETERNAL PROCEDURES/FUNCTIONS ACCESSED |
148: | arp_util.debug |
149: | arp_ct_pkg.fetch_p |
150: | |
151: | NOTES |
152: | |
153: | MODIFICATION HISTORY |