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


VIEW: APPS.OKE_K_VERS_NUMBERS_V

Object Details
Object Name: OKE_K_VERS_NUMBERS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_K_VERS_NUMBERS_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
ROW_ID ROWID (10)
Database generated row identifier
CHR_ID NUMBER
Yes Contract document unique identifier
OBJECT_VERSION_NUMBER NUMBER (9) Yes Internal object version number
MAJOR_VERSION NUMBER

Major version number of contract document
MINOR_VERSION NUMBER
Yes Minor version number of contract document (not currently used)
CREATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15)
Standard Who column
SECURITY_GROUP_ID NUMBER

Used in hosted environments
Query Text

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


SELECT ROW_ID
,      CHR_ID
,      OBJECT_VERSION_NUMBER
,      MAJOR_VERSION
,      MINOR_VERSION
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      SECURITY_GROUP_ID
FROM APPS.OKE_K_VERS_NUMBERS_V;

Dependencies

[top of page]

APPS.OKE_K_VERS_NUMBERS_V references the following:

SchemaAPPS
SynonymOKC_K_VERS_NUMBERS
APPS.OKE_K_VERS_NUMBERS_V is referenced by following:

SchemaAPPS
Package BodyOKE_DTS_INTEGRATION_PKG - show dependent code
ViewOKE_K_ALL_TERMS_V
ViewOKE_K_DELIVERABLES_VL
ViewOKE_K_FUNDING_SOURCES_V
ViewOKE_K_FUND_ALLOCATIONS_V
ViewOKE_K_FUND_VERS_SUMMARY_V
ViewOKE_K_HEADERS_FULL_V
ViewOKE_K_LINES_FULL_V
ViewOKE_K_STANDARD_NOTES_VL
ViewOKE_K_TERMS_V
Package BodyPO_DOCUMENT_CHECKS_PVT - show dependent code
Package BodyPO_VAL_LINES - show dependent code