[Home] [Help]
[Dependency Information]
| Object Name: | CM_ACST_LED_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.CM_ACST_LED_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Acquisition cost LED view
| 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 |
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;
APPS
CM_ACST_LED
CM_MTHD_MST
GMF_PERIOD_STATUSES
APPS.CM_ACST_LED_V is not referenced by any database object
|
|
|
|