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


VIEW: APPS.OKC_REPORT_SQL_V

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
ID NUMBER
Yes Primary key column.
NAME VARCHAR2 (150) Yes User friendly query name
SQL_TEXT CLOB (4000)
Query text
VIEW_NAME VARCHAR2 (30)
Not used for now
HELP_TEXT CLOB (4000)
Help text for XSL writer
CACHE_YN VARCHAR2 (3) Yes Flag "store or not" text produced with XSUtility
PROTECTED_YN VARCHAR2 (3) Yes Protected flag
START_DATE DATE
Yes Start date when the query effective
END_DATE DATE

End date when the query effective
OBJECT_VERSION_NUMBER NUMBER (9) Yes Sequential number set at 1 on insert and incremented on update. Used by APIs to ensure current record is passed.
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.
Query Text

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


SELECT ID
,      NAME
,      SQL_TEXT
,      VIEW_NAME
,      HELP_TEXT
,      CACHE_YN
,      PROTECTED_YN
,      START_DATE
,      END_DATE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_REPORT_SQL_V;

Dependencies

[top of page]

APPS.OKC_REPORT_SQL_V references the following:

SchemaAPPS
SynonymOKC_REPORT_SQL_B
SynonymOKC_REPORT_SQL_TL
APPS.OKC_REPORT_SQL_V is referenced by following:

SchemaAPPS
Package BodyOKC_PRM_PVT - show dependent code
Package BodyOKC_REPORT_PVT - show dependent code
ViewOKC_WEB_REPORT_PROF_V