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


VIEW: APPS.CM_CMPT_MTL_V

Object Details
Object Name: CM_CMPT_MTL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.CM_CMPT_MTL_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 Material Cost Components form


[View Source]

Columns
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
Query Text

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;

Dependencies

[top of page]

APPS.CM_CMPT_MTL_V references the following:

SchemaAPPS
SynonymCM_CMPT_MTL
ViewGMF_LEGAL_ENTITIES_VW2

APPS.CM_CMPT_MTL_V is not referenced by any database object