DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 367: po_line_locations_ALL PL

363:
364: SELECT count(*)
365: INTO l_final_close_count
366: FROM ap_invoice_lines AIL,
367: po_line_locations_ALL PL
368: WHERE AIL.invoice_id = P_invoice_id
369: AND AIL.po_line_location_id = PL.line_location_id
370: AND AIL.org_id = PL.org_id
371: AND PL.closed_code = 'FINALLY CLOSED';