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


VIEW: APPS.OKL_RECONCILE_CURES_UV

Object Details
Object Name: OKL_RECONCILE_CURES_UV
Object Type: VIEW
Owner: APPS
FND Design Data: ViewOKL.OKL_RECONCILE_CURES_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
CHR_ID NUMBER
Yes Contract Identifier
CURES_IN_POSSESSION NUMBER

AMOUNT_RECEIVED NUMBER

CURED_FLAG VARCHAR2 (0)
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT CHR_ID
,      CURES_IN_POSSESSION
,      AMOUNT_RECEIVED
,      CURED_FLAG
FROM APPS.OKL_RECONCILE_CURES_UV;

Dependencies

[top of page]

APPS.OKL_RECONCILE_CURES_UV references the following:

SchemaAPPS
SynonymOKL_CURE_PAYMENT_LINES
APPS.OKL_RECONCILE_CURES_UV is referenced by following:

SchemaAPPS
ViewOKL_RECONCILE_UV