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


VIEW: APPS.IGI_CBR_ARC_RECONCILE_V

Object Details
Object Name: IGI_CBR_ARC_RECONCILE_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewIGI.IGI_CBR_ARC_RECONCILE_V
Subobject Name:
Status: VALID

View Type

A Business Intelligence System view


IGI_CBR_ARC_RECONCILE_V is an intermediate view for the AR reconciliation process. Used by IGI_CBR_ARC_V.


[View Source]

Columns
Name Datatype Length Mandatory Comments
TRANS_NUM VARCHAR2 (100)
Transaction Number
DIFF NUMBER

Difference between the cash and the accrual entries for the transaction
Query Text

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


SELECT TRANS_NUM
,      DIFF
FROM APPS.IGI_CBR_ARC_RECONCILE_V;

Dependencies

[top of page]

APPS.IGI_CBR_ARC_RECONCILE_V references the following:

SchemaAPPS
ViewAR_LOOKUPS
SynonymGL_CODE_COMBINATIONS
SynonymIGI_AR_JOURNAL_INTERIM
APPS.IGI_CBR_ARC_RECONCILE_V is referenced by following:

SchemaAPPS
Package BodyIGI_CBR_ARC_INTERFACE_PKG - show dependent code
ViewIGI_CBR_ARC_V