AP_STATEMENT_IMPORT_ERRORS
This table contains information about the statement import errors.
Details
-
Schema: FUSION
-
Object owner: AP
-
Object type: TABLE
-
Tablespace: ap_statement_import_errors
Primary Key
Name | Columns |
---|---|
ap_statement_import_errors_PK |
STATEMENT_IMPORT_ERROR_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
STATEMENT_IMPORT_ERROR_ID | NUMBER | 18 | Yes | Statement import error identifier. | |
STATEMENT_HEADER_ID | NUMBER | 18 | Identifier of the statement header. | ||
STATEMENT_LINE_ID | NUMBER | 18 | Identifier of the statement line. | ||
ERROR_TYPE_CODE | VARCHAR2 | 30 | Indicates whether it is a warning or an error. Values based on the lookup ORA_AP_STATEMENT_ERROR_TYPE. | ||
ERROR_MESSAGE | VARCHAR2 | 2000 | Descriptive translated text of the error that ocurred. | ||
ERROR_MESSAGE_CODE | VARCHAR2 | 30 | Reason code for the import error. Values based on the lookup type ORA_AP_STATEMENT_ERROR_CODE | ||
LOAD_REQUEST_ID | NUMBER | 18 | Enterprise Service Scheduler: request identifier of the interface load job that created the row. | ||
CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created 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 |
---|---|---|
AP_STATEMENT_IMPORT_ERRORS | ap_statement_headers | STATEMENT_HEADER_ID |
AP_STATEMENT_IMPORT_ERRORS | ap_statement_lines | STATEMENT_LINE_ID |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
ap_statement_import_errors_N1 | Non Unique | default | LOAD_REQUEST_ID |
ap_statement_import_errors_U1 | Unique | ap_statement_import_errors_U1 | STATEMENT_IMPORT_ERROR_ID |