[Home] [Help]
[Dependency Information]
| Object Name: | CM_BRDN_DTL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMF.CM_BRDN_DTL_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 Burden Details form
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INVENTORY_ITEM_ID | NUMBER | (15) | inventory item identifier | |
| ORGANIZATION_ID | NUMBER | (15) | organization identifier | |
| PERIOD_ID | NUMBER | (15) | period identifier | |
| COST_TYPE_ID | NUMBER | (15) | cost type identifier |
Cut, paste (and edit) the following text to query this object:
SELECT INVENTORY_ITEM_ID
, ORGANIZATION_ID
, PERIOD_ID
, COST_TYPE_ID
FROM APPS.CM_BRDN_DTL_V;
APPS
CM_BRDN_DTL
APPS.CM_BRDN_DTL_V is not referenced by any database object
|
|
|
|