OKC_VARIABLE_DOC_TYPES

This table stores the document types that are associated to system-defined variables. This is used to determine the source of the system variable values.

Details

  • Schema: FUSION

  • Object owner: OKC

  • Object type: TABLE

  • Tablespace: REFERENCE

Primary Key

Name Columns

OKC_VARIABLE_DOC_TYPES_PK

DOC_TYPE, VARIABLE_CODE

Columns

Name Datatype Length Precision Not-null Comments
VARIABLE_CODE VARCHAR2 30 Yes This is the Primary Key. Foreign Key to OKC_BUS_VARIABLES_B.
DOC_TYPE VARCHAR2 30 Yes This is the Primary Key. Foreign Key to OKC_BUS_DOC_TYPES_B.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
VIEW_OBJECT_NAME VARCHAR2 2000 Name of the View Object of which the variable is an attribute.
APPLICATION_ID NUMBER 18 Yes The Application Id. Foreign Key to FND_APPLICATION.
ATTRIBUTE_NAME VARCHAR2 50 The attribute name on the View Object that will be used to source the Variable Value.
ID_ATTRIBUTE_NAME VARCHAR2 50 Id Attribute Name
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
ATTRIBUTE_INDEX NUMBER Not being used currently. Kept for future reference.
MODULE_ID VARCHAR2 32 Seed Data Framework: indicates the module that owns the row. A module is an entry in Application Taxonomy such as a Logical Business Area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data.
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.
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
OKC_VARIABLE_DOC_TYPES okc_bus_doc_types_b DOC_TYPE
OKC_VARIABLE_DOC_TYPES okc_bus_variables_b VARIABLE_CODE

Indexes

Index Uniqueness Tablespace Columns
OKC_VARIABLE_DOC_TYPES_U1 Unique Default DOC_TYPE, VARIABLE_CODE, ORA_SEED_SET1
OKC_VARIABLE_DOC_TYPES_U11 Unique Default DOC_TYPE, VARIABLE_CODE, ORA_SEED_SET2
OKC_VARIABLE_DOC_TYPES_U2 Unique Default VARIABLE_CODE, DOC_TYPE, ORA_SEED_SET1
OKC_VARIABLE_DOC_TYPES_U21 Unique Default VARIABLE_CODE, DOC_TYPE, ORA_SEED_SET2