DBA Data[Home] [Help]

APPS.JAI_FA_MA_TRIGGER_PKG dependencies on AP_INVOICES_ALL

Line 385: FROM ap_invoices_all

381:
382:
383: CURSOR c_set_of_books is
384: SELECT set_of_Books_id
385: FROM ap_invoices_all
386: WHERE invoice_id = pr_new.invoice_id; /*rchandan for bug#4454657*/
387:
388: c_get_line_info_rec c_get_line_info%ROWTYPE ;
389: c_get_ship_head_id_rec c_get_ship_head_id%ROWTYPE;