debug_ts.pks by Donald J. Bales on 12/15/2006 Table DEBUG_T's package
Method Summary get_id Gets the next primary key value for the table enable Enable debug output for the specified program unit disable Disable debug output for the specified program unit set_text Log debug output if enabled for the specified program unit
Method Detail
get_id
FUNCTION get_id return DEBUG_T.id%TYPE
Gets the next primary key value for the table
enable
PROCEDURE enable( aiv_program_unit in varchar2)
Enable debug output for the specified program unit
disable
PROCEDURE disable( aiv_program_unit in varchar2)
Disable debug output for the specified program unit
set_text
PROCEDURE set_text( aiv_program_unit in varchar2, aiv_text in DEBUG_T.text%TYPE)
Log debug output if enabled for the specified program unit