ATK_HP_ANNOUNCEMENTS

This stores Help portal announcements.

Details

  • Schema: FUSION

  • Object owner: ATK

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ATK_HP_ANNOUNCEMENTS_PK

ANNOUNCEMENT_ID

Columns

Name Datatype Length Precision Not-null Comments
ANNOUNCEMENT_ID NUMBER 18 Yes ID of the announcement.
CATEGORY_CODE VARCHAR2 20 Yes indicates the category to which the announcement belongs.
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.
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.
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.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
SUBJECT VARCHAR2 400 Yes Subject of the announcement.
START_DATE TIMESTAMP Yes indicates the date from when the announcement is active.
EXPIRE_DATE TIMESTAMP indicates the expiry date of the announcement.
DESCRIPTION CLOB Description of the announcement.
EXPIRY_DAYS_FLAG VARCHAR2 1 Flag to determine to show expiry days or expire date.
IMAGE_URL VARCHAR2 1024 IMAGE_URL
IMAGE_FILE BLOB IMAGE_FILE
VIDEO_URL VARCHAR2 1024 VIDEO_URL
CATEGORY_NAME VARCHAR2 1024 CATEGORY_NAME
MESSAGE_TYPE VARCHAR2 64 MESSAGE_TYPE
IMAGE_NAME VARCHAR2 1024 IMAGE_NAME
CROPPED_IMAGE_FILE BLOB CROPPED_IMAGE_FILE
IS_VISIBLE VARCHAR2 1024 Visibility of the Announcements. Allows three options, 'Y' when visible, 'N' when hidden and an EL expression for dynamic determine the value

Indexes

Index Uniqueness Tablespace Columns
ATK_HP_ANNOUNCEMENTS_N1 Non Unique Default CATEGORY_CODE
ATK_HP_ANNOUNCEMENTS_N2 Non Unique Default EXPIRE_DATE
ATK_HP_ANNOUNCEMENTS_N4 Non Unique Default START_DATE, EXPIRE_DATE
ATK_HP_ANNOUNCEMENTS_U1 Unique Default ANNOUNCEMENT_ID