DBA Data[Home] [Help]

APPS.ARP_ETAX_INVAPI_UTIL dependencies on ZX_LINES

Line 609: 1) swapped zx_detail_tax_lines_gt to zx_lines per svaze in IM

605: debug('arp_etax_invapi_util.build_ar_tax_lines()+');
606: END IF;
607:
608: /* Dev Notes:
609: 1) swapped zx_detail_tax_lines_gt to zx_lines per svaze in IM
610: conv on 25-MAY
611:
612: End Dev Notes */
613:

Line 700: FROM ZX_LINES zxt,

696: mtax.interface_line_attribute13,
697: mtax.interface_line_attribute14,
698: mtax.interface_line_attribute15,
699: plin.org_id
700: FROM ZX_LINES zxt,
701: RA_CUSTOMER_TRX_LINES plin,
702: AR_TRX_LINES_GT mtax
703: WHERE plin.request_id = p_request_id
704: AND zxt.application_id = 222

Line 798: FROM ZX_LINES zxt,

794: mtax.interface_line_attribute13,
795: mtax.interface_line_attribute14,
796: mtax.interface_line_attribute15,
797: plin.org_id
798: FROM ZX_LINES zxt,
799: RA_CUSTOMER_TRX_LINES plin,
800: AR_TRX_LINES_GT mtax
801: WHERE plin.request_id = p_request_id
802: AND zxt.application_id = 222

Line 817: from ZX_LINES_DET_FACTORS */

813:
814: IF (l_rows1+l_rows2) > 0
815: THEN
816: /* Stamp transaction lines with tax_classification
817: from ZX_LINES_DET_FACTORS */
818: arp_etax_util.set_default_tax_classification(p_request_id);
819:
820: /* adjust for inclusive tax */
821: arp_etax_util.adjust_for_inclusive_tax(null, p_request_id, 'INV');