[Home] [Help]
[Dependency Information]
| Object Name: | IGI_CBR_ARC_RECONCILE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | IGI.IGI_CBR_ARC_RECONCILE_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| TRANS_NUM | VARCHAR2 | (100) | Transaction Number | |
| DIFF | NUMBER | Difference between the cash and the accrual entries for the transaction |
Cut, paste (and edit) the following text to query this object:
SELECT TRANS_NUM
, DIFF
FROM APPS.IGI_CBR_ARC_RECONCILE_V;
APPS
AR_LOOKUPS
GL_CODE_COMBINATIONS
IGI_AR_JOURNAL_INTERIM
APPS
IGI_CBR_ARC_INTERFACE_PKG
- show dependent code
IGI_CBR_ARC_V
|
|
|
|