DBA Data[Home] [Help]

SYS.DBMS_PREUP dependencies on STANDARD

Line 80: -- c_type_check = standard check for both xdb/manual

76: TYPE check_record_t IS RECORD (
77: name VARCHAR2(30), -- Name of check (and used for function
78: -- names also (if not too long))
79: type NUMBER, -- see type constants for values
80: -- c_type_check = standard check for both xdb/manual
81: -- c_type_check_interactive_only = Standard check, but manual only
82: -- c_type_recommend_pre = pre-up recommendation (manual)
83: -- c_type_recommend_post = post-up recommendation (manual)
84: --

Line 81: -- c_type_check_interactive_only = Standard check, but manual only

77: name VARCHAR2(30), -- Name of check (and used for function
78: -- names also (if not too long))
79: type NUMBER, -- see type constants for values
80: -- c_type_check = standard check for both xdb/manual
81: -- c_type_check_interactive_only = Standard check, but manual only
82: -- c_type_recommend_pre = pre-up recommendation (manual)
83: -- c_type_recommend_post = post-up recommendation (manual)
84: --
85: descript VARCHAR2(100), -- Short description of the check