[Home] [Help]
[Dependency Information]
Object Name: | OKC_LAUNCH_HISTORY_GRID_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
TYPE | VARCHAR2 | (7) | Indicates the type of history : whether Change Control or Versioning. | |
CONTRACT_ID | NUMBER | Contract primary key. | ||
CONTRACT_NUMBER | VARCHAR2 | (120) | Contract (RFP,Proposal etc.) Legal Identifier. | |
CONTRACT_NUMBER_MODIFIER | VARCHAR2 | (120) | A unique internal name for the contract number. | |
DESCRIPTION | VARCHAR2 | (600) | User entered free format text description. | |
MAJOR_VERSION | VARCHAR2 | (50) | The version of the contract for this history record. | |
CREATED_BY | NUMBER | (15) | Standard Who column. | |
USER_NAME | VARCHAR2 | (100) | Name of the User from FND_USERS who created/updated the record. | |
CREATION_DATE | DATE | Standard Who column. | ||
CHANGE_REQUEST_ID | NUMBER | Identifier of the Change Request ( NULL in other cases). | ||
NAME | VARCHAR2 | (150) | Name for the Change Request ( NULL in other cases). |
Cut, paste (and edit) the following text to query this object:
SELECT TYPE
, CONTRACT_ID
, CONTRACT_NUMBER
, CONTRACT_NUMBER_MODIFIER
, DESCRIPTION
, MAJOR_VERSION
, CREATED_BY
, USER_NAME
, CREATION_DATE
, CHANGE_REQUEST_ID
, NAME
FROM APPS.OKC_LAUNCH_HISTORY_GRID_V;
APPS.OKC_LAUNCH_HISTORY_GRID_V is not referenced by any database object
|
|
|