DBA Data[Home] [Help]

APPS.HR_SEC3_UPDATE dependencies on HR_UTILITY

Line 38: hr_utility.trace(p_message) ;

34: p_always_output in boolean default false ) is
35: begin
36:
37: -- if ( p_always_output or debug_mode_on ) then
38: hr_utility.trace(p_message) ;
39: -- end if;
40:
41: end output_line ;
42:

Line 145: hr_utility.set_trace_options('TRACE_DEST:DBMS_OUTPUT');

141: --
142: --
143: begin
144:
145: hr_utility.set_trace_options('TRACE_DEST:DBMS_OUTPUT');
146: hr_utility.trace_on;
147: --
148: -- Get site level setting of business group. If it is set and the
149: -- security profile is not then set the security profile to be the

Line 146: hr_utility.trace_on;

142: --
143: begin
144:
145: hr_utility.set_trace_options('TRACE_DEST:DBMS_OUTPUT');
146: hr_utility.trace_on;
147: --
148: -- Get site level setting of business group. If it is set and the
149: -- security profile is not then set the security profile to be the
150: -- view all profile associated with that business group.