[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCE_CLASSES_VL |
|---|---|
| Object Type: | VIEW |
| Owner: | APPS |
| FND Design Data: | PA.PA_RESOURCE_CLASSES_VL
|
| 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 |
|---|---|---|---|---|
| ROW_ID | ROWID | (10) | ||
| RESOURCE_CLASS_ID | NUMBER | (15) | Yes | System generated number to uniquely identify row |
| RESOURCE_CLASS_CODE | VARCHAR2 | (30) | The code of the resource class | |
| RESOURCE_CLASS_SEQ | NUMBER | (15) | Yes | The display sequence for the resource class |
| LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
| LAST_UPDATED_BY | NUMBER | (15) | Yes | Standard Who Column |
| CREATION_DATE | DATE | Yes | Standard Who Column | |
| CREATED_BY | NUMBER | Yes | Standard Who Column | |
| LAST_UPDATE_LOGIN | NUMBER | (15) | Yes | Standard Who Column |
| NAME | VARCHAR2 | (240) | Yes | |
| DESCRIPTION | VARCHAR2 | (2000) |
Cut, paste (and edit) the following text to query this object:
SELECT ROW_ID
, RESOURCE_CLASS_ID
, RESOURCE_CLASS_CODE
, RESOURCE_CLASS_SEQ
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
, NAME
, DESCRIPTION
FROM APPS.PA_RESOURCE_CLASSES_VL;
APPS
PA_RESOURCE_CLASSES_B
PA_RESOURCE_CLASSES_TL
APPS
PA_BILL_RATES_RC
PA_BILL_RATES_V
PA_PLANNING_ELEMENT_UTILS
- show dependent code
PA_PLANNING_RESOURCES_V
PA_PLANNING_RESOURCE_UTILS
- show dependent code
PA_RBS_ELEMENTS_PVT
- show dependent code
PA_RESOURCE_CLASS_RES_V
|
|
|
|