ALL_TRIGGER_COLS
Column usage in user's triggers or in triggers on user's tablesColumns
___________________________
TRIGGER_OWNER
Owner of the trigger
TRIGGER_NAME
Name of the trigger
TABLE_OWNER
Owner of the table
TABLE_NAME
Name of the table on which the trigger is defined
COLUMN_NAME
Name of the column or the attribute of the ADT column used in trigger definition
COLUMN_LIST
Is column specified in UPDATE OF clause?
COLUMN_USAGE
Usage of column within trigger body
Related: