ZCA_BI_AUDIT_CONFIG

Mapping for all the View Objects that are audit enabled and the table names to be audited.

Details

  • Schema: FUSION

  • Object owner: FUSION

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

ZCA_BI_AUDIT_CONFIG_PK

VIEW_OBJECT, PARENT_OBJECT

Columns

Name Datatype Length Precision Not-null Comments
APPLICATION_MODULE VARCHAR2 240 Yes Application Module of the View Object
VIEW_OBJECT VARCHAR2 240 Yes The Fully qualified View Object Name.
PARENT_OBJECT VARCHAR2 240 Yes Fully Qualified name of the Parent View Object
OBJECT_NAME VARCHAR2 100 Yes Simplified View Object name without the path
BASE_TABLE_NAME VARCHAR2 128 Yes Table Name on which the VO is built.
VIEW_CRITERIA VARCHAR2 4000 View Criteria that is applied to differnciate data for different VO from same table.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.

Indexes

Index Uniqueness Tablespace Columns
ZCA_BI_AUDIT_CONFIG_U1 Unique FUSION_TS_TX_IDX VIEW_OBJECT, PARENT_OBJECT
ZCA_BI_AUDIT_CONFIG_U2 Unique FUSION_TS_TX_IDX OBJECT_NAME