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