DBA Data[Home] [Help]

APPS.CSF_DEBRIEF_UPDATE_PKG dependencies on FND_CONCURRENT

Line 446: from fnd_concurrent_requests fcr,

442: and lookup_code = p_code;
443:
444: cursor c_programs is
445: select 1
446: from fnd_concurrent_requests fcr,
447: fnd_concurrent_programs fcp
448: where fcr.concurrent_program_id = fcp.concurrent_program_id
449: and fcp.application_id = 513
450: and fcp.concurrent_program_name = 'CSFUPDATE'

Line 447: fnd_concurrent_programs fcp

443:
444: cursor c_programs is
445: select 1
446: from fnd_concurrent_requests fcr,
447: fnd_concurrent_programs fcp
448: where fcr.concurrent_program_id = fcp.concurrent_program_id
449: and fcp.application_id = 513
450: and fcp.concurrent_program_name = 'CSFUPDATE'
451: and fcr.request_id < fnd_global.conc_request_id

Line 1725: l_conc_result := fnd_concurrent.set_completion_status('WARNING','Warning');

1721: FND_MSG_PUB.ADD;
1722: l_msg_data := FND_MSG_PUB.Get(p_msg_index => fnd_msg_pub.G_LAST,
1723: p_encoded => FND_API.G_FALSE);
1724: fnd_file.put_line(fnd_file.log, l_msg_data);
1725: l_conc_result := fnd_concurrent.set_completion_status('WARNING','Warning');
1726: exit;
1727: end if;
1728: end loop;
1729: