FND_DIAG_TAG_VALUE_TEST_ASSOC

This table stores assignments of diagnostics tests to various tag value id's (TAG_VALUE_ID's represent "nodes" in the "taxonomy structure")

Details

  • Schema: DIAGNOSTICS

  • Object owner: FND

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

FND_DIAG_TAG_VAL_TEST_ASSOC_PK

ENTERPRISE_ID, TAG_VALUE_ID, TEST_ID

Columns

Name Datatype Length Precision Not-null Comments
ENTERPRISE_ID NUMBER 18 Yes ENTERPRISE_ID
TAG_VALUE_ID VARCHAR2 32 Yes An ID equivalent to Taxonomy Module ID, used to define nodes in the Taxonomy Structure.
TEST_ID VARCHAR2 32 Yes Diagnostic Test ID.
TAG_TYPE VARCHAR2 1 Yes Defines whether a Tag Value is extracted from Taxonomy (T), or defined within Diagnostcis framework (D).
ACTIVE VARCHAR2 1 Flag to turn the Object On or Off - Allowed values are - "Y" for Active and "N" for Inactive.
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_TAG_VALUE_TEST_ASSOC fnd_diag_test ENTERPRISE_ID, TEST_ID

Indexes

Index Uniqueness Tablespace Columns
FND_DIAG_TAG_VALUE_TEST_A_U1 Unique Default ENTERPRISE_ID, TAG_VALUE_ID, TEST_ID, ORA_SEED_SET1
FND_DIAG_TAG_VALUE_TEST_A_U11 Unique Default ENTERPRISE_ID, TAG_VALUE_ID, TEST_ID, ORA_SEED_SET2