DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on PO_RELEASES

Line 1027: po_releases PRL

1023: CURSOR po_release_number_cursor IS
1024: SELECT DISTINCT(PRL.release_num)
1025: FROM ap_invoice_lines L,
1026: po_line_locations PLL,
1027: po_releases PRL
1028: WHERE L.invoice_id = l_invoice_id
1029: AND NOT EXISTS (SELECT AIL.corrected_inv_id
1030: FROM ap_invoice_lines AIL
1031: WHERE NVL( AIL.discarded_flag, 'N' ) <> 'Y'