[Home] [Help]
[Dependency Information]
| Object Name: | OKL_CS_FEES_UV |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | OKL.OKL_CS_FEES_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 |
|---|---|---|---|---|
| FEE_LINE_ID | NUMBER | Yes | System generated unique identifier. Primary key column of the table. | |
| CONTRACT_ID | NUMBER | Yes | Contract ID. Denormalized for performance. | |
| STATUS_CODE | VARCHAR2 | (30) | Yes | Unique identifier of status code. Refers to status OKC_STATUSES_B. |
| FEE_AMOUNT | NUMBER | Amount | ||
| FEE_TYPE_CODE | VARCHAR2 | (30) | Fee type for financed fees | |
| FEE_TYPE | VARCHAR2 | (80) | Yes | QuickCode meaning |
| FEE_CODE | VARCHAR2 | (150) | Yes | Column used by the translation batch program |
| DESCRIPTION | VARCHAR2 | (1995) | User entered description | |
| STATUS | VARCHAR2 | (90) | Yes | Short meaning associated with code value. |
| EFFECTIVE_FROM | DATE | The beginning of the active period, one second after midnight on the date indicated. | ||
| EFFECTIVE_TO | DATE | The end of the active period, one second before midnight on the date indicated. | ||
| CURRENCY_CODE | VARCHAR2 | (15) | Currency code as defined in FND_CURRENCIES. | |
| LTY_CODE | VARCHAR2 | (30) | Yes | Foreign key to FND_LOOKUP_VALUES. |
Cut, paste (and edit) the following text to query this object:
SELECT FEE_LINE_ID
, CONTRACT_ID
, STATUS_CODE
, FEE_AMOUNT
, FEE_TYPE_CODE
, FEE_TYPE
, FEE_CODE
, DESCRIPTION
, STATUS
, EFFECTIVE_FROM
, EFFECTIVE_TO
, CURRENCY_CODE
, LTY_CODE
FROM APPS.OKL_CS_FEES_UV;
APPS
FND_GLOBAL
- show dependent code
FND_LOOKUPS
OKC_K_ITEMS
OKC_K_LINES_B
OKC_K_PARTY_ROLES_B
OKC_LINE_STYLES_B
OKC_STATUSES_B
OKC_STATUSES_TL
OKL_K_LINES
OKL_STRM_TYPE_TL
APPS.OKL_CS_FEES_UV is not referenced by any database object
|
|
|
|