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


VIEW: APPS.OKC_REPORT_XML_V

Object Details
Object Name: OKC_REPORT_XML_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_REPORT_XML_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
CHR_ID NUMBER
Yes Foreign key to okc_k_headers_v
MAJOR_VERSION NUMBER (4) Yes Contract major version
SQL_ID NUMBER
Yes Foreign key to okc_report_sql_v
MINOR_VERSION NUMBER (4) Yes Contract minor version
XML_TEXT CLOB (4000)
XML presentation of the contract
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 CHR_ID
,      MAJOR_VERSION
,      SQL_ID
,      MINOR_VERSION
,      XML_TEXT
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_REPORT_XML_V;

Dependencies

[top of page]

APPS.OKC_REPORT_XML_V references the following:

SchemaAPPS
SynonymOKC_REPORT_XML
APPS.OKC_REPORT_XML_V is referenced by following:

SchemaAPPS
Package BodyOKC_REPORT_PVT - show dependent code