BEN_BENEFIT_QSTNR
BEN_BENEFIT_QSTNR contains benefits questionnaire setup.
Details
-
Schema: FUSION
-
Object owner: BEN
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
BEN_BENEFIT_QSTNR_PK |
BENEFIT_QSTNR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
BENEFIT_QSTNR_ID | NUMBER | 18 | Yes | System generated primary key column. | |
QUESTIONNAIRE_ID | NUMBER | 18 | Yes | This column holds the foreign key to HRQ_QUESTIONNAIRES_B. | |
OBJ_TYPE | VARCHAR2 | 240 | This columns holds the foreign key object name. | ||
OBJ_ID | NUMBER | 18 | This columns holds the foreign key value. | ||
OBJ_CODE | VARCHAR2 | 240 | This columns holds the foreign key code value. | ||
ELIGY_PRFL_ID | NUMBER | 18 | This column holds the foreign key to BEN_ELIGY_PRFL. | ||
CONTEXTUAL_ACTION | VARCHAR2 | 240 | Yes | This column holds the contextual action of the survey. | |
START_DATE | DATE | This columns holds the start date of the questionnaire. | |||
END_DATE | DATE | This column holds the end date of the questionnaire. | |||
STATUS | VARCHAR2 | 240 | Yes | This column holds the status of the questionnaire. | |
QSNTR_VERSION_NUM | NUMBER | 18 | This columns holds the version number of the questionnaire. | ||
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. | ||
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. | |
BUSINESS_GROUP_ID | NUMBER | 18 | Yes | Foreign Key to HR_ORGANIZATION_UNITS. | |
CONFIG_CHAR_1 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_2 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_3 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_4 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_5 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_6 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_7 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_8 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_9 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_CHAR_10 | VARCHAR2 | 240 | Template character field for future use. | ||
CONFIG_DATE_1 | DATE | Template date field for future use. | |||
CONFIG_DATE_2 | DATE | Template date field for future use. | |||
CONFIG_DATE_3 | DATE | Template date field for future use. | |||
CONFIG_DATE_4 | DATE | Template date field for future use. | |||
CONFIG_DATE_5 | DATE | Template date field for future use. | |||
CONFIG_ID_1 | NUMBER | 18 | Template ID field for future use. | ||
CONFIG_ID_2 | NUMBER | 18 | Template ID field for future use. | ||
CONFIG_ID_3 | NUMBER | 18 | Template ID field for future use. | ||
CONFIG_ID_4 | NUMBER | 18 | Template ID field for future use. | ||
CONFIG_ID_5 | NUMBER | 18 | Template ID field for future use. | ||
CONFIG_NUM_1 | NUMBER | Template number field for future use. | |||
CONFIG_NUM_2 | NUMBER | Template number field for future use. | |||
CONFIG_NUM_3 | NUMBER | Template number field for future use. | |||
CONFIG_NUM_4 | NUMBER | Template number field for future use. | |||
CONFIG_NUM_5 | NUMBER | Template number field for future use. |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
BEN_BENEFIT_QSTNR_N1 | Non Unique | FUSION_TS_TX_DATA | CONTEXTUAL_ACTION |
BEN_BENEFIT_QSTNR_N2 | Non Unique | FUSION_TS_TX_DATA | OBJ_ID |
BEN_BENEFIT_QSTNR_N3 | Non Unique | FUSION_TS_TX_DATA | QUESTIONNAIRE_ID |
BEN_BENEFIT_QSTNR_N4 | Non Unique | FUSION_TS_TX_DATA | OBJ_CODE |
BEN_BENEFIT_QSTNR_PK | Unique | FUSION_TS_TX_DATA | BENEFIT_QSTNR_ID |