DBA Data[Home] [Help]

APPS.ARP_ETAX_INVAPI_UTIL dependencies on ZX_LINES

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

618: debug('arp_etax_invapi_util.build_ar_tax_lines()+');
619: END IF;
620:
621: /* Dev Notes:
622: 1) swapped zx_detail_tax_lines_gt to zx_lines per svaze in IM
623: conv on 25-MAY
624:
625: End Dev Notes */
626:

Line 713: FROM ZX_LINES zxt,

709: mtax.interface_line_attribute13,
710: mtax.interface_line_attribute14,
711: mtax.interface_line_attribute15,
712: plin.org_id
713: FROM ZX_LINES zxt,
714: RA_CUSTOMER_TRX_LINES plin,
715: AR_TRX_LINES_GT mtax
716: WHERE plin.request_id = p_request_id
717: AND zxt.application_id = 222

Line 811: FROM ZX_LINES zxt,

807: mtax.interface_line_attribute13,
808: mtax.interface_line_attribute14,
809: mtax.interface_line_attribute15,
810: plin.org_id
811: FROM ZX_LINES zxt,
812: RA_CUSTOMER_TRX_LINES plin,
813: AR_TRX_LINES_GT mtax
814: WHERE plin.request_id = p_request_id
815: AND zxt.application_id = 222

Line 837: from ZX_LINES_DET_FACTORS */

833:
834: For rec in ctt
835: LOOP
836: /* Stamp transaction lines with tax_classification
837: from ZX_LINES_DET_FACTORS */
838: arp_etax_util.set_default_tax_classification(p_request_id,rec.type);
839:
840: /* adjust for inclusive tax */
841: arp_etax_util.adjust_for_inclusive_tax(null, p_request_id, rec.type);