DBA Data[Home] [Help]

APPS.FND_CONC_GLOBAL dependencies on FND_CONC_GLOBAL

Line 1: package body FND_CONC_GLOBAL as

1: package body FND_CONC_GLOBAL as
2: /* $Header: AFCPGBLB.pls 120.2 2005/08/19 21:43:15 rckalyan ship $ */
3:
4:
5: zconc_copies number := NULL;

Line 205: generic_error('FND_CONC_GLOBAL.INITIALIZE', SQLCODE, SQLERRM);

201: fnd_profile.put('CONC_DB_TMP_DIR', db_temp_dir);
202:
203: exception
204: when others then
205: generic_error('FND_CONC_GLOBAL.INITIALIZE', SQLCODE, SQLERRM);
206: end INITIALIZE;
207:
208:
209: /*

Line 228: generic_error('FND_CONC_GLOBAL.GET_REQ_GLOBALS', SQLCODE, SQLERRM);

224: --obsolete. Returning NULL value for this parameter.
225: release_sub_request := NULL;
226: exception
227: when others then
228: generic_error('FND_CONC_GLOBAL.GET_REQ_GLOBALS', SQLCODE, SQLERRM);
229: end GET_REQ_GLOBALS;
230:
231:
232: /*

Line 255: 'fnd.plsql.FND_CONC_GLOBAL.SET_REQ_GLOBALS',

251: if( FND_LOG.LEVEL_EVENT >= FND_LOG.G_CURRENT_RUNTIME_LEVEL )then
252:
253: fnd_log.string(
254: FND_LOG.LEVEL_EVENT,
255: 'fnd.plsql.FND_CONC_GLOBAL.SET_REQ_GLOBALS',
256: 'The release_sub_request parammeter is obsolete now'||
257: 'and it''s value is ignored.');
258: end if;
259: end if;

Line 263: generic_error('FND_CONC_GLOBAL.GET_REQ_GLOBALS', SQLCODE, SQLERRM);

259: end if;
260:
261: exception
262: when others then
263: generic_error('FND_CONC_GLOBAL.GET_REQ_GLOBALS', SQLCODE, SQLERRM);
264: end SET_REQ_GLOBALS;
265:
266:
267: begin

Line 275: end FND_CONC_GLOBAL;

271: /* v$instance should contain exactly one row. I
272: * can't think of any exceptions that we should be
273: * catching here.
274: */
275: end FND_CONC_GLOBAL;