DBA Data[Home] [Help]

APPS.AP_INVOICES_UTILITY_PKG dependencies on PO_RELEASES

Line 1099: po_releases PRL

1095: CURSOR po_release_number_cursor IS
1096: SELECT DISTINCT(PRL.release_num)
1097: FROM ap_invoice_lines L,
1098: po_line_locations PLL,
1099: po_releases PRL
1100: WHERE L.invoice_id = l_invoice_id
1101: AND NOT EXISTS (SELECT AIL.corrected_inv_id
1102: FROM ap_invoice_lines AIL
1103: WHERE NVL( AIL.discarded_flag, 'N' ) <> 'Y'