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


TABLE: OKS.OKS_COV_TYPES_TL

Object Details
Object Name: OKS_COV_TYPES_TL
Object Type: TABLE
Owner: OKS
FND Design Data: TableOKS.OKS_COV_TYPES_TL
Subobject Name:
Status: VALID


OKS_COV_TYPES_B is populated by Coverage Types setup form. OKS_COV_TYPES_TL is the translation table for OKS_COV_TYPES_B per MLS standards. The MEANING and DESCRIPTION of Coverage types is stored here along with the LANGUAGE.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Columns
Name Datatype Length Mandatory Comments
CODE VARCHAR2 (30) Yes Unique Identifier code for records in OKS_COV_TYPES_B
LANGUAGE VARCHAR2 (30) Yes Language Primary Key. Standard MLS column.
MEANING VARCHAR2 (80) Yes User defined meaning of the Coverage type
DESCRIPTION VARCHAR2 (240)
Description of the Coverage type
CREATED_BY NUMBER (15) Yes ID of the user who created the record
CREATION_DATE DATE
Yes Date the record was created
LAST_UPDATED_BY NUMBER (15) Yes ID of the last user who updated the record
LAST_UPDATE_LOGIN NUMBER (15)
OS ID of the user who last updated the record
LAST_UPDATE_DATE DATE
Yes Date the record was last updated
SOURCE_LANG VARCHAR2 (4) Yes Standard MLS column
SFWT_FLAG VARCHAR2 (3) Yes Not used.
Query Text

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


SELECT CODE
,      LANGUAGE
,      MEANING
,      DESCRIPTION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      LAST_UPDATE_DATE
,      SOURCE_LANG
,      SFWT_FLAG
FROM OKS.OKS_COV_TYPES_TL;

Dependencies

[top of page]

OKS.OKS_COV_TYPES_TL does not reference any database object

OKS.OKS_COV_TYPES_TL is referenced by following:

SchemaOKS
ViewOKS_COV_TYPES_TL#