DBA Data[Home] [Help]

APPS.ECEINI dependencies on AP_INVOICES_INTERFACE

Line 126: from ap_invoices_interface

122:
123: begin
124: select group_id
125: into o_group_id
126: from ap_invoices_interface
127: where invoice_id = o_invoice_id;
128: ec_debug.pl(0,'o_group_id ',o_group_id);
129: exception
130: when no_data_found then