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


VIEW: APPS.OKS_SUBSCR_PATTERNS_V

Object Details
Object Name: OKS_SUBSCR_PATTERNS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_SUBSCR_PATTERNS_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)
Rowid Of the Base Table
ID NUMBER
Yes Primary identifier.
OSH_ID NUMBER
Yes ID of the subscription header with which this subcription pattern is associated.
DNZ_CHR_ID NUMBER
Yes Unique Identifier for Contract Header, denomalized for efficiency.
DNZ_CLE_ID NUMBER

Contract Line ID. Denormalized for performance.
SEQ_NO NUMBER
Yes Sequence No. for the Subscription Pattern
YEAR VARCHAR2 (240)
Duration in year for Subscription Pattern
MONTH VARCHAR2 (240)
Duration in month for Subscription Pattern
WEEK VARCHAR2 (240)
Duration in week for Subscription Pattern
WEEK_DAY VARCHAR2 (240)
Day of the week the Subscription is for.
DAY VARCHAR2 (240)
Day for Subscription Pattern
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 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.
Query Text

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


SELECT ROW_ID
,      ID
,      OSH_ID
,      DNZ_CHR_ID
,      DNZ_CLE_ID
,      SEQ_NO
,      YEAR
,      MONTH
,      WEEK
,      WEEK_DAY
,      DAY
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKS_SUBSCR_PATTERNS_V;

Dependencies

[top of page]

APPS.OKS_SUBSCR_PATTERNS_V references the following:

SchemaAPPS
SynonymOKS_SUBSCR_PATTERNS
APPS.OKS_SUBSCR_PATTERNS_V is referenced by following:

SchemaAPPS
Package BodyOKS_SUBSCR_PTRNS_PVT - show dependent code
PL/SQL PackageOKS_SUBSCR_PTRNS_PVT - show dependent code