DBA Data[Home] [Help]

APPS.JL_ZZ_AP_LIBRARY_1_PKG dependencies on AP_INVOICES_V

Line 364: FROM ap_invoices_v

360: l_last_Updated_By ,
361: l_last_Update_Login ,
362: l_creation_date,
363: l_created_by
364: FROM ap_invoices_v
365: where invoice_id = P_Invoice_id;
366: Exception When no_data_found then
367: null;
368: When others then