DBA Data[Home] [Help]

APPS.AP_CARD_INVOICE_PKG dependencies on DUAL

Line 211: from dual;

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;
214:
215: end if;

Line 225: from dual;

221: l_debug_info := 'Getting next sequence from ap_invoice_lines_interface_s';
222: -----------------------------------------------------------------------
223: select ap_invoice_lines_interface_s.nextval
224: into l_invoice_line_id
225: from dual;
226:
227: --Bug 10218303: CTETALA Added code to move transaction date to next open period
228: -----------------------------------------------------------------------
229: l_debug_info := 'adjust transaction_date if in a closed period';