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


TABLE: PA.PA_RES_TYPES_B

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


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


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RES_TYPES_B_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRES_TYPE_ID
Columns
Name Datatype Length Mandatory Comments
RES_TYPE_ID NUMBER (15) Yes Unique identifier of the resource type.
RES_TYPE_CODE VARCHAR2 (30) Yes Holds the code used to identify the resource type. The supported resource type codes are NAMED_PERSON, JOB, EXPENDITURE_TYPE, ORGANIZATION, EVENT_TYPE, EXPENDITURE_CATEGORY, REVENUE_CATEGORY, SUPPLIER, ROLE, INVENTORY_ITEM, ITEM_CATEGORY, BOM_LABOR, BOM_EQUIPMENT, PERSON_TYPE, NON_LABOR_RESOURCE, RESOURCE_CLASS and NAMED_ROLE
ENABLED_FLAG VARCHAR2 (1) Yes Indicates whether the resource type is in use.
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 RES_TYPE_ID
,      RES_TYPE_CODE
,      ENABLED_FLAG
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_RES_TYPES_B;

Dependencies

[top of page]

PA.PA_RES_TYPES_B does not reference any database object

PA.PA_RES_TYPES_B is referenced by following:

SchemaAPPS
SynonymPA_RES_TYPES_B