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


TABLE: OKE.OKE_TERMS_B

Object Details
Object Name: OKE_TERMS_B
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.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.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_TERMS_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnTERM_CODE
Columns
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
Query Text

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;

Dependencies

[top of page]

OKE.OKE_TERMS_B does not reference any database object

OKE.OKE_TERMS_B is referenced by following:

SchemaAPPS
SynonymOKE_TERMS_B