DBA Data[Home] [Help]

APPS.AP_CANCEL_PKG dependencies on PO_LINE_LOCATIONS_ALL

Line 380: po_line_locations_ALL PL

376:
377: SELECT count(*)
378: INTO l_final_close_count
379: FROM ap_invoice_lines AIL,
380: po_line_locations_ALL PL
381: WHERE AIL.invoice_id = P_invoice_id
382: AND AIL.po_line_location_id = PL.line_location_id
383: AND AIL.org_id = PL.org_id
384: AND PL.closed_code = 'FINALLY CLOSED';