IRC_IM_FEEDBK_REVIEWS
This table stores all instances of the reviews on questionnaire feedback requests.
Details
-
Schema: FUSION
-
Object owner: IRC
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
IRC_IM_FEEDBK_REVIEWS_PK |
FEEDBK_REVIEW_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| FEEDBK_REVIEW_ID | NUMBER | 18 | Yes | Primary Key of the table. System generated. | |
| FEEDBACK_REQUEST_ID | NUMBER | 18 | Yes | Foreign key to IRC_IM_FEEDBK_REQUESTS table. | |
| PERSON_ID | NUMBER | 18 | Yes | Foreign key to the PER_PERSON table. | |
| REVIEW_DATE | TIMESTAMP | Yes | The date when the feedback request was reviewed by the user. | ||
| 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 |
|---|---|---|
| IRC_IM_FEEDBK_REVIEWS | irc_im_feedbk_requests | FEEDBACK_REQUEST_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| IRC_IM_FEEDBK_REVIEWS_PK | Unique | Default | FEEDBK_REVIEW_ID |
| IRC_IM_FEEDBK_REVIEWS_U1 | Unique | Default | FEEDBACK_REQUEST_ID, PERSON_ID |