DBA Data[Home] [Help]

APPS.JAI_AP_TDS_TAX_DEFAULTATION dependencies on JAI_PO_TAXES

Line 612: from jai_po_taxes jpllt,

608: 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
609: is
610: select jtc.section_code section_code,
611: jpllt.tax_id tax_id
612: from jai_po_taxes jpllt,
613: jai_cmn_taxes_all jtc
614: where jpllt.tax_id = jtc.tax_id
615: and jpllt.po_header_id = p_po_header_id
616: and jpllt.po_line_id = p_po_line_id