[Home] [Help]
[Dependency Information]
| Object Name: | CST_VALUE_REPORT_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | BOM |
| FND Design Data: | BOM.CST_VALUE_REPORT_TEMP
|
| Subobject Name: | |
| Status: | VALID |
CST_VALUE_REPORT_TEMP is a temporary table used by the Inventory Value
Report to generate a report summarized by valuation account. It is
populated by the report itself and stores the total amount for a
particular account.
| Tablespace: | APPS_TS_NOLOGGING |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| CST_VALUE_REPORT_TEMP_N1 | NORMAL | NONUNIQUE |
APPS_TS_NOLOGGING
|
SESSIONID
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| SESSIONID | NUMBER | Yes | ORACLE session identifier | |
| ACCOUNT_SEGMENT | VARCHAR2 | (240) | Yes | Concatenated code combination segments |
| AMOUNT | NUMBER | Account balance |
Cut, paste (and edit) the following text to query this object:
SELECT SESSIONID
, ACCOUNT_SEGMENT
, AMOUNT
FROM BOM.CST_VALUE_REPORT_TEMP;
BOM.CST_VALUE_REPORT_TEMP does not reference any database object
BOM.CST_VALUE_REPORT_TEMP is referenced by following:
BOM
CST_VALUE_REPORT_TEMP#
|
|
|
|