DBA Data[Home] [Help]

APPS.AR_RECEIPT_API_PUB dependencies on FND_CONCURRENT_REQUESTS_S

Line 11595: SELECT FND_CONCURRENT_REQUESTS_S.nextval

11591: l_count := 0;
11592:
11593: --fetch request_id ,all the receipts to be created in the batch will be associated
11594: -- to this request
11595: SELECT FND_CONCURRENT_REQUESTS_S.nextval
11596: INTO l_request_id
11597: FROM dual;
11598:
11599: IF NVL(p_fetch_bulk_commit,0) > 0 THEN