DBA Data[Home] [Help]

APPS.JL_AR_DOC_NUMBERING_PKG dependencies on FND_CONCURRENT_REQUESTS

Line 714: FROM fnd_concurrent_requests

710: END IF;
711: BEGIN
712: SELECT to_number(argument3)
713: INTO l_batch_source_id
714: FROM fnd_concurrent_requests
715: WHERE request_id = p_request_id;
716: IF PG_DEBUG in ('Y', 'C') THEN
717: arp_standard.debug('validate_interface_lines: ' || '-- the batch source id for the request is '||to_char(l_batch_source_id));
718: END IF;