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


VIEW: APPS.CST_STD_INV_ADJ_VIEW

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

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
COST_UPDATE_ID NUMBER
Yes Cost update session identifier
ORGANIZATION_ID NUMBER
Yes Organization identifier
INVENTORY_ITEM_ID NUMBER

Inventory item identifier
SUBINVENTORY VARCHAR2 (10)
Subinventory
ADJUSTMENT_QUANTITY NUMBER
Yes Adjustment quantity
OLD_UNIT_COST NUMBER

Old unit cost
NEW_UNIT_COST NUMBER

New unit cost
Query Text

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


SELECT COST_UPDATE_ID
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
,      SUBINVENTORY
,      ADJUSTMENT_QUANTITY
,      OLD_UNIT_COST
,      NEW_UNIT_COST
FROM APPS.CST_STD_INV_ADJ_VIEW;

Dependencies

[top of page]

APPS.CST_STD_INV_ADJ_VIEW references the following:

SchemaAPPS
SynonymCST_STD_COST_ADJ_VALUES

APPS.CST_STD_INV_ADJ_VIEW is not referenced by any database object