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


TABLE: OKE.OKE_CHG_STATUSES_B

Object Details
Object Name: OKE_CHG_STATUSES_B
Object Type: TABLE
Owner: OKE
FND Design Data: TableOKE.OKE_CHG_STATUSES_B
Subobject Name:
Status: VALID


OKE_CHANGE_STATUS_B stores user defined value that defines a change's status.
Each user-defined change status must be in one of the following CHANGE STATUS TYPES, which are seeded values in FND_LOOKUPS. The change status types are:
'Approved',
'Cancelled',
'Completed',
'Entered',
'In Progress',
'Rejected',
'Submitted',
'Undo',
For each change status type, users may define as many change statuses as needed.


Storage Details
Tablespace: TablespaceAPPS_TS_SEED
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_CHG_STATUSES_U1 NORMAL UNIQUE TablespaceAPPS_TS_SEED ColumnCHG_STATUS_CODE
Columns
Name Datatype Length Mandatory Comments
CHG_STATUS_CODE VARCHAR2 (30) Yes Contract change request status code
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
CHG_STATUS_TYPE_CODE VARCHAR2 (30) Yes Internal code for contract change request status type
WF_ITEM_TYPE VARCHAR2 (8)
Contract change request status change workflow item type
WF_PROCESS VARCHAR2 (30)
Contract change request status change workflow process
START_DATE_ACTIVE DATE
Yes Date this change request status becomes active
END_DATE_ACTIVE DATE

Date this change request status becomes inactive
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield attribute context
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield attribute
DEFAULT_STATUS VARCHAR2 (1)
Flag indicating whether the change status is a default change status for the status type
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CHG_STATUS_CODE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      CHG_STATUS_TYPE_CODE
,      WF_ITEM_TYPE
,      WF_PROCESS
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      DEFAULT_STATUS
FROM OKE.OKE_CHG_STATUSES_B;

Dependencies

[top of page]

OKE.OKE_CHG_STATUSES_B does not reference any database object

OKE.OKE_CHG_STATUSES_B is referenced by following:

SchemaAPPS
SynonymOKE_CHG_STATUSES_B