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


VIEW: APPS.OKC_K_ATE_V

Object Details
Object Name: OKC_K_ATE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_K_ATE_V
Subobject Name:
Status: VALID

View Type

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.

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.OKC_K_ATE_V references the following:

SchemaAPPS
ViewOKC_ARTICLES_V
SynonymOKC_ARTICLE_VERSIONS
SynonymOKC_K_ARTICLES_B
ViewOKC_K_HEADERS_V
PL/SQL PackageOKC_UTIL - show dependent code

APPS.OKC_K_ATE_V is not referenced by any database object