DBA Data[Home] [Help] [Dependency Information]


TABLE: BOM.CST_VALUE_REPORT_TEMP

Object Details
Object Name: CST_VALUE_REPORT_TEMP
Object Type: TABLE
Owner: BOM
FND Design Data: TableBOM.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.


Storage Details
Tablespace: TablespaceAPPS_TS_NOLOGGING
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
CST_VALUE_REPORT_TEMP_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_NOLOGGING ColumnSESSIONID
Columns
Name Datatype Length Mandatory Comments
SESSIONID NUMBER
Yes ORACLE session identifier
ACCOUNT_SEGMENT VARCHAR2 (240) Yes Concatenated code combination segments
AMOUNT NUMBER

Account balance
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT SESSIONID
,      ACCOUNT_SEGMENT
,      AMOUNT
FROM BOM.CST_VALUE_REPORT_TEMP;

Dependencies

[top of page]

BOM.CST_VALUE_REPORT_TEMP does not reference any database object

BOM.CST_VALUE_REPORT_TEMP is referenced by following:

SchemaAPPS
SynonymCST_VALUE_REPORT_TEMP