debug_ots.pks by Donald J. Bales on 12/15/2006 Object Table DEBUG_OT's package
Method Summary disable Disable debug logging for the specified program unit enable Enable debug logging for the specified program unit set_text program unit, if it is enabled
Method Detail
disable
PROCEDURE disable( aiv_program_unit in varchar2)
Disable debug logging for the specified program unit
enable
PROCEDURE enable( aiv_program_unit in varchar2)
Enable debug logging for the specified program unit
set_text
PROCEDURE set_text( aiv_program_unit in varchar2, aiv_text in DEBUG_OT.text%TYPE)