[Home] [Help]
[Dependency Information]
| Object Name: | FV_FUNDS_AVAIL_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | FV |
| FND Design Data: | FV.FV_FUNDS_AVAIL_TEMP
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
| Tablespace: | APPS_TS_INTERFACE |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CONCAT_SEGMENTS | VARCHAR2 | (2000) | Concatenate segments | |
| FUND_VALUE | VARCHAR2 | (30) | Fund Value | |
| REPORT_ID | NUMBER | (15) | Report ID | |
| COLUMN_ID | NUMBER | (15) | Columnd ID | |
| AMOUNT | NUMBER | Amount | ||
| SET_OF_BOOKS_ID | NUMBER | (15) | Set of Books Identifier |
Cut, paste (and edit) the following text to query this object:
SELECT CONCAT_SEGMENTS
, FUND_VALUE
, REPORT_ID
, COLUMN_ID
, AMOUNT
, SET_OF_BOOKS_ID
FROM FV.FV_FUNDS_AVAIL_TEMP;
FV.FV_FUNDS_AVAIL_TEMP does not reference any database object
FV.FV_FUNDS_AVAIL_TEMP is referenced by following:
FV
FV_FUNDS_AVAIL_TEMP#
|
|
|
|