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


VIEW: APPS.CST_PERIOD_SUMMARY_V

Object Details
Object Name: CST_PERIOD_SUMMARY_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewBOM.CST_PERIOD_SUMMARY_V
Subobject Name:
Status: VALID

View Type

A public view which may be useful for custom reporting or other data
requirements.


Prior to 11.5.10 (Patchset J), period end summarization for non-PJM and non-WMS enabled organizations was stored by subinventory in MTL_PERIOD_SUMMARY. In 11.5.10, the period end summarization process populates CST_PERIOD_CLOSE_SUMMARY with item level information.
This view combines the old data with a grouping of the new data by subinventory to provide uniform backward compatible access of the summary information.


[View Source]

Columns
Name Datatype Length Mandatory Comments
ACCT_PERIOD_ID NUMBER

Accounting period identifier
ORGANIZATION_ID NUMBER

Organization identifier
SECONDARY_INVENTORY VARCHAR2 (10)
Subinventory identifier
DESCRIPTION VARCHAR2 (80)
Subinventory description
INVENTORY_VALUE NUMBER

Period end value used as baseline for next period summary.
Query Text

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


SELECT ACCT_PERIOD_ID
,      ORGANIZATION_ID
,      SECONDARY_INVENTORY
,      DESCRIPTION
,      INVENTORY_VALUE
FROM APPS.CST_PERIOD_SUMMARY_V;

Dependencies

[top of page]

APPS.CST_PERIOD_SUMMARY_V references the following:

SchemaAPPS
SynonymCST_PERIOD_CLOSE_SUMMARY
ViewMFG_LOOKUPS
SynonymMTL_PERIOD_SUMMARY
SynonymMTL_SECONDARY_INVENTORIES

APPS.CST_PERIOD_SUMMARY_V is not referenced by any database object