64: begin
65:
66: if ( g_output = 'DBMS_PIPE' ) then
67:
68: hr_utility.trace_on('F') ;
69:
70: end if;
71:
72: end initialize_output ;
84: dbms_output.put_line ( p_text ) ;
85:
86: else
87:
88: hr_utility.trace( p_text ) ;
89:
90:
91: end if;
92:
554:
555: exception
556: when others then
557:
558: hr_utility.trace('!!END TRACE');
559: raise ;
560:
561: end check_table ;
562: