MSS_SCHEDULING_ORGANIZATIONS
This table stores the scheduling organizations.
Details
-
Schema: FUSION
-
Object owner: MSS
-
Object type: TABLE
-
Tablespace: Default
Primary Key
Name | Columns |
---|---|
MSS_SCHEDULING_ORGS_PK |
ORGANIZATION_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
ORGANIZATION_ID | NUMBER | 18 | Yes | Identifier of the organization. | |
ORGANIZATION_CODE | VARCHAR2 | 18 | Yes | User defined code of the organization. | |
ORGANIZATION_NAME | VARCHAR2 | 240 | User defined display name of the organization. | ||
TIMEZONE_CODE | VARCHAR2 | 50 | Timezone identifier for the organization. | ||
MAINTENANCE_ENABLED_FLAG | VARCHAR2 | 1 | Is the Organization maintenance enabled (Y|N)? | ||
REQUEST_IN_PROCESS_FLAG | VARCHAR2 | 1 | Is there an execution request currently in process (Y|N)? | ||
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_SCHEDULING_ORGS_U1 | Unique | Default | ORGANIZATION_ID |
MSS_SCHEDULING_ORGS_U2 | Unique | Default | ORGANIZATION_CODE |