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


VIEW: APPS.OKL_SIF_STREAM_TYPES_V

Object Details
Object Name: OKL_SIF_STREAM_TYPES_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_SIF_STREAM_TYPES_V
Subobject Name:
Status: VALID

View Type

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


The various stream types that are generated in a transaction with the external pricing engine are
stored here. References to the stream interface header, stream type, stream interface line and
stream interface fee are also stored here.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ROW_ID ROWID (10)
Auto-generated by Headstart Utilities
ID NUMBER
Yes Primary key column
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
SIF_ID NUMBER
Yes Foreign key to table OKL_STREAM_INTERFACES
STY_ID NUMBER
Yes Foreign key to table OKL_STRM_TYPE_B
SIL_ID NUMBER

Foreign key to table OKL_SIF_LINES
SFE_ID NUMBER

Foreign key to table OKL_SIF_FEES
PRICING_NAME VARCHAR2 (150)
Pricing Name
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
,      ID
,      OBJECT_VERSION_NUMBER
,      SIF_ID
,      STY_ID
,      SIL_ID
,      SFE_ID
,      PRICING_NAME
,      CREATED_BY
,      CREATION_DATE
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_SIF_STREAM_TYPES_V;

Dependencies

[top of page]

APPS.OKL_SIF_STREAM_TYPES_V references the following:

SchemaAPPS
SynonymOKL_SIF_STREAM_TYPES
APPS.OKL_SIF_STREAM_TYPES_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKL_CREATE_STREAMS_PVT - show dependent code
Package BodyOKL_SIL_PVT - show dependent code
PL/SQL PackageOKL_SIT_PVT - show dependent code
Package BodyOKL_SIT_PVT - show dependent code