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


VIEW: APPS.OKC_REPORT_XST_V

Object Details
Object Name: OKC_REPORT_XST_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_REPORT_XST_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.
XSL_ID NUMBER
Yes Foreign key to okc_report_xsl_v
SQL_ID NUMBER

Foreign key to okc_report_sql_v
XST_ID NUMBER

Foreign key to okc_report_xst_v
CACHE_YN VARCHAR2 (3) Yes Flag "store or not" report - text produced with parser
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
,      XSL_ID
,      SQL_ID
,      XST_ID
,      CACHE_YN
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_REPORT_XST_V;

Dependencies

[top of page]

APPS.OKC_REPORT_XST_V references the following:

SchemaAPPS
SynonymOKC_REPORT_XST
APPS.OKC_REPORT_XST_V is referenced by following:

SchemaAPPS
Package BodyOKC_REPORT_PVT - show dependent code
ViewOKC_WEB_REPORT_PROF_V