MSS_ORG_ATTRIBUTES
This table stores the scheduling attributes per an organization.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_ORG_ATTRIBUTES_PK |
ORGANIZATION_ID, ATTRIBUTE_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
ATTRIBUTE_ID | NUMBER | 18 | Yes | Unique identifier of the attribute. | |
ATTRIBUTE_CODE | VARCHAR2 | 300 | Yes | User defined code of the attribute. | |
DESCRIPTION | VARCHAR2 | 2000 | Description of the associated attribute. | ||
DEFAULT_ATTRIBUTE_VALUE_ID | NUMBER | 18 | Reference to default attribute value ID; foreign key to MSS_ORG_ATTRIBUTE_VALUES | ||
HIGHLIGHT_ATTRIBUTE_FLAG | VARCHAR2 | 1 | Is this a highlight attribute (Y/N)? | ||
DESCRIPTIVE_FLEXFIELD_CODE | VARCHAR2 | 40 | Descriptive flexfield type code | ||
FLEXFIELD_CONTEXT_CODE | VARCHAR2 | 80 | Descriptive flexfield context code | ||
SEGMENT_CODE | VARCHAR2 | 30 | Descriptive flexfield segment code | ||
VALUE_SET_ID | NUMBER | 18 | Identifier of value set associated with flexfield segment, soft foreign key to FND_VS_VALUE_SETS. | ||
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 |
---|---|---|
MSS_ORG_ATTRIBUTES | mss_org_attribute_values | ORGANIZATION_ID, ATTRIBUTE_ID, DEFAULT_ATTRIBUTE_VALUE_ID |
mss_org_res_attr_sequences | mss_org_attributes | ORGANIZATION_ID, ATTRIBUTE_ID |
mss_org_changeover_rules | mss_org_attributes | ORGANIZATION_ID, ATTRIBUTE_ID |
mss_org_res_attrib_seqs | mss_org_attributes | ORGANIZATION_ID, ATTRIBUTE_ID |
mss_org_attribute_values | mss_org_attributes | ORGANIZATION_ID, ATTRIBUTE_ID |
mss_org_resource_attributes | mss_org_attributes | ORGANIZATION_ID, ATTRIBUTE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
MSS_ORG_ATTRIBUTES_U1 | Unique | Default | ORGANIZATION_ID, ATTRIBUTE_ID |
MSS_ORG_ATTRIBUTES_U2 | Unique | Default | ORGANIZATION_ID, ATTRIBUTE_CODE |
MSS_ORG_ATTRIBUTES_U3 | Unique | Default | ORGANIZATION_ID, ATTRIBUTE_ID, DEFAULT_ATTRIBUTE_VALUE_ID |