EGP_CATALOG_ACL_GT

Temporary table for Catalog Access Control List relationship.

Details

  • Schema: FUSION

  • Object owner: EGP

  • Object type: TABLE

  • Tablespace: FUSION_TS_TX_DATA

Primary Key

Name Columns

EGP_CATALOG_ACL_GT_PK

CATALOG_ACL_ID

Columns

Name Datatype Length Precision Not-null Comments
CATALOG_ACL_ID NUMBER 18 Yes Attribute indicating unique identifier of Catalog access control list data.
CATEGORY_SET_ID NUMBER 18 Yes Attribute indicating unique identifier of Catalog Id.
PERMISSION_SET_ID NUMBER 18 Yes Attribute indicating unique identifier of Permission Set Id.
CATEGORY_ID NUMBER 18 Yes Attribute representing Category Id belonging to catalog.
ACCESS_LEVEL_CODE VARCHAR2 30 Yes Attribute indicating access level allowed on Catalog object.
CONTEXT_ACL_RULE_COUNT NUMBER 18 Attribute indicating count of context access control list rules.
ACL_RULES_COUNT NUMBER 18 Attribute indicating count of access control list rules.
PROD_ACL_ID NUMBER 18 Attribute indicating unique identifier of production access control list.
ACCESS_BITMAP VARCHAR2 2000 Attribute representing the accessible Attribute or Attribute Groups of the Catalog.
USER_GUID VARCHAR2 64 Attribute indicating global user id of member having access on Catalog object.

Indexes

Index Uniqueness Columns
EGP_CATALOG_ACL_GT_U1 Unique CATALOG_ACL_ID
EGP_CATALOG_ACL_GT_U2 Unique CATEGORY_SET_ID, CATEGORY_ID, PERMISSION_SET_ID, ACCESS_LEVEL_CODE, USER_GUID