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


VIEW: APPS.OKL_SIF_TRX_PARMS_V

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

View Type

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


Apart from the parameters which are captured during the booking process certain custom
parameters can be defined for the external pricing process. The values of such parameters for
each transaction are stored here. References to the custom pricing parameter headers, Stream
interface headers, contract headers and contracte lines 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
INDEX_NUMBER1 NUMBER (5)
Sequence of the parameter value.
INDEX_NUMBER2 NUMBER (5)
For future use.
VALUE VARCHAR2 (240) Yes Parameter value.
KHR_ID NUMBER

Foreign key to table OKL_K_HEADERS
KLE_ID NUMBER

Foreign key to table OKL_K_LINES
SPP_ID NUMBER
Yes Foreign key to table OKL_SIF_PRICE_PARMS
SIF_ID NUMBER
Yes Foreign key to table OKL_STREAM_INTERFACES
OBJECT_VERSION_NUMBER NUMBER (9) Yes Column used for locking records during updates
CREATED_BY NUMBER (15) Yes Standard who column
LAST_UPDATED_BY NUMBER (15) Yes Standard who column
CREATION_DATE DATE
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
,      INDEX_NUMBER1
,      INDEX_NUMBER2
,      VALUE
,      KHR_ID
,      KLE_ID
,      SPP_ID
,      SIF_ID
,      OBJECT_VERSION_NUMBER
,      CREATED_BY
,      LAST_UPDATED_BY
,      CREATION_DATE
,      LAST_UPDATE_DATE
,      LAST_UPDATE_LOGIN
FROM APPS.OKL_SIF_TRX_PARMS_V;

Dependencies

[top of page]

APPS.OKL_SIF_TRX_PARMS_V references the following:

SchemaAPPS
SynonymOKL_SIF_TRX_PARMS
APPS.OKL_SIF_TRX_PARMS_V is referenced by following:

SchemaAPPS
PL/SQL PackageOKL_SXP_PVT - show dependent code
Package BodyOKL_SXP_PVT - show dependent code