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


VIEW: APPS.CM_ACST_LED_V

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

View Type

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


Acquisition cost LED view


[View Source]

Columns
Name Datatype Length Mandatory Comments
ORGANIZATION_ID NUMBER (15)
organization identifier
CALENDAR_CODE VARCHAR2 (10) Yes calendar code
PERIOD_ID NUMBER (15) Yes cost period identifier
PERIOD_CODE VARCHAR2 (10) Yes cost period code
COST_MTHD_CODE VARCHAR2 (10) Yes cost method code
COST_TYPE_ID NUMBER (15)
cost type identifier
INVENTORY_ITEM_ID NUMBER (15)
inventory item identifier
Query Text

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


SELECT ORGANIZATION_ID
,      CALENDAR_CODE
,      PERIOD_ID
,      PERIOD_CODE
,      COST_MTHD_CODE
,      COST_TYPE_ID
,      INVENTORY_ITEM_ID
FROM APPS.CM_ACST_LED_V;

Dependencies

[top of page]

APPS.CM_ACST_LED_V references the following:

SchemaAPPS
SynonymCM_ACST_LED
SynonymCM_MTHD_MST
SynonymGMF_PERIOD_STATUSES

APPS.CM_ACST_LED_V is not referenced by any database object