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


TABLE: OKE.OKE_CHG_REQUESTS

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


OKE_CHG_REQUESTS stores information about change requests for project contracts.
A change request is a request to make one or more changes to a contract document. These changes may be initiated by either the customer or the contractor, unilaterally or bilaterally.
Change requests are tracked through statuses. Each status can be associated with a workflow process, which will be started whenever a change request is updated to that status.
A new contract version is created when the change request status is changed from one of type Approved to one of type In Progress, and from one of type In Progress to one of type Completed.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
OKE_CHG_REQUESTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHG_REQUEST_ID
OKE_CHG_REQUESTS_U2 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHG_REQUEST_NUM
ColumnK_HEADER_ID
OKE_CHG_REQUESTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnK_HEADER_ID
OKE_CHG_REQUESTS_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHG_REASON_CODE
OKE_CHG_REQUESTS_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHG_STATUS_CODE
OKE_CHG_REQUESTS_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnCHG_TYPE_CODE
Columns
Name Datatype Length Mandatory Comments
CHG_REQUEST_ID NUMBER
Yes Contract change request unique identifier
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
K_HEADER_ID NUMBER
Yes Contract document unique identifier
CHG_REQUEST_NUM VARCHAR2 (30) Yes Contract change request number
CHG_TYPE_CODE VARCHAR2 (30) Yes Contract change request type code
CHG_STATUS_CODE VARCHAR2 (30) Yes Contract change request status code
CHG_REASON_CODE VARCHAR2 (30) Yes Contract change request reason code
IMPACT_FUNDING_FLAG VARCHAR2 (1) Yes Flag indicator whether change request impacts funding information
EFFECTIVE_DATE DATE
Yes Date contract change request becomes effective
REQUESTED_BY_PERSON_ID NUMBER
Yes Identifier of person who owns this change request
REQUESTED_DATE DATE
Yes Date when this change request is requested
RECEIVE_DATE DATE
Yes Date when this change request is received
APPROVE_DATE DATE

Date when this change request is approved
IMPLEMENT_DATE DATE

Date when this change request is implemented
PREV_VERSION NUMBER

Version of contract prior to implementation of this change request
NEW_VERSION NUMBER

Version of contract after implementation of this change request
DESCRIPTION VARCHAR2 (240)
Description of change request
CHG_TEXT VARCHAR2 (4000)
Contract change request text
LAST_CHG_LOG_ID NUMBER

Unique identifier of the most recent status change history record for the current change request
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
Query Text

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


SELECT CHG_REQUEST_ID
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      K_HEADER_ID
,      CHG_REQUEST_NUM
,      CHG_TYPE_CODE
,      CHG_STATUS_CODE
,      CHG_REASON_CODE
,      IMPACT_FUNDING_FLAG
,      EFFECTIVE_DATE
,      REQUESTED_BY_PERSON_ID
,      REQUESTED_DATE
,      RECEIVE_DATE
,      APPROVE_DATE
,      IMPLEMENT_DATE
,      PREV_VERSION
,      NEW_VERSION
,      DESCRIPTION
,      CHG_TEXT
,      LAST_CHG_LOG_ID
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM OKE.OKE_CHG_REQUESTS;

Dependencies

[top of page]

OKE.OKE_CHG_REQUESTS does not reference any database object

OKE.OKE_CHG_REQUESTS is referenced by following:

SchemaOKE
ViewOKE_CHG_REQUESTS#