DBA Data[Home] [Help]

APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_PO_TAXES

Line 559: from jai_po_taxes jpllt,

555: cursor c_po_taxes(p_po_header_id number, p_po_line_id number, p_line_location_id number,p_section_type jai_cmn_taxes_all.section_type%type)--rchandan for bug#4428980
556: is
557: select jtc.section_code section_code,
558: jpllt.tax_id tax_id
559: from jai_po_taxes jpllt,
560: jai_cmn_taxes_all jtc
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