DBA Data[Home] [Help]

APPS.JAI_AP_MATCH_TAX_PROC_PKG dependencies on JAI_PO_TAXES

Line 3846: from ap_invoice_lines_all la, JAI_PO_TAXES pt

3842: p_codepath in out nocopy varchar2) is
3843: cursor c_po_tax_num(cp_invoice_id number) is
3844: select sum(nm)
3845: from (select count(1) nm
3846: from ap_invoice_lines_all la, JAI_PO_TAXES pt
3847: where la.match_type in ('ITEM_TO_PO')
3848: and la.invoice_id = cp_invoice_id
3849: and la.po_line_location_id = pt.line_location_id
3850: and la.po_header_id = pt.po_header_id