| Data
element |
Definition |
|
ERROR_CODE
(Logical
Primary Key)
Indexed - no
Format - varchar2 (4)
May be null? no
|
A reference
to an error that is preventing insertion of information
about a particular individual into Penn Community.
top
|
|
ERROR_DESCRIPTION
Indexed -
no
Format - varchar2 (300)
May be null? no
|
Description
of the error correlating to the Error_Code on the row.
top
|
|
HOW_TO_RESOLVE
Indexed -
no
Format - varchar2 (500)
May be null? yes
|
Information
on how to go about resolving the particular type of error on the
row.
top
|
|
RELEASABLE_FLAG
Indexed -
no
Format - number (7)
May be null? no
|
Whether the
row in the Persistent_Input table can be released to add to or
update Penn Community. (In many cases, the correct data will have
to changed in a source system and a new row will have to be created
in the Persistent_Input table).
top
|