[Home] [Help]
[Dependency Information]
| Object Name: | CM_CMPT_MTL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.CM_CMPT_MTL_V
|
| 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 Material Cost Components form
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| LEGAL_ENTITY_ID | NUMBER | (15) | legal entity identifier | |
| COST_CATEGORY_ID | NUMBER | cost category identifier | ||
| INVENTORY_ITEM_ID | NUMBER | (15) | inventory item identifier | |
| ORGANIZATION_ID | NUMBER | (15) | Organization identifier | |
| MASTER_ORGANIZATION_ID | NUMBER | (15) | Master Organization identifier | |
| LEGAL_ENTITY_NAME | VARCHAR2 | (240) | Yes | Legal Entity Name |
Cut, paste (and edit) the following text to query this object:
SELECT LEGAL_ENTITY_ID
, COST_CATEGORY_ID
, INVENTORY_ITEM_ID
, ORGANIZATION_ID
, MASTER_ORGANIZATION_ID
, LEGAL_ENTITY_NAME
FROM APPS.CM_CMPT_MTL_V;
APPS
CM_CMPT_MTL
GMF_LEGAL_ENTITIES_VW2
APPS.CM_CMPT_MTL_V is not referenced by any database object
|
|
|
|