[Home] [Help]
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