[Home] [Help]
[Dependency Information]
| Object Name: | GMP_RESOURCE_AVAIL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMP.GMP_RESOURCE_AVAIL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Resource Availability view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| ORGANIZATION_ID | NUMBER | Organization ID | ||
| CALENDAR_CODE | VARCHAR2 | (10) | Calendar COde | |
| RESOURCE_ID | NUMBER | Yes | Resource ID | |
| RESOURCE_INSTANCE_ID | NUMBER | Resource Instance ID |
Cut, paste (and edit) the following text to query this object:
SELECT ORGANIZATION_ID
, CALENDAR_CODE
, RESOURCE_ID
, RESOURCE_INSTANCE_ID
FROM APPS.GMP_RESOURCE_AVAIL_V;
APPS
CR_RSRC_DTL
GMP_RESOURCE_AVAIL
APPS.GMP_RESOURCE_AVAIL_V is not referenced by any database object
|
|
|
|