[Home] [Help]
[Dependency Information]
| Object Name: | XTR_BANK_BAL_INTERFACE_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | XTR.XTR_BANK_BAL_INTERFACE_V
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| BALANCE_DATE | DATE | Yes | ||
| ACCOUNT_NO | VARCHAR2 | (20) | Yes | |
| AMOUNT | NUMBER | Yes | ||
| COMPANY_CODE | VARCHAR2 | (7) | Yes | |
| TRANSFER_SUCCEEDED | VARCHAR2 | (1) | ||
| AMOUNT_ADJ | NUMBER | Adjustment balance amount corresponding to the adjustment balance amount of bank balances. | ||
| AMOUNT_CFLOW | NUMBER | Cashflow balance amount corresponding to the cashflow balance amount of bank balances. |
Cut, paste (and edit) the following text to query this object:
SELECT BALANCE_DATE
, ACCOUNT_NO
, AMOUNT
, COMPANY_CODE
, TRANSFER_SUCCEEDED
, AMOUNT_ADJ
, AMOUNT_CFLOW
FROM APPS.XTR_BANK_BAL_INTERFACE_V;
APPS
XTR_BANK_BAL_INTERFACE
APPS.XTR_BANK_BAL_INTERFACE_V is not referenced by any database object
|
|
|
|