DBA Data[Home] [Help]

APPS.HR_UTILITY dependencies on DBMS_SYSTEM

Line 362: sys.dbms_system.ksdwrt(1,substr(nvl(p_text,' '),1,255));

358: -- hr_utility.trace() was originally designed, truncating at 255 seems
359: -- safe - particularly when there is the alternative of AOL's log feature
360: -- allows 4000 characters
361: --
362: sys.dbms_system.ksdwrt(1,substr(nvl(p_text,' '),1,255));
363:
364: --
365: -- Flush changes immediately. Potentially slow ??
366: --

Line 367: sys.dbms_system.ksdfls;

363:
364: --
365: -- Flush changes immediately. Potentially slow ??
366: --
367: sys.dbms_system.ksdfls;
368: end;
369: --
370: ---------------------------------- trace ------------------------------
371: /*