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


VIEW: APPS.CM_ADJS_DTL_V

Object Details
Object Name: CM_ADJS_DTL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.CM_ADJS_DTL_V
Subobject Name:
Status: VALID

View Type

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


View to enable master-detail relationship on Actual Cost Adjustments form


[View Source]

Columns
Name Datatype Length Mandatory Comments
PERIOD_ID NUMBER (15)
cost period identifier
COST_TYPE_ID NUMBER (15)
cost type identifier
ORGANIZATION_ID NUMBER (15)
organization identifier
INVENTORY_ITEM_ID NUMBER (15)
inventory item identifier
Query Text

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


SELECT PERIOD_ID
,      COST_TYPE_ID
,      ORGANIZATION_ID
,      INVENTORY_ITEM_ID
FROM APPS.CM_ADJS_DTL_V;

Dependencies

[top of page]

APPS.CM_ADJS_DTL_V references the following:

SchemaAPPS
SynonymCM_ADJS_DTL

APPS.CM_ADJS_DTL_V is not referenced by any database object