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


VIEW: APPS.OKL_CS_FEES_UV

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

View Type

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.

[View Source]

Columns
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.
Query Text

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;

Dependencies

[top of page]

APPS.OKL_CS_FEES_UV references the following:

SchemaAPPS
PL/SQL PackageFND_GLOBAL - show dependent code
ViewFND_LOOKUPS
SynonymOKC_K_ITEMS
SynonymOKC_K_LINES_B
SynonymOKC_K_PARTY_ROLES_B
SynonymOKC_LINE_STYLES_B
SynonymOKC_STATUSES_B
SynonymOKC_STATUSES_TL
SynonymOKL_K_LINES
SynonymOKL_STRM_TYPE_TL

APPS.OKL_CS_FEES_UV is not referenced by any database object