[Home] [Help]
[Dependency Information]
| Object Name: | GMP_RSRC_CAL_V |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | GMP.GMP_RSRC_CAL_V
|
| Subobject Name: | |
| Status: | VALID |
A public view which may be useful for custom reporting or other data
requirements.
Resource calendar view
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| CAL_ID | NUMBER | (10) | Yes | Unique identifier of the calendar used with the resource |
| CDATE | DATE | Yes | Calendar date | |
| SHIFT_NO | NUMBER | (5) | Yes | Shift Number |
| FTIME | DATE | Start time | ||
| TTIME | DATE | End Time |
Cut, paste (and edit) the following text to query this object:
SELECT CAL_ID
, CDATE
, SHIFT_NO
, FTIME
, TTIME
FROM APPS.GMP_RSRC_CAL_V;
APPS
MR_SHCL_DTL
MR_SHDY_DTL
MR_SHDY_HDR
APPS.GMP_RSRC_CAL_V is not referenced by any database object
|
|
|
|