[Home] [Help]
[Dependency Information]
| Object Name: | OKL_FE_EO_TERMS_ALL_B |
|---|---|
| Object Type: | TABLE |
| Owner: | OKL |
| FND Design Data: | OKL.OKL_FE_EO_TERMS_ALL_B
|
| Subobject Name: | |
| Status: | VALID |
OKL_FE_EO_TERMS_ALL_B is a table holding the End-of-Term Values header information.Amounts, Percentages, residual amounts and residual percentages can be defined as value types. End-of-Term Values can either be associated with Items, Item Categories or Residual Category sets but not with a combination of these objects. For value type as residual amount or residual percentage, the End-of-Term Values will point to item residuals associated with the items, item categorires or residual category sets defined in Residual Category Sets.
END_OF_TERM_ID id the primary key. This table contains the data of all the organizations. So it also has an org_id column.This table can be joined with the OKL_FE_EO_TERM_VERS table to get the version information.
End-of-Term Values support multilingual support for name and description. MLS is implemented with a pair of tables: OKL_FE_EO_TERMS_ALL_B and OKL_FE_EO_TERMS_ALL_TL. OKL_FE_EO_TERMS_ALL_TL table holds translated Description and name for the End-of-Term Values.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKL_FE_EO_TERMS_ALL_B_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
END_OF_TERM_ID
|
| OKL_FE_EO_TERMS_ALL_B_U2 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
END_OF_TERM_NAME
ORG_ID
|
| OKL_FE_EO_TERMS_ALL_B_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
EFFECTIVE_FROM_DATE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| END_OF_TERM_ID | NUMBER | Yes | End of Term Option identifier | |
| END_OF_TERM_NAME | VARCHAR2 | (240) | Yes | End of Term Option Name |
| OBJECT_VERSION_NUMBER | NUMBER | (9) | Yes | Object version number tracks row updates |
| ORG_ID | NUMBER | Yes | Organization Identifier | |
| CURRENCY_CODE | VARCHAR2 | (15) | Currency code | |
| EOT_TYPE_CODE | VARCHAR2 | (30) | Yes | Identifies whether the End of Term Option is of type amount,percent, residual amount or percent.Lookup Type "OKL_RESIDUAL_TYPES" |
| PRODUCT_ID | NUMBER | Yes | Product Identifier. | |
| CATEGORY_TYPE_CODE | VARCHAR2 | (30) | Yes | Identifies whether the End of Term Option is for item/item category/ residual category setLookup Type "OKL_SOURCE_TYPES" |
| ORIG_END_OF_TERM_ID | NUMBER | End of Term Option Identifier from which this End of Term Option is duplicated | ||
| STS_CODE | VARCHAR2 | (30) | Yes | Status code of the latest version. For internal use only.Lookup Type "OKL_PRC_STATUS" |
| EFFECTIVE_FROM_DATE | DATE | Yes | Effective from date of the latest version. For internal use only | |
| EFFECTIVE_TO_DATE | DATE | Effective to date of the latest version. For internal use only | ||
| ATTRIBUTE_CATEGORY | VARCHAR2 | (90) | Descriptive flex field structure defining column | |
| ATTRIBUTE1 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE2 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE3 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE4 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE5 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE6 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE7 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE8 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE9 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE10 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE11 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE12 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE13 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE14 | VARCHAR2 | (450) | Descriptive flex field segment | |
| ATTRIBUTE15 | VARCHAR2 | (450) | Descriptive flex field segment | |
| 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 |
Cut, paste (and edit) the following text to query this object:
SELECT END_OF_TERM_ID
, END_OF_TERM_NAME
, OBJECT_VERSION_NUMBER
, ORG_ID
, CURRENCY_CODE
, EOT_TYPE_CODE
, PRODUCT_ID
, CATEGORY_TYPE_CODE
, ORIG_END_OF_TERM_ID
, STS_CODE
, EFFECTIVE_FROM_DATE
, EFFECTIVE_TO_DATE
, ATTRIBUTE_CATEGORY
, ATTRIBUTE1
, ATTRIBUTE2
, ATTRIBUTE3
, ATTRIBUTE4
, ATTRIBUTE5
, ATTRIBUTE6
, ATTRIBUTE7
, ATTRIBUTE8
, ATTRIBUTE9
, ATTRIBUTE10
, ATTRIBUTE11
, ATTRIBUTE12
, ATTRIBUTE13
, ATTRIBUTE14
, ATTRIBUTE15
, CREATED_BY
, CREATION_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATE_LOGIN
FROM OKL.OKL_FE_EO_TERMS_ALL_B;
OKL.OKL_FE_EO_TERMS_ALL_B does not reference any database object
OKL.OKL_FE_EO_TERMS_ALL_B is referenced by following:
APPS
OKL_FE_EO_TERMS_ALL_B
OKL_FE_EO_TERMS_B
|
|
|
|