DBA Data[Home] [Help]

APPS.ARP_ETAX_AUTOINV_UTIL dependencies on ZX_LINES

Line 891: 4) changed zx_detail_tax_lines_gt to zx_lines at request of santosh

887: of the invoice lines and tax lines in -- and they pass them back
888: out. This should be enough to let me get what I need from
889: ra_interface_lines
890:
891: 4) changed zx_detail_tax_lines_gt to zx_lines at request of santosh
892: during IM conv on 25-MAY. Apparently, zx_detail_tax_lines_gt
893: is only for quotes.
894:
895: 5) Identified a loose end where we were not populating prev_cust_trx_line_id

Line 967: zxt.tax_amt_included_flag, -- either Y or N from zx_lines

963: p_request_id,
964: zxt.tax_amt,
965: zxt.tax_rate,
966: DECODE(NVL(zxt.manually_entered_flag, 'N'), 'Y', NULL, 'Y'),
967: zxt.tax_amt_included_flag, -- either Y or N from zx_lines
968: zxt.taxable_amt,
969: zxt.tax_rate_id,
970: zxt.tax_line_id,
971: NVL(inv_lin.customer_trx_id,

Line 992: FROM ZX_LINES zxt,

988: mtax.interface_line_attribute13,
989: mtax.interface_line_attribute14,
990: mtax.interface_line_attribute15,
991: plin.org_id
992: FROM ZX_LINES zxt,
993: RA_CUSTOMER_TRX_LINES plin,
994: RA_INTERFACE_LINES mtax,
995: ZX_LINES inv_zxt,
996: RA_CUSTOMER_TRX_LINES inv_lin

Line 995: ZX_LINES inv_zxt,

991: plin.org_id
992: FROM ZX_LINES zxt,
993: RA_CUSTOMER_TRX_LINES plin,
994: RA_INTERFACE_LINES mtax,
995: ZX_LINES inv_zxt,
996: RA_CUSTOMER_TRX_LINES inv_lin
997: WHERE plin.request_id = p_request_id
998: AND zxt.application_id = 222
999: AND zxt.entity_code = 'TRANSACTIONS'

Line 1016: from ZX_LINES_DET_FACTORS */

1012:
1013: IF l_rows > 0
1014: THEN
1015: /* Stamp transaction lines with tax_classification
1016: from ZX_LINES_DET_FACTORS */
1017: arp_etax_util.set_default_tax_classification(p_request_id, p_phase);
1018:
1019: /* adjust for inclusive tax */
1020: arp_etax_util.adjust_for_inclusive_tax(null, p_request_id, p_phase);