[Home] [Help]
[Dependency Information]
| Object Name: | IGI_CBR_GL_RECON_BALANCE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_CBR_GL_RECON_BALANCE
|
| Subobject Name: | |
| Status: | VALID |
IGI_CBR_GL_RECON_BALANCE contains the beginning balance and period amount of the account in the accrual and cash Sets of Books.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SUM_ACCR_BEGIN_BALANCE | NUMBER | Beginning balance of account in accrual Set of Books | ||
| SUM_CASH_BEGIN_BALANCE | NUMBER | Beginning balance of account in cash Set of Books | ||
| SUM_ACCR_PERIOD_NET | NUMBER | Period net amount of account in accrual Set of Books | ||
| SUM_CASH_PERIOD_NET | NUMBER | Period net amount of account in cash Set of Books | ||
| ACCOUNT_NUM | VARCHAR2 | (30) | Account number |
Cut, paste (and edit) the following text to query this object:
SELECT SUM_ACCR_BEGIN_BALANCE
, SUM_CASH_BEGIN_BALANCE
, SUM_ACCR_PERIOD_NET
, SUM_CASH_PERIOD_NET
, ACCOUNT_NUM
FROM IGI.IGI_CBR_GL_RECON_BALANCE;
IGI.IGI_CBR_GL_RECON_BALANCE does not reference any database object
IGI.IGI_CBR_GL_RECON_BALANCE is referenced by following:
IGI
IGI_CBR_GL_RECON_BALANCE#
|
|
|
|