PER_DATA_ASGNMNTS_RULE_DTL
This table contains the mappings of a role, data security context and data security context value.
Details
-
Schema: FUSION
-
Object owner: FUN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
PER_DATA_ASGNMNTS_RULE_DT_PK |
RULE_DTL_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
RULE_DTL_ID | NUMBER | 18 | Yes | Identifier for the data assignments rule details. | |
RULE_ID | NUMBER | 18 | Yes | The rule mappings identifier. | |
ROLE_CODE | VARCHAR2 | 256 | Yes | Role name that includes the grantee key as the receipient of the role grants. | |
DATASEC_CONTEXT_TYPE_CODE | VARCHAR2 | 30 | Yes | Security context of the data provision rules, such as business unit or ledger. | |
DATASEC_CONTEXT_VALUE1 | VARCHAR2 | 32 | Yes | Security context value ID of the data provision rules. | |
DATASEC_CONTEXT_VALUE2 | VARCHAR2 | 32 | Security context value ID of the data provision rules. | ||
DATASEC_CONTEXT_VALUE3 | VARCHAR2 | 32 | Security context value ID of the data provision rules. | ||
DATASEC_CONTEXT_VALUE4 | VARCHAR2 | 32 | Security context value ID of the data provision rules. | ||
DATASEC_CONTEXT_VALUE5 | VARCHAR2 | 32 | Security context value ID of the data provision rules. | ||
OBJECT_VERSION_NUMBER | NUMBER | 9 | Yes | Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. | |
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. |
Foreign Keys
Table | Foreign Table | Foreign Key Column |
---|---|---|
PER_DATA_ASGNMNTS_RULE_DTL | per_role_mappings | RULE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
PER_DATA_ASGN_RULE_DTL_U1 | Unique | Default | RULE_DTL_ID |
PER_DATA_ASGN_RULE_DTL_U2 | Unique | Default | RULE_ID, ROLE_CODE, DATASEC_CONTEXT_TYPE_CODE, DATASEC_CONTEXT_VALUE1, DATASEC_CONTEXT_VALUE2, DATASEC_CONTEXT_VALUE3, DATASEC_CONTEXT_VALUE4, DATASEC_CONTEXT_VALUE5 |