[Home] [Help]
[Dependency Information]
| Object Name: | OKS_SUBSCR_HEADER_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OKS |
| FND Design Data: | OKS.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKS_SUBSCR_HEADER_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
ID
LANGUAGE
|
| 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. |
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;
OKS.OKS_SUBSCR_HEADER_TL does not reference any database object
OKS.OKS_SUBSCR_HEADER_TL is referenced by following:
OKS
OKS_SUBSCR_HEADER_TL#
|
|
|
|