[Home] [Help]
[Dependency Information]
| Object Name: | OKL_STRM_TMPT_CONTRACT_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_STRM_TMPT_CONTRACT_UV
|
| Subobject Name: | |
| Status: | VALID |
A supplementary view used to simplify forms coding.
Warning: Oracle does not recommend you query or alter datausing this view. It may change dramatically in subsequent minor or major
releases.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| STY_ID | NUMBER | Stream type ID | ||
| STY_NAME | VARCHAR2 | (150) | A unique name given for a type | |
| STY_PURPOSE | VARCHAR2 | (30) | Stream type purpose | |
| STY_PURPOSE_MEANING | VARCHAR2 | (4000) | Stream type purpose meaning | |
| BILLABLE_YN | VARCHAR2 | (30) | Flag indicating if the stream type is billable | |
| CAPITALIZE_YN | VARCHAR2 | (30) | Flag indicating if the stream type is to be capitalized | |
| GTT_ID | NUMBER | Stream generation template Id | ||
| VERSION | VARCHAR2 | (24) | Stream generation template version | |
| START_DATE | DATE | Stream generation template effective start date | ||
| END_DATE | DATE | Stream generation template effective end date | ||
| TMPT_STATUS | VARCHAR2 | (30) | Stream generation template status | |
| GTS_ID | NUMBER | Stream generation template set ID | ||
| ST_GEN_TMPT_SET_NAME | VARCHAR2 | (150) | Stream generation template set name | |
| DESCRIPTION | VARCHAR2 | (1995) | Stream generation template set description | |
| PRODUCT_TYPE | VARCHAR2 | (30) | Type of SGT : DF, OP, LN etc | |
| TAX_OWNER | VARCHAR2 | (30) | Indicates if tax owner is Lessor or Lessee | |
| DEAL_TYPE | VARCHAR2 | (30) | Indicates if the SGT is of type financial or investor | |
| PRICING_ENGINE | VARCHAR2 | (30) | Indicates if pricing engine is Internal or External | |
| AES_ID | NUMBER | Accounting template set Id to which the SGT is attached | ||
| AE_TMPT_SET_NAME | VARCHAR2 | (150) | Accounting template set name | |
| PDT_ID | NUMBER | Product id of the product to which the SGT is attached | ||
| PRODUCT_NAME | VARCHAR2 | (150) | Product name of the product to which the SGT is attached | |
| CHR_ID | NUMBER | Contract Id | ||
| CONTRACT_NUMBER | VARCHAR2 | (120) | Contract number |
Cut, paste (and edit) the following text to query this object:
SELECT STY_ID
, STY_NAME
, STY_PURPOSE
, STY_PURPOSE_MEANING
, BILLABLE_YN
, CAPITALIZE_YN
, GTT_ID
, VERSION
, START_DATE
, END_DATE
, TMPT_STATUS
, GTS_ID
, ST_GEN_TMPT_SET_NAME
, DESCRIPTION
, PRODUCT_TYPE
, TAX_OWNER
, DEAL_TYPE
, PRICING_ENGINE
, AES_ID
, AE_TMPT_SET_NAME
, PDT_ID
, PRODUCT_NAME
, CHR_ID
, CONTRACT_NUMBER
FROM APPS.OKL_STRM_TMPT_CONTRACT_UV;
APPS
OKC_K_HEADERS_ALL_B
OKL_ACCOUNTING_UTIL
- show dependent code
OKL_AE_TMPT_SETS_ALL
OKL_K_HEADERS
OKL_PRODUCTS_V
OKL_STRM_TYPE_V
OKL_ST_GEN_TEMPLATES_ALL
OKL_ST_GEN_TMPT_LNS_ALL
OKL_ST_GEN_TMPT_SETS
APPS.OKL_STRM_TMPT_CONTRACT_UV is not referenced by any database object
|
|
|
|