[Home] [Help]
[Dependency Information]
| Object Name: | CST_PERIOD_SUMMARY_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | BOM.CST_PERIOD_SUMMARY_V
|
| Subobject Name: | |
| Status: | VALID |
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.
| 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. |
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;
APPS
CST_PERIOD_CLOSE_SUMMARY
MFG_LOOKUPS
MTL_PERIOD_SUMMARY
MTL_SECONDARY_INVENTORIES
APPS.CST_PERIOD_SUMMARY_V is not referenced by any database object
|
|
|
|