[Home] [Help]
[Dependency Information]
Object Name: | PA_RESOURCE_CLASSES_B |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores information pertaining to pre-defined resource classes in Oracle Projects
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_RESOURCE_CLASSES_B_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_CLASS_ID | NUMBER | (15) | Yes | Unique identifier of the resource class. |
RESOURCE_CLASS_CODE | VARCHAR2 | (30) | Holds the code used to identify the resource class. The supported resource class codes are PEOPLE, EQUIPMENT, MATERIAL_ITEMS and FINANCIAL_ELEMENTS. | |
RESOURCE_CLASS_SEQ | NUMBER | (15) | Yes | Indicates the order of display for each 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. |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_CLASS_ID
, RESOURCE_CLASS_CODE
, RESOURCE_CLASS_SEQ
, LAST_UPDATE_DATE
, LAST_UPDATED_BY
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_RESOURCE_CLASSES_B;
PA.PA_RESOURCE_CLASSES_B does not reference any database object
PA.PA_RESOURCE_CLASSES_B is referenced by following:
|
|
|