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


VIEW: APPS.OKC_CLASSES_V

Object Details
Object Name: OKC_CLASSES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKC.OKC_CLASSES_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


The highest level categorization of the contract. In 11i, seeded values are expected to be
- Service
- Master
- Buy
- Sell


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
CODE VARCHAR2 (30) Yes Class code.
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.
SFWT_FLAG VARCHAR2 (3) Yes Indicates a value was changed in another language. Not fully implemented in 11i
FFF_FUNCTION_ID NUMBER

Function identifier.
MEANING VARCHAR2 (90) Yes Short meaning associated with code value.
DESCRIPTION VARCHAR2 (1995)
User entered free format text description.
APPLICATION_ID NUMBER
Yes Application Identifier
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.
ADV_SEARCH_FORM_FUNCTION_ID NUMBER

Identifier of the form function used for Advanced Search for this class
Query Text

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


SELECT ROW_ID
,      CODE
,      OBJECT_VERSION_NUMBER
,      SFWT_FLAG
,      FFF_FUNCTION_ID
,      MEANING
,      DESCRIPTION
,      APPLICATION_ID
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
,      ADV_SEARCH_FORM_FUNCTION_ID
FROM APPS.OKC_CLASSES_V;

Dependencies

[top of page]

APPS.OKC_CLASSES_V references the following:

SchemaAPPS
SynonymOKC_CLASSES_B
SynonymOKC_CLASSES_TL
APPS.OKC_CLASSES_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKC_CLS_PVT - show dependent code
Package BodyOKC_CLS_PVT - show dependent code
Package BodyOKC_SCS_PVT - show dependent code