FCM_ALERT_TYPES

This table stores the alert types created by the Administrator.

Details

Object type: TABLE

Primary Key

Name Columns

FCM_ALERT_TYPES_PK

ALERT_TYPE_ID

Columns

Name Data Type Length Precision Scale Null Allowed Comments

ALERT_TYPE_ID

NUMBER

 

18

0

No

Unique alert type ID, primary key.

ENABLED

VARCHAR2

1    

Yes

Whether the alert type is enabled. Possible values are: Y = Yes and N = No. Alerts can be created based on this alert type only if it is enabled.

ALERT_TYPE_NAME

VARCHAR2

240

   

No

Name of the alert type

ALERT_TYPE_DESCRIPTION

VARCHAR2

765

   

Yes

Description of the alert type

APP_ID

NUMBER

  1 0

No

The Application ID

OBJECT_VERSION_NUMBER

NUMBER

  9

0

No

Used to implement optimistic locking. This number is incremented every time 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

255

   

Yes

Who column. Stores the login/session ID of the user who last updated this row.

LAST_UPDATE_DATE

DATE

     

No

Who column. Stores the date when this row was last updated.

LAST_UPDATED_BY

VARCHAR2

255

   

No

Who column. Stores the ID of the user who last updated this row.

CREATION_DATE

DATE

     

No

Who column. Stores the date when this row was created in the database.

CREATED_BY

VARCHAR2

255    

No

Who column. Stores the ID of the user who created this row.

INSTRUCTIONS

CLOB

     

Yes

The instructions provided in the alert type definition.

ALERT_TYPE_CODE

VARCHAR2

255

   

Yes

Code that indicates the type of alert (all, Reconciliation, Compliance Transaction, or Transaction Matching)

OBJECT_TYPE

VARCHAR2

15  

0

Yes

Type of object associated with this alter type.

RESTRICTION

VARCHAR2

1

   

Yes

Indicates the restriction for this alert type (None, Prevent Workflow, or Prevent Close).

YEAR_SELECTION

VARCHAR2

1

   

Yes

The year selection for the alert type. Possible values are: H=Hidden, V=Visible, or R=Required

PERIOD_SELECTION

VARCHAR2

1    

Yes

The period selection for the alert type. Possible values are: H=Hidden,V=Visible, R=Required

REMOVE_ASSOCIATIONS

VARCHAR2

1

   

Yes

Whether this alert can be removed from an object. Possible values are Y/N.