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


VIEW: APPS.OKS_REV_DISTRIBUTIONS_V

Object Details
Object Name: OKS_REV_DISTRIBUTIONS_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKS.OKS_REV_DISTRIBUTIONS_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 Identifier
CHR_ID NUMBER

Unique Identifier for Contract Header
CLE_ID NUMBER

Unique Identifier for Contract Line.
ACCOUNT_CLASS VARCHAR2 (20)
Account Class
CODE_COMBINATION_ID NUMBER

Code Combination Identifier
PERCENT NUMBER

Percent
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
,      CHR_ID
,      CLE_ID
,      ACCOUNT_CLASS
,      CODE_COMBINATION_ID
,      PERCENT
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKS_REV_DISTRIBUTIONS_V;

Dependencies

[top of page]

APPS.OKS_REV_DISTRIBUTIONS_V references the following:

SchemaAPPS
SynonymOKS_REV_DISTRIBUTIONS
APPS.OKS_REV_DISTRIBUTIONS_V is referenced by following:

SchemaAPPS
Package BodyOKS_MASSCHANGE_PVT - show dependent code