Notification Upload Staging Characteristics

If desired, you may insert rows into the upload staging characteristics collection. The characteristics collection enables you to define all the core information associated with the upload staging record. Characteristic types will need to be defined for every piece of data you wish to capture. This option may be used in favor of the extension record option, defined below, because you do not need to define new database tables or new user interfaces for each new notification upload type.

The name of this table is CI_​NT_​UP_​CHAR. The following table describes each column on this table.

Column Name

Length

Req'd

Data Type

Comments

NT_​UP_​ID

12

Y

A/N

This is the unique key of the NUS record to which this collection is linked.

CHAR_​TYPE_​CD

8

Y

A

This field describes the data that is stored in the characteristic value field. Refer to characteristic type for more information.

SEQ_​NUM

3

Y

N

This value is used to differentiate multiple characteristics of the same type. Values are typically incremented by 10.

CHAR_​VAL

16

N

A

Populate this field if your characteristic type is predefined.

ADHOC_​CHAR_​VAL

254

N

A

Populate this field if your characteristic type is ad-hoc or file location.

CHAR_​VAL_​FK1 - CHAR_​VAL_​FK5

50 each

N

A

Populate these fields if your characteristic type is foreign key reference. Up to five columns of 50 bytes each are provided to accommodate compound keys.