DBA Data[Home] [Help]

APPS.BIS_COLLECTION_UTILITIES dependencies on FND_CONCURRENT_PROGRAMS

Line 235: from fnd_concurrent_programs

231: begin
232: l_exist_flag:='N';
233: select 'Y'
234: into l_exist_flag
235: from fnd_concurrent_programs
236: where concurrent_program_name=p_program_short_name
237: and application_id=p_program_application_id;
238: return l_exist_flag;
239: exception