[Home] [Help]
[Dependency Information]
| Object Name: | OKL_SIF_STREAM_TYPES_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_SIF_STREAM_TYPES_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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 |
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;
APPS
OKL_SIF_STREAM_TYPES
APPS
OKL_CREATE_STREAMS_PVT
- show dependent code
OKL_SIL_PVT
- show dependent code
OKL_SIT_PVT
- show dependent code
OKL_SIT_PVT
- show dependent code
|
|
|
|