[Home] [Help]
[Dependency Information]
Object Name: | CM_CMPT_DTL_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View to enable master-detail relationship on Cost Details form
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
INVENTORY_ITEM_ID | NUMBER | (15) | inventory item identifier | |
ORGANIZATION_ID | NUMBER | (15) | organization identifier | |
COST_TYPE_ID | NUMBER | (15) | cost type identifier | |
PERIOD_ID | NUMBER | (15) | period identifier |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, COST_TYPE_ID
, PERIOD_ID
FROM APPS.CM_CMPT_DTL_V;
APPS.CM_CMPT_DTL_V is not referenced by any database object
|
|
|