DBA Data[Home] [Help]

APPS.HZ_IMP_ADDRESS_VAL_PKG dependencies on FND_CONC_GLOBAL

Line 270: l_request_data := FND_CONC_GLOBAL.REQUEST_DATA;

266: FND_FILE.put_line(fnd_file.log,'Aborting Address Validation Main for this batch as no batch found');
267: return; --Nothing to process
268: end if;
269:
270: l_request_data := FND_CONC_GLOBAL.REQUEST_DATA;
271: l_last_fetch := FALSE;
272: --l_request_id := REQUEST_ID() ;
273: l_counter := 1;
274:

Line 590: FND_CONC_GLOBAL.SET_REQ_GLOBALS(

586: END IF;
587: --END IF; --Bug No:3347996
588: --End for Default Adapter
589: IF l_request_data IS NOT NULL THEN -- Bug No:3359194
590: FND_CONC_GLOBAL.SET_REQ_GLOBALS(
591: conc_status => 'PAUSED',
592: request_data => l_request_data);
593: END IF;
594: