DBA Data[Home] [Help]

APPS.BEN_DM_BUSINESS dependencies on FND_GLOBAL

Line 45: and req.request_id <> fnd_global.conc_request_id

41: from fnd_concurrent_requests req,
42: fnd_concurrent_programs prog
43: where prog.concurrent_program_name in ('BENDMSD','BENDMSU')
44: and req.concurrent_program_id = prog.concurrent_program_id
45: and req.request_id <> fnd_global.conc_request_id
46: and req.phase_code <> 'C';
47:
48: --
49: l_dummy varchar2(30);

Line 59: ben_dm_utility.message('INFO','req id '||fnd_global.conc_request_id, 5);

55: ben_dm_utility.message('PARA','(r_migration_data - record)' ||
56: '(p_valid - ' || p_valid ||
57: ')(p_warning - ' || p_warning || ')', 10);
58:
59: ben_dm_utility.message('INFO','req id '||fnd_global.conc_request_id, 5);
60:
61: open c_req_stat;
62: fetch c_req_stat into l_dummy;
63: if c_req_stat%found then

Line 312: and req.request_id <> fnd_global.conc_request_id

308: from fnd_concurrent_requests req,
309: fnd_concurrent_programs prog
310: where prog.concurrent_program_name in ('BENDMSD','BENDMSU')
311: and req.concurrent_program_id = prog.concurrent_program_id
312: and req.request_id <> fnd_global.conc_request_id
313: and req.phase_code <> 'C';
314:
315: --
316: l_dummy varchar2(30);

Line 327: ben_dm_utility.message('INFO','req id '||fnd_global.conc_request_id, 5);

323: ben_dm_utility.message('PARA','(r_migration_data - record)' ||
324: '(p_valid - ' || p_valid ||
325: ')(p_warning - ' || p_warning || ')', 10);
326:
327: ben_dm_utility.message('INFO','req id '||fnd_global.conc_request_id, 5);
328:
329: open c_req_stat;
330: fetch c_req_stat into l_dummy;
331: if c_req_stat%found then