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


TABLE: OKS.OKS_SUBSCR_HEADER_TL

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


This table is an extension of OKS_SUBSCR_HEADER_B. For each row in OKS_SUBSCR_HEADER_B there will be multiple rows in this table, one per language.
The translatable attributes stored in this table are Name, Description and Comments.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKS_SUBSCR_HEADER_TL_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnID
ColumnLANGUAGE
Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary identifier in combination with LANGUAGE. Also Foreign Key to OKS_SUBSCR_HEADER_B.ID
NAME VARCHAR2 (240) Yes Name of the Subscription Template or Instance
DESCRIPTION VARCHAR2 (1995)
Description of the Subscription Template or Instance
LANGUAGE VARCHAR2 (12) Yes Language Primary Key. Standard MLS column.
SOURCE_LANG VARCHAR2 (12) Yes Language in which the information was originally entered
SFWT_FLAG VARCHAR2 (3) Yes 'Some Field Was Touched'. Indicates a value was changed in another language. Not fully implemented in 11i.
COMMENTS VARCHAR2 (1995)
Comments on the Subscription Template or Instance
CREATED_BY NUMBER (15) Yes ID of the user whom 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_DATE DATE
Yes Date the record was last updated.
LAST_UPDATE_LOGIN NUMBER (15)
OS ID of the user who last updated the record.
SECURITY_GROUP_ID NUMBER

Used to create a Virtual Private Database which was originally designed to be used by Hosting services. Now obsolete.
Query Text

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


SELECT ID
,      NAME
,      DESCRIPTION
,      LANGUAGE
,      SOURCE_LANG
,      SFWT_FLAG
,      COMMENTS
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM OKS.OKS_SUBSCR_HEADER_TL;

Dependencies

[top of page]

OKS.OKS_SUBSCR_HEADER_TL does not reference any database object

OKS.OKS_SUBSCR_HEADER_TL is referenced by following:

SchemaOKS
ViewOKS_SUBSCR_HEADER_TL#