DBA Data[Home] [Help]

APPS.PO_CREATE_ASBN_INVOICE dependencies on DUAL

Line 161: from sys.dual;

157: (X_asbn_header.invoice_date is not null)) then
158:
159: select ap_invoices_interface_s.nextval
160: into l_invoice_id
161: from sys.dual;
162:
163: -- Bug 4723269 : Pass org_id to create_ap_batches
164:
165: po_invoices_sv1.create_ap_batches( 'ASBN',

Line 478: from sys.dual;

474: BEGIN
475:
476: select ap_invoice_lines_interface_s.nextval
477: into x_invoice_line_id
478: from sys.dual;
479:
480: if (p_line_type = 'ITEM' or p_line_type = 'TAX') then
481: l_prorate_across_flag := 'N';
482: