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


VIEW: APPS.OKE_PRIORITY_CODES_VL

Object Details
Object Name: OKE_PRIORITY_CODES_VL
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKE.OKE_PRIORITY_CODES_VL
Subobject Name:
Status: VALID

View Type

MultiLingual view (a language resolved view of the data.)


This view joins the translated, language specific values from OKE_PRIORITY_CODES_TL with the non-displayed data from OKE_PRIORITY_CODES_B to form complete priority rating entities. Oracle Project
Contracts uses this view to display information in languages
installed at your site.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Database generated row identifier
PRIORITY_CODE VARCHAR2 (30) Yes Priority rating code
PRIORITY_NAME VARCHAR2 (80) Yes Displayed name for priority rating
DESCRIPTION VARCHAR2 (240)
Description of priority code
PRIORITY_TYPE_CODE VARCHAR2 (30) Yes Internal code of priority rating type
PRIORITY_TYPE_NAME VARCHAR2 (80) Yes Display name of priority rating type
START_DATE_ACTIVE DATE
Yes Date this priority code becomes active
END_DATE_ACTIVE DATE

Date this priority code becomes inactive
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER
Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER

Standard Who column
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield attribute context
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield attribute
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield attribute
Query Text

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


SELECT ROW_ID
,      PRIORITY_CODE
,      PRIORITY_NAME
,      DESCRIPTION
,      PRIORITY_TYPE_CODE
,      PRIORITY_TYPE_NAME
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_LOGIN
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
FROM APPS.OKE_PRIORITY_CODES_VL;

Dependencies

[top of page]

APPS.OKE_PRIORITY_CODES_VL references the following:

SchemaAPPS
ViewFND_LOOKUP_VALUES_VL
SynonymOKE_PRIORITY_CODES_B
SynonymOKE_PRIORITY_CODES_TL
APPS.OKE_PRIORITY_CODES_VL is referenced by following:

SchemaAPPS
Package BodyOKE_CHR_PVT - show dependent code
Package BodyOKE_CLE_PVT - show dependent code