DBA Data[Home] [Help]

APPS.BIS_COLLECTION_UTILITIES dependencies on FND_CONCURRENT

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

Line 328: l_temp:=fnd_concurrent.set_completion_status('WARNING' ,NULL);

324: BIS_COLLECTION_UTILITIES.put_line('********************************************************');
325: exception
326: when others then
327: BIS_COLLECTION_UTILITIES.put_line('Exception happens in BSC_DBI_CALENDAR.load_dbi_cal_into_bsc '||sqlerrm);
328: l_temp:=fnd_concurrent.set_completion_status('WARNING' ,NULL);
329: end;
330: end if;
331:
332: Exception when others then