DBA Data[Home] [Help]

APPS.AP_CARD_INVOICE_PKG dependencies on AP_INVOICES_INTERFACE_S

Line 207: l_debug_info := 'Getting next sequence from ap_invoices_interface_s';

203: -- Get sequence-generated invoice_id if this is the first line
204: --
205: if (l_count = 1) then
206: -----------------------------------------------------------------------
207: l_debug_info := 'Getting next sequence from ap_invoices_interface_s';
208: -----------------------------------------------------------------------
209: select ap_invoices_interface_s.nextval
210: into l_invoice_id
211: from dual;

Line 209: select ap_invoices_interface_s.nextval

205: if (l_count = 1) then
206: -----------------------------------------------------------------------
207: l_debug_info := 'Getting next sequence from ap_invoices_interface_s';
208: -----------------------------------------------------------------------
209: select ap_invoices_interface_s.nextval
210: into l_invoice_id
211: from dual;
212:
213: P_INVOICE_ID := l_invoice_id;