DBA Data[Home] [Help] [Dependency Information]


TABLE: PA.PA_RESOURCE_CLASSES_B

Object Details
Object Name: PA_RESOURCE_CLASSES_B
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_RESOURCE_CLASSES_B
Subobject Name:
Status: VALID


This table stores information pertaining to pre-defined resource classes in Oracle Projects


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RESOURCE_CLASSES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_CLASS_ID
Columns
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.
Query Text

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;

Dependencies

[top of page]

PA.PA_RESOURCE_CLASSES_B does not reference any database object

PA.PA_RESOURCE_CLASSES_B is referenced by following:

SchemaAPPS
SynonymPA_RESOURCE_CLASSES_B