[Home] [Help]
[Dependency Information]
Object Name: | GMF_RESOURCE_COSTS_V |
---|---|
Object Type: | VIEW |
Owner: | APPS |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Resource Costs View
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCES | VARCHAR2 | (16) | Resource for which the cost is entered | |
USAGE_UOM | VARCHAR2 | (3) | Unit of Measure code | |
COST_TYPE_ID | NUMBER | (15) | cost type identifier | |
PERIOD_ID | NUMBER | (15) | period identifier | |
ORGANIZATION_ID | NUMBER | (15) | organization identifier | |
ORGANIZATION_CODE | VARCHAR2 | (4) | organization code | |
CALENDAR_CODE | VARCHAR2 | (10) | calendar code | |
PERIOD_CODE | VARCHAR2 | (10) | cost period code | |
NOMINAL_COST | NUMBER | nominal cost |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCES
, USAGE_UOM
, COST_TYPE_ID
, PERIOD_ID
, ORGANIZATION_ID
, ORGANIZATION_CODE
, CALENDAR_CODE
, PERIOD_CODE
, NOMINAL_COST
FROM APPS.GMF_RESOURCE_COSTS_V;
APPS.GMF_RESOURCE_COSTS_V is not referenced by any database object
|
|
|