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


VIEW: APPS.OKC_ROLE_SOURCES_V

Object Details
Object Name: OKC_ROLE_SOURCES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_ROLE_SOURCES_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)
Auto-generated by Headstart Utilities
RLE_CODE VARCHAR2 (30) Yes Foreign key to FND_LOOKUP_VALUES.
BUY_OR_SELL VARCHAR2 (3) Yes Denotes if role is Buy or Sell.
START_DATE DATE
Yes The beginning of the active period, one second after midnight on the date indicated.
END_DATE DATE

The end of the active period, one second before midnight on the date indicated.
JTOT_OBJECT_CODE VARCHAR2 (30) Yes Foreign key to JTF_OBJECTS_B. Represents view referenced by OBJECT_ID columns.
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.
ACCESS_LEVEL VARCHAR2 (1)
Query Text

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


SELECT ROW_ID
,      RLE_CODE
,      BUY_OR_SELL
,      START_DATE
,      END_DATE
,      JTOT_OBJECT_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ACCESS_LEVEL
FROM APPS.OKC_ROLE_SOURCES_V;

Dependencies

[top of page]

APPS.OKC_ROLE_SOURCES_V references the following:

SchemaAPPS
SynonymOKC_ROLE_SOURCES
APPS.OKC_ROLE_SOURCES_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKC_RSC_PVT - show dependent code