DBA Data[Home] [Help]

APPS.ARP_ETAX_RECURR_UTIL dependencies on ZX_LINES

Line 426: that the fab-five columns in zx_lines will be populated?

422: DEV NOTE:
423:
424: 1) What happens to legacy tax lines? By that I mean tax lines that
425: are autotax=N and predate etax. Are they converted? Can I assume
426: that the fab-five columns in zx_lines will be populated?
427:
428: sent email 04/06/05 to harsh/isaac
429: RESP: Harsh says legacy lines are converted too. Yes, those columns
430: will be populated.

Line 505: ZX_LINES orig_etax

501: 0 -- 4698302
502: FROM
503: RA_CUSTOMER_TRX_LINES orig_line,
504: RA_CUSTOMER_TRX_LINES orig_tax,
505: ZX_LINES orig_etax
506: WHERE
507: orig_line.customer_trx_line_id = p_original_line_id
508: AND orig_line.customer_trx_line_id = orig_tax.link_to_cust_trx_line_id
509: AND orig_tax.line_type = 'TAX'

Line 596: FROM ZX_LINES zxt,

592: zxt.taxable_amt,
593: tax_rate_id,
594: zxt.tax_line_id,
595: plin.org_id
596: FROM ZX_LINES zxt,
597: RA_CUSTOMER_TRX_LINES plin
598: WHERE plin.request_id = p_request_id
599: AND zxt.application_id = 222
600: AND zxt.entity_code = 'TRANSACTIONS'

Line 611: from ZX_LINES_DET_FACTORS */

607:
608: IF l_rows > 0
609: THEN
610: /* Stamp transaction lines with tax_classification
611: from ZX_LINES_DET_FACTORS */
612: arp_etax_util.set_default_tax_classification(p_request_id);
613:
614: /* adjust for inclusive tax */
615: arp_etax_util.adjust_for_inclusive_tax(null, p_request_id, 'INV');