[Home] [Help]
[Dependency Information]
| Object Name: | EAM_INSTANCES |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | EAM.EAM_INSTANCES
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
View for getting the resource instances- both person and equipment
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| INSTANCE | VARCHAR2 | (240) | Name of the instance - including both person and equipment | |
| ORGANIZATION_ID | NUMBER | Organization id to which the instance belong |
Cut, paste (and edit) the following text to query this object:
SELECT INSTANCE
, ORGANIZATION_ID
FROM APPS.EAM_INSTANCES;
APPS
BOM_RESOURCES
BOM_RESOURCE_EMPLOYEES
BOM_RESOURCE_EQUIPMENTS
MTL_SYSTEM_ITEMS_KFV
PER_ALL_PEOPLE_F
APPS.EAM_INSTANCES is not referenced by any database object
|
|
|
|