MSS_ORG_ATTRIBUTE_CONTEXTS
This table stores organization and descriptive flexfield context association data that allows flexfield context selection for an organization
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_ORG_ATTRIBUTE_CONTEXTS_PK |
ORGANIZATION_ID, DESCRIPTIVE_FLEXFIELD_CODE, FLEXFIELD_CONTEXT_CODE |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
DESCRIPTIVE_FLEXFIELD_CODE | VARCHAR2 | 40 | Yes | Descriptive flexfield type code | |
FLEXFIELD_CONTEXT_CODE | VARCHAR2 | 80 | Yes | Descriptive flexfield context code | |
FLEXFIELD_OBJECT_CODE | VARCHAR2 | 60 | Yes | Descriptive flexfield object type code. | |
ATTR_GROUP_CODE | VARCHAR2 | 80 | Yes | Indicates user defined attribute group code. | |
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. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_ORG_ATTRIBUTE_CONTEXTS_U1 | Unique | Default | ORGANIZATION_ID, DESCRIPTIVE_FLEXFIELD_CODE, FLEXFIELD_CONTEXT_CODE |