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


VIEW: APPS.OKS_REPORT_TEMPLATES_V

Object Details
Object Name: OKS_REPORT_TEMPLATES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_REPORT_TEMPLATES_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)
Row Identifier.
ID NUMBER
Yes Primary key.
REPORT_ID NUMBER

Report identifier.
TEMPLATE_SET_ID NUMBER
Yes Foreign key to id in oks_template_set
TEMPLATE_SET_TYPE VARCHAR2 (90)
Type of the template set.
START_DATE DATE

The day the report template becomes active.
END_DATE DATE

The day the report template expires.
REPORT_DURATION NUMBER

Duration of the report.
REPORT_PERIOD VARCHAR2 (3)
Unit of measure for period of time.
STS_CODE VARCHAR2 (30)
CREATED_BY NUMBER (15) Yes ID of the user whom created the record.
CREATION_DATE DATE
Yes Date the record was created.
LAST_UPDATED_BY NUMBER (15) Yes ID of the last user who updated the record.
LAST_UPDATE_DATE DATE
Yes Date the record was last updated.
LAST_UPDATE_LOGIN NUMBER (15)
OS ID of the user who last updated the record.
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.
PROCESS_CODE VARCHAR2 (30)
APPLIES_TO VARCHAR2 (30)
ATTACHMENT_NAME VARCHAR2 (150)
MESSAGE_TEMPLATE_ID NUMBER

Query Text

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


SELECT ROW_ID
,      ID
,      REPORT_ID
,      TEMPLATE_SET_ID
,      TEMPLATE_SET_TYPE
,      START_DATE
,      END_DATE
,      REPORT_DURATION
,      REPORT_PERIOD
,      STS_CODE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      OBJECT_VERSION_NUMBER
,      PROCESS_CODE
,      APPLIES_TO
,      ATTACHMENT_NAME
,      MESSAGE_TEMPLATE_ID
FROM APPS.OKS_REPORT_TEMPLATES_V;

Dependencies

[top of page]

APPS.OKS_REPORT_TEMPLATES_V references the following:

SchemaAPPS
SynonymOKS_REPORT_TEMPLATES
APPS.OKS_REPORT_TEMPLATES_V is referenced by following:

SchemaAPPS
Package BodyOKS_AUTO_REMINDER - show dependent code
PL/SQL PackageOKS_REPORT_TEMPLATES_PVT - show dependent code
Package BodyOKS_REPORT_TEMPLATES_PVT - show dependent code
Package BodyOKS_TEMPLATE_SET_PUB - show dependent code