DBA Data[Home] [Help]

APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_CONSTANTS

Line 478: and jrtl.tax_type = jai_constants.tax_type_tds

474: jrtl.tax_id tax_id
475: from jai_rcv_line_taxes jrtl,
476: jai_cmn_taxes_all jtc
477: where jtc.tax_id = jrtl.tax_id
478: and jrtl.tax_type = jai_constants.tax_type_tds
479: and jtc.section_type = p_section_type--rchandan for bug#4428980
480: and jrtl.shipment_header_id = p_shipment_header_id
481: and jrtl.shipment_line_id = p_shipment_line_id
482: order by jrtl.tax_line_no asc;

Line 565: and jtc.tax_type = jai_constants.tax_type_tds

561: where jpllt.tax_id = jtc.tax_id
562: and jpllt.po_header_id = p_po_header_id
563: and jpllt.po_line_id = p_po_line_id
564: and jpllt.line_location_id = p_line_location_id
565: and jtc.tax_type = jai_constants.tax_type_tds
566: and jtc.section_type = p_section_type--rchandan for bug#4428980
567: order by jpllt.tax_line_no asc;
568:
569: