FUN_IN_ERROR_ACTIONS

This table stores recommended user actions associated with different exceptions from ERP inbound integration.

Details

  • Schema: FUSION

  • Object owner: FUN

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FUN_IN_ERROR_ACTIONS_PK

ERROR_CODE, ACTION_LOOKUP_CODE, ACTION_LOOKUP_TYPE, ACTION_APPLICATION_ID

Columns

Name Datatype Length Precision Not-null Comments
ERROR_CODE VARCHAR2 30 Yes Error message code from ERP inbound integration.
ACTION_LOOKUP_CODE VARCHAR2 30 Yes Lookup code of the recommended action to be performed to correct the exception.
ACTION_LOOKUP_TYPE VARCHAR2 30 Yes Lookup type of the recommended action to be performed to correct the exception.
ACTION_APPLICATION_ID NUMBER 18 Yes The application associated with the recommended action lookup code.
DISPLAY_ORDER NUMBER 5 Yes The display order of the recommended action for each error code.
APPLICATION_ID NUMBER 18 Yes Unique identifier of the application owning the particular error and action mapping.
SEED_DATA_SOURCE VARCHAR2 512 Source of seed data record. A value of 'BULK_SEED_DATA_SCRIPT' indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file.
ENABLED_FLAG VARCHAR2 1 Yes Indicates whether the recommended action is currently enabled.
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.
ORA_SEED_SET1 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET1. Context values are Y or N.
ORA_SEED_SET2 VARCHAR2 1 Yes Oracle internal use only. Indicates the edition-based redefinition (EBR) context of the row for SET2. Context values are Y or N.

Indexes

Index Uniqueness Tablespace Columns
FUN_ERROR_ACTIONS_U1 Unique Default ERROR_CODE, ACTION_LOOKUP_CODE, ACTION_LOOKUP_TYPE, ACTION_APPLICATION_ID, ORA_SEED_SET1
FUN_ERROR_ACTIONS_U11 Unique Default ERROR_CODE, ACTION_LOOKUP_CODE, ACTION_LOOKUP_TYPE, ACTION_APPLICATION_ID, ORA_SEED_SET2
FUN_ERROR_ACTIONS_U2 Unique Default ERROR_CODE, DISPLAY_ORDER, ENABLED_FLAG, ORA_SEED_SET1
FUN_ERROR_ACTIONS_U21 Unique Default ERROR_CODE, DISPLAY_ORDER, ENABLED_FLAG, ORA_SEED_SET2