[Home] [Help]
[Dependency Information]
Object Name: | OKC_K_ATE_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 |
---|---|---|---|---|
ID | NUMBER | Yes | Surrogate key used for primary unique identifiers | |
CONTRACT_NUMBER | VARCHAR2 | (120) | Yes | Contract (RFP,Proposal etc.) Legal Identifier. |
CONTRACT_NUMBER_MODIFIER | VARCHAR2 | (120) | A unique internal name for the contract number. | |
SHORT_DESCRIPTION | VARCHAR2 | (600) | User entered free format abbreviated text description. | |
SAV_SAE_ID | NUMBER | Surrogate key used for primary unique identifiers. | ||
SAV_SAV_RELEASE | VARCHAR2 | (50) | Version of the article. |
Cut, paste (and edit) the following text to query this object:
SELECT ID
, CONTRACT_NUMBER
, CONTRACT_NUMBER_MODIFIER
, SHORT_DESCRIPTION
, SAV_SAE_ID
, SAV_SAV_RELEASE
FROM APPS.OKC_K_ATE_V;
APPS.OKC_K_ATE_V is not referenced by any database object
|
|
|