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


VIEW: APPS.OKE_STD_NOTES_V

Object Details
Object Name: OKE_STD_NOTES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_STD_NOTES_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
STD_NOTE_CODE VARCHAR2 (30) Yes Internal code for uniquely identifying standard note
STD_NOTE_NAME VARCHAR2 (80) Yes Displayed name for standard note
DESCRIPTION VARCHAR2 (240)
Description of standard notes
START_DATE_ACTIVE DATE

Date this standard notes becomes active
END_DATE_ACTIVE DATE

Date this standard notes becomes inactive
ENABLED_FLAG VARCHAR2 (1) Yes Flag indicating whether this standard notes type is enabled
Query Text

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


SELECT STD_NOTE_CODE
,      STD_NOTE_NAME
,      DESCRIPTION
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ENABLED_FLAG
FROM APPS.OKE_STD_NOTES_V;

Dependencies

[top of page]

APPS.OKE_STD_NOTES_V references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
APPS.OKE_STD_NOTES_V is referenced by following:

SchemaAPPS
ViewOKE_FLDMX_STDNOTE_RTREE_V