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


VIEW: APPS.OKC_OPERATIONS_V

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

View Type

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


DEFINITION
OPERATION defines a set of processes performed by the application to or as a result of a contract.
EXAMPLE
- Update on line
- Delete
MISCELLANEOUS
A CONTRACT OPERATION is one that may be performed to the contract as a whole,
e.g.
- Update On Line (via Authoring)
- Update By Change Request
- Delete
A LINE OPERATION is one that is performed to or as a result of a contract line, e.g.
- Entitle
- Bill


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
CODE VARCHAR2 (30) Yes Operation code defined in FND_LOOKUP_VALUES.
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
MEANING VARCHAR2 (90) Yes Short meaning associated with code value.
DESCRIPTION VARCHAR2 (1995)
User entered free format text description.
OPN_TYPE VARCHAR2 (10) Yes Type of operation (contract or line).
PURPOSE VARCHAR2 (30)
Purpose of the operation
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.
Query Text

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


SELECT ROW_ID
,      CODE
,      OBJECT_VERSION_NUMBER
,      SFWT_FLAG
,      MEANING
,      DESCRIPTION
,      OPN_TYPE
,      PURPOSE
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_OPERATIONS_V;

Dependencies

[top of page]

APPS.OKC_OPERATIONS_V references the following:

SchemaAPPS
SynonymOKC_OPERATIONS_B
SynonymOKC_OPERATIONS_TL
APPS.OKC_OPERATIONS_V is referenced by following:

SchemaAPPS
Package BodyOKC_OPN_PVT - show dependent code
PL/SQL PackageOKC_OPN_PVT - show dependent code
Package BodyOKS_CODE_HOOK - show dependent code