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


TABLE: OKC.OKC_XPRT_QUESTIONS_TL

Object Details
Object Name: OKC_XPRT_QUESTIONS_TL
Object Type: TABLE
Owner: OKC
FND Design Data: TableOKC.OKC_XPRT_QUESTIONS_TL
Subobject Name:
Status: VALID


Translation table for OKC_XPRT_QUESTIONS_B.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKC_XPRT_QUESTIONS_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_ID
ColumnLANGUAGE
OKC_XPRT_QUESTIONS_TL_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnQUESTION_NAME
ColumnQUESTION_TYPE
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
QUESTION_ID NUMBER
Yes Question Id.
QUESTION_NAME VARCHAR2 (150) Yes User question name / Constant name.
QUESTION_TYPE VARCHAR2 (1) Yes Indicates the question type. FK to FND lookup OKC_XPRT_QUESTION_TYPE. Q: Question, C: Constant.
LANGUAGE VARCHAR2 (4) Yes Language in which the question or constant is created
SOURCE_LANG VARCHAR2 (4) Yes The base language from which the values are translated
DESCRIPTION VARCHAR2 (2000)
Description of Question / Constant.
PROMPT VARCHAR2 (450)
Question prompt that will be displayed to user in runtime UI. This is not applicable to constants.
CREATED_BY NUMBER (15) Yes Keeps track of which user created each row.
CREATION_DATE DATE
Yes Stores the date on which each row was created.
LAST_UPDATED_BY NUMBER (15) Yes Keeps track of who last updated each row.
LAST_UPDATE_DATE DATE
Yes Stores the date on which each row was last updated.
LAST_UPDATE_LOGIN NUMBER (15)
Provides access to information about the operating system login of the user who last updated each row.
Query Text

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


SELECT QUESTION_ID
,      QUESTION_NAME
,      QUESTION_TYPE
,      LANGUAGE
,      SOURCE_LANG
,      DESCRIPTION
,      PROMPT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM OKC.OKC_XPRT_QUESTIONS_TL;

Dependencies

[top of page]

OKC.OKC_XPRT_QUESTIONS_TL does not reference any database object

OKC.OKC_XPRT_QUESTIONS_TL is referenced by following:

SchemaAPPS
SynonymOKC_XPRT_QUESTIONS_TL