DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on DUAL

Line 523: FROM dual;

519: /* 5921925 - insure that we have a viable request_id for this batch
520: even if its only one transaction */
521: SELECT ra_batches_s.nextval * -1
522: INTO ar_invoice_table_handler.g_request_id
523: FROM dual;
524: END IF;
525:
526: --first popolate the global temp. table based on user passed variables and
527: -- default system parameters and profile values.