DBA Data[Home] [Help]

APPS.CS_SR_PURGE_CP dependencies on FND_GLOBAL

Line 523: l_request_id := fnd_global.conc_request_id;

519:
520: -- preserving this concurrent request's
521: -- request_id in a local variable
522:
523: l_request_id := fnd_global.conc_request_id;
524: l_request_data := fnd_conc_global.request_data;
525:
526: IF FND_LOG.level_statement >= FND_LOG.g_current_runtime_level
527: THEN

Line 1623: l_request_id := fnd_global.conc_request_id;

1619:
1620: -- capturing the request id of the
1621: -- worker thread into a local variable.
1622:
1623: l_request_id := fnd_global.conc_request_id;
1624:
1625: IF FND_LOG.level_procedure >= FND_LOG.g_current_runtime_level
1626: THEN
1627: FND_LOG.String