DBA Data[Home] [Help]

APPS.BEN_DETERMINE_COMMUNICATIONS dependencies on DBMS_UTILITY

Line 397: g_end_tm_numeric := dbms_utility.get_time;

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

Line 4706: g_strt_tm_numeric := dbms_utility.get_time;

4702: --
4703: g_proc_rec.business_group_id := p_business_group_id;
4704: g_proc_rec.strt_dt := sysdate;
4705: g_proc_rec.strt_tm := to_char(sysdate,'HH24:MI:SS');
4706: g_strt_tm_numeric := dbms_utility.get_time;
4707: --
4708: -- Flush the global-parameter-list and load all the passed parameters into it.
4709: -- All the sub procedures in the main process will be able to access this list
4710: -- and this will keep the procedure calls simple.