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


VIEW: APPS.CM_RSRC_DTL_V

Object Details
Object Name: CM_RSRC_DTL_V
Object Type: VIEW
Owner: APPS
FND Design Data: ViewGMF.CM_RSRC_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 Resource Costs form


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15)
organization identifier
RESOURCES VARCHAR2 (16) Yes resources
CALENDAR_CODE VARCHAR2 (10) Yes calendar code
PERIOD_CODE VARCHAR2 (10) Yes period code
LEGAL_ENTITY_ID NUMBER (15)
Legal Entity identifier
LEGAL_ENTITY_NAME VARCHAR2 (240) Yes Legal Entity Name
Query Text

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


SELECT ORGANIZATION_ID
,      RESOURCES
,      CALENDAR_CODE
,      PERIOD_CODE
,      LEGAL_ENTITY_ID
,      LEGAL_ENTITY_NAME
FROM APPS.CM_RSRC_DTL_V;

Dependencies

[top of page]

APPS.CM_RSRC_DTL_V references the following:

SchemaAPPS
SynonymCM_RSRC_DTL
ViewGMF_LEGAL_ENTITIES_VW2
SynonymGMF_PERIOD_STATUSES

APPS.CM_RSRC_DTL_V is not referenced by any database object