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


VIEW: APPS.OKC_VAL_LINE_OPERATIONS_V

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

View Type

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


Defines which LINE OPERATIONS are valid choices for a TOP LINE STYLE. For example, we may have a LINE OPERATION of Bill, which is not a valid operation for the Warranty TOP LINE STYLE.
Note that the TOP LINE STYLE acts as a handle for the line hierarchy headed by that TOP LINE STYLE. This definition does not necessarily mean that the line defined by the TOP LINE STYLE is the subject or cause of the operation, the LINE OPERATION actually may operate on one or more sublines.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
LSE_ID NUMBER
Yes Foreign key to OKC_LINE_STYLES_B.
OPN_CODE VARCHAR2 (30) Yes Foreign key to 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.
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
,      LSE_ID
,      OPN_CODE
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKC_VAL_LINE_OPERATIONS_V;

Dependencies

[top of page]

APPS.OKC_VAL_LINE_OPERATIONS_V references the following:

SchemaAPPS
SynonymOKC_VAL_LINE_OPERATIONS
APPS.OKC_VAL_LINE_OPERATIONS_V is referenced by following:

SchemaAPPS
Package BodyOKC_AST_PVT - show dependent code
PL/SQL PackageOKC_VLO_PVT - show dependent code