DBA Data[Home] [Help]

APPS.BEN_CONC_REPORTS dependencies on DBMS_UTILITY

Line 1320: g_strt_tm_numeric := dbms_utility.get_time;

1316: --
1317: g_proc_rec.business_group_id := p_business_group_id;
1318: g_proc_rec.strt_dt := sysdate;
1319: g_proc_rec.strt_tm := to_char(sysdate,'HH24:MI:SS');
1320: g_strt_tm_numeric := dbms_utility.get_time;
1321: --
1322: -- Flush the global-parameter-list and load all the passed parameters into it.
1323: -- All the sub procedures in the main process will be able to access this list
1324: -- and this will keep the procedure calls simple.