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


VIEW: APPS.OKC_SAE_INCMPT_V

Object Details
Object Name: OKC_SAE_INCMPT_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_SAE_INCMPT_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
FOR_NAME VARCHAR2 (450) Yes Incompatible standard article name
ROW_ID ROWID (10)
The address of the row in the database
SAE_ID NUMBER
Yes Foreign key to OKC_STD_ARTICLES_B.
SAE_ID_FOR NUMBER
Yes Surrogate key used for primary unique identifiers.
OBJECT_VERSION_NUMBER NUMBER
Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
CREATED_BY NUMBER
Yes Standard Who column.
CREATION_DATE DATE
Yes Standard Who column.
LAST_UPDATED_BY NUMBER
Yes Standard Who column.
LAST_UPDATE_DATE DATE
Yes Standard Who column.
LAST_UPDATE_LOGIN NUMBER

Standard Who column.
Query Text

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


SELECT FOR_NAME
,      ROW_ID
,      SAE_ID
,      SAE_ID_FOR
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_SAE_INCMPT_V;

Dependencies

[top of page]

APPS.OKC_SAE_INCMPT_V references the following:

SchemaAPPS
SynonymOKC_ARTICLES_ALL
SynonymOKC_ARTICLE_RELATNS

APPS.OKC_SAE_INCMPT_V is not referenced by any database object