[Home] [Help]
[Dependency Information]
| Object Name: | OKC_STD_ART_VERSIONS_TL |
|---|---|
| Object Type: | TABLE |
| Owner: | OKC |
| FND Design Data: | OKC.OKC_STD_ART_VERSIONS_TL
|
| Subobject Name: | |
| Status: | VALID |
Translatable columns from OKC_STD_ART_VERSIONS_B, as per MLS standards. See OKC_STD_ART_VERSIONS_B for a description of the table.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKC_STD_ART_VERSIONS_TL_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
SAE_ID
SAV_RELEASE
LANGUAGE
|
| SYS_IL0000085485C00013$$ | LOB | UNIQUE |
APPS_TS_TX_DATA
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SAE_ID | NUMBER | Yes | Id of the standard article | |
| SAV_RELEASE | VARCHAR2 | (150) | Yes | Version of the article. |
| LANGUAGE | VARCHAR2 | (12) | Yes | Standard MLS column. |
| SOURCE_LANG | VARCHAR2 | (12) | Yes | Standard MLS column. |
| SFWT_FLAG | VARCHAR2 | (3) | Yes | Indicates a value was changed in another language. Not fully implemented in 11i |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed. |
| CREATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| CREATION_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who column. |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column. | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Standard Who column. | |
| SHORT_DESCRIPTION | VARCHAR2 | (600) | User entered free format abbreviated text description. | |
| TEXT | CLOB | (4000) | The article text as written in the contract element. | |
| SECURITY_GROUP_ID | NUMBER | Used in hosted environments |
Cut, paste (and edit) the following text to query this object:
SELECT SAE_ID
, SAV_RELEASE
, LANGUAGE
, SOURCE_LANG
, SFWT_FLAG
, OBJECT_VERSION_NUMBER
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
, SHORT_DESCRIPTION
, TEXT
, SECURITY_GROUP_ID
FROM OKC.OKC_STD_ART_VERSIONS_TL;
OKC.OKC_STD_ART_VERSIONS_TL does not reference any database object
OKC.OKC_STD_ART_VERSIONS_TL is referenced by following:
APPS
OKC_STD_ART_VERSIONS_TL
|
|
|
|