[Home] [Help]
[Dependency Information]
| Object Name: | CRP_AVAILABLE_HOURS |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | CRP.CRP_AVAILABLE_HOURS
|
| Subobject Name: | |
| Status: | VALID |
Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.
Internal
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| DEPARTMENT_ID | NUMBER | Department identifier | ||
| DEPT_CODE | VARCHAR2 | (10) | Department code | |
| DEPT_DESCRIPTION | VARCHAR2 | (240) | Department description | |
| RESOURCE_ID | NUMBER | Resource identifier | ||
| RES_CODE | VARCHAR2 | (10) | Resource code | |
| RES_DESCRIPTION | VARCHAR2 | (240) | Resource description | |
| ORGANIZATION_ID | NUMBER | Organization identifier | ||
| ORGANIZATION_CODE | VARCHAR2 | (3) | Organization code | |
| AVAILABLE_DATE | DATE | Resource availability date | ||
| AVAILABLE_HOURS | NUMBER | Resource availablle hours |
Cut, paste (and edit) the following text to query this object:
SELECT DEPARTMENT_ID
, DEPT_CODE
, DEPT_DESCRIPTION
, RESOURCE_ID
, RES_CODE
, RES_DESCRIPTION
, ORGANIZATION_ID
, ORGANIZATION_CODE
, AVAILABLE_DATE
, AVAILABLE_HOURS
FROM APPS.CRP_AVAILABLE_HOURS;
APPS
CRP_24HR_AVAILABLE_HOURS
CRP_OTHER_AVAILABLE_HOURS
APPS.CRP_AVAILABLE_HOURS is not referenced by any database object
|
|
|
|