EGP_WORKFLOW_ACL_GT
Temporary table for Workflow Access Control List relationship.
Details
-
Schema: FUSION
-
Object owner: EGP
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
EGP_WORKFLOW_ACL_GT_PK |
WORKFLOW_ACL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
WORKFLOW_ACL_ID | NUMBER | 18 | Yes | Attribute indicating unique identifier of Workflow access control list data. | |
CHANGE_ID | NUMBER | 18 | Yes | Attribute indicating unique identifier of Workflow Change Id. | |
PERMISSION_SET_ID | NUMBER | 18 | Yes | Attribute indicating unique identifier of Permission Set Id. | |
WORKFLOW_TYPE_CODE | VARCHAR2 | 30 | Yes | Code identifying the Change Order type. | |
ORGANIZATION_ID | NUMBER | 18 | Yes | Attribute representing Organization_id of the workflow. | |
ACCESS_LEVEL_CODE | VARCHAR2 | 30 | Yes | Attribute indicating access level allowed on Workflow 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 Workflow. |
Indexes
Index | Uniqueness | Columns |
---|---|---|
EGP_WORKFLOW_ACL_GT_U1 | Unique | WORKFLOW_ACL_ID |
EGP_WORKFLOW_ACL_GT_U2 | Unique | CHANGE_ID, PERMISSION_SET_ID, ACCESS_LEVEL_CODE, ORGANIZATION_ID, WORKFLOW_TYPE_CODE |