[Home] [Help]
[Dependency Information]
| Object Name: | OKE_TERMS_B |
|---|---|
| Object Type: | TABLE |
| Owner: | OKE |
| FND Design Data: | OKE.OKE_TERMS_B
|
| Subobject Name: | |
| Status: | VALID |
OKE_TERMS_B stores information about contract terms and conditions. Data in this table is seeded as part of the installation and cannot be user-defined.
| Tablespace: | APPS_TS_SEED |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| OKE_TERMS_U1 | NORMAL | UNIQUE |
APPS_TS_SEED
|
TERM_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TERM_CODE | VARCHAR2 | (30) | Yes | Internal identifier for terms |
| CREATION_DATE | DATE | Yes | Standard Who column | |
| CREATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who column | |
| LAST_UPDATED_BY | NUMBER | Yes | Standard Who column | |
| LAST_UPDATE_LOGIN | NUMBER | Standard Who column | ||
| TERM_TYPE_CODE | VARCHAR2 | (30) | Internal identifier for terms and conditions type | |
| USER_DEFINED_FLAG | VARCHAR2 | (1) | Flag indicating whether the term is user-defined | |
| VIEW_APPLICATION_ID | NUMBER | Application identifier of lookup representing the list of valid term values | ||
| LOOKUP_TYPE | VARCHAR2 | (30) | Lookup type representing the list of valid term values |
Cut, paste (and edit) the following text to query this object:
SELECT TERM_CODE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, LAST_UPDATE_LOGIN
, TERM_TYPE_CODE
, USER_DEFINED_FLAG
, VIEW_APPLICATION_ID
, LOOKUP_TYPE
FROM OKE.OKE_TERMS_B;
OKE.OKE_TERMS_B does not reference any database object
OKE.OKE_TERMS_B is referenced by following:
APPS
OKE_TERMS_B
|
|
|
|