DBA Data[Home] [Help]

APPS.JAI_TAX_PROCESSING_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 1600: FROM po_line_locations_all po,ap_invoice_lines_all ap

1596: AND parent_invoice_line_number IS NULL;
1597:
1598: CURSOR get_po_matched_org_cur(pn_line_number NUMBER) IS
1599: SELECT po.ship_to_organization_id, po.ship_to_location_id
1600: FROM po_line_locations_all po,ap_invoice_lines_all ap
1601: WHERE po.line_location_id = ap.po_line_location_id
1602: AND ap.invoice_id = pr_rec.invoice_id
1603: AND ap.line_number = pn_line_number;
1604: