[Home] [Help]
[Dependency Information]
| Object Name: | IGI_CBR_GL_TOTAL_INTERFACE |
|---|---|
| Object Type: | TABLE |
| Owner: | IGI |
| FND Design Data: | IGI.IGI_CBR_GL_TOTAL_INTERFACE
|
| Subobject Name: | |
| Status: | VALID |
IGI_CBR_GL_TOTAL_INTERFACE contains reconciled records for the accrual and cash Sets of Books.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ACCOUNT_NAME | VARCHAR2 | (80) | Account name | |
| ACCOUNT_NUM | VARCHAR2 | (30) | Account number | |
| JE_SOURCE | VARCHAR2 | (25) | Journal source name | |
| ACCRUAL_AMOUNT | NUMBER | Accrual balance | ||
| CASH_AMOUNT | NUMBER | Cash balance | ||
| BALANCE | NUMBER | Balance and difference between accrual and cash Sets of Books |
Cut, paste (and edit) the following text to query this object:
SELECT ACCOUNT_NAME
, ACCOUNT_NUM
, JE_SOURCE
, ACCRUAL_AMOUNT
, CASH_AMOUNT
, BALANCE
FROM IGI.IGI_CBR_GL_TOTAL_INTERFACE;
IGI.IGI_CBR_GL_TOTAL_INTERFACE does not reference any database object
IGI.IGI_CBR_GL_TOTAL_INTERFACE is referenced by following:
IGI
IGI_CBR_GL_TOTAL_INTERFACE#
|
|
|
|