DBA Data[Home] [Help]

APPS.AR_INVOICE_API_PUB dependencies on RA_BATCHES_S

Line 521: SELECT ra_batches_s.nextval * -1

517: END IF;
518: ELSE
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: