DBA Data[Home] [Help] [Dependency Information]


TABLE: HR.HR_KI_OPTION_TYPES

Object Details
Object Name: HR_KI_OPTION_TYPES
Object Type: TABLE
Owner: HR
Subobject Name:
Status: VALID


This table holds a list of the available option types that can be set for an integration, along with information to describe how the option type is displayed in a UI.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
HR_KI_OPTION_TYPES_PK NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnOPTION_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
OPTION_TYPE_ID NUMBER (15) Yes Option Type identifier
OPTION_TYPE_KEY VARCHAR2 (30) Yes Internal developer name for Option type
DISPLAY_TYPE VARCHAR2 (100) Yes Display type of Option ,for example textfield,lookup
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
OBJECT_VERSION_NUMBER NUMBER (9) Yes This column is used for locking purposes. A way to implement Optimistic Locking
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT OPTION_TYPE_ID
,      OPTION_TYPE_KEY
,      DISPLAY_TYPE
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CREATED_BY
,      CREATION_DATE
,      OBJECT_VERSION_NUMBER
FROM HR.HR_KI_OPTION_TYPES;

Dependencies

[top of page]

HR.HR_KI_OPTION_TYPES does not reference any database object

HR.HR_KI_OPTION_TYPES is referenced by following:

SchemaAPPS
SynonymHR_KI_OPTION_TYPES
TriggerHR_KI_OPTION_TYPES_WHO
SchemaPUBLIC
SynonymHR_KI_OPTION_TYPES