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


VIEW: APPS.OKC_STD_ART_SET_MEMS_V

Object Details
Object Name: OKC_STD_ART_SET_MEMS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_STD_ART_SET_MEMS_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)
The address of the row in the database
SAE_ID NUMBER
Yes Foreign key to OKC_FOLDERS_ALL.
SAT_CODE VARCHAR2 (40)
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 ROW_ID
,      SAE_ID
,      SAT_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_STD_ART_SET_MEMS_V;

Dependencies

[top of page]

APPS.OKC_STD_ART_SET_MEMS_V references the following:

SchemaAPPS
SynonymOKC_FOLDER_CONTENTS
APPS.OKC_STD_ART_SET_MEMS_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKC_SAM_PVT - show dependent code
Package BodyOKC_SAM_PVT - show dependent code