FND_DIAG_INPUTSET_NAME_VALUE

Stores inputset name - value pairs for reusing the inputset in a later run of the same diagnostics.

Details

  • Schema: DIAGNOSTICS

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_DIAG_INPUTSET2_PK

ENTERPRISE_ID, INPUTSET_ID, INPUT_PARAM_NAME

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
INPUTSET_ID VARCHAR2 32 Yes
INPUT_PARAM_NAME VARCHAR2 70 Yes
INPUT_PARAM_VALUE VARCHAR2 240 Value can be of many types. This column simply stores the character reprentation of the input value.
LAST_UPDATE_DATE TIMESTAMP Yes
LAST_UPDATED_BY VARCHAR2 64 Yes
CREATION_DATE TIMESTAMP Yes
CREATED_BY VARCHAR2 64 Yes
LAST_UPDATE_LOGIN VARCHAR2 32
SEED_DATA_SOURCE VARCHAR2 512 Seed data file from which the row originates.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
FND_DIAG_INPUTSET_NAME_VALUE fnd_diag_inputset ENTERPRISE_ID, INPUTSET_ID

Indexes

Index Uniqueness Tablespace Columns
FND_DIAG_INPUTSET_NV_U1 Unique Default ENTERPRISE_ID, INPUTSET_ID, INPUT_PARAM_NAME, ORA_SEED_SET1
FND_DIAG_INPUTSET_NV_U11 Unique Default ENTERPRISE_ID, INPUTSET_ID, INPUT_PARAM_NAME, ORA_SEED_SET2