DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on DBMS_UTILITY

Line 393: g_end_tm_numeric := dbms_utility.get_time;

389: if l_master = 'Y' then
390: --
391: g_proc_rec.end_dt := sysdate;
392: g_proc_rec.end_tm := to_char(sysdate,'HH24:MI:SS');
393: g_end_tm_numeric := dbms_utility.get_time;
394: g_proc_rec.elpsd_tm := seconds_to_hours
395: ((g_end_tm_numeric - g_strt_tm_numeric)/100);
396: --
397: open c_person_actions(null);

Line 4641: g_strt_tm_numeric := dbms_utility.get_time;

4637: --
4638: g_proc_rec.business_group_id := p_business_group_id;
4639: g_proc_rec.strt_dt := sysdate;
4640: g_proc_rec.strt_tm := to_char(sysdate,'HH24:MI:SS');
4641: g_strt_tm_numeric := dbms_utility.get_time;
4642: --
4643: -- Flush the global-parameter-list and load all the passed parameters into it.
4644: -- All the sub procedures in the main process will be able to access this list
4645: -- and this will keep the procedure calls simple.