DBA Data[Home] [Help]

APPS.JL_AR_DOC_NUMBERING_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 700: FROM fnd_concurrent_requests

696: END IF;
697: BEGIN
698: SELECT to_number(argument3)
699: INTO l_batch_source_id
700: FROM fnd_concurrent_requests
701: WHERE request_id = p_request_id;
702: IF PG_DEBUG in ('Y', 'C') THEN
703: arp_standard.debug('validate_interface_lines: ' || '-- the batch source id for the request is '||to_char(l_batch_source_id));
704: END IF;