[Home] [Help]
[Dependency Information]
Object Name: | PA_RESOURCE_TYPES |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
PA_RESOURCE_TYPES stores the types of resources that are supported in
Oracle Projects. Oracle Projects currently predefines all resource
types.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_RESOURCE_TYPES_U1 | NORMAL | UNIQUE |
![]() |
![]() |
Name | Datatype | Length | Mandatory | Comments |
---|---|---|---|---|
RESOURCE_TYPE_ID | NUMBER | (15) | Yes | System-generated number that uniquely identifies the resource type |
RESOURCE_CLASS_CODE | VARCHAR2 | (30) | Yes | Indicates the resource type class. At present the valid values are 'PRE_DEFINED','USER_DEFINED','UNCATEGORIZED', and'UNCLASSIFIED' |
RESOURCE_TYPE_CODE | VARCHAR2 | (30) | Yes | Holds the code used to identify the resource type. The supported resource type codes are 'EMPLOYEE', 'JOB', 'EXPENDITURE_TYPE', 'ORGANIZATION', 'EVENT TYPE', 'EXPENDITURE CATEGORY', 'REVENUE CATEGORY', 'VENDOR'. |
NAME | VARCHAR2 | (60) | The name of the resource type | |
DESCRIPTION | VARCHAR2 | (255) | The Description of the resource type | |
TABLE_NAME | VARCHAR2 | (30) | Yes | Not currently used |
ACCESS_KEY | VARCHAR2 | (30) | Yes | Not currently used |
SQL_TEXT | VARCHAR2 | (2000) | Not currently used | |
START_DATE_ACTIVE | DATE | Yes | Effective start date of the resource type | |
END_DATE_ACTIVE | DATE | Effective end date of the resource type | ||
GROUP_FLAG | VARCHAR2 | (1) | Indicates whether the resource type can be used to group resources | |
LAST_UPDATED_BY | NUMBER | Yes | Standard Who Column | |
LAST_UPDATE_DATE | DATE | Yes | Standard Who Column | |
CREATION_DATE | DATE | Yes | Standard Who Column | |
CREATED_BY | NUMBER | Yes | Standard Who Column | |
LAST_UPDATE_LOGIN | NUMBER | Yes | Standard Who Column |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_TYPE_ID
, RESOURCE_CLASS_CODE
, RESOURCE_TYPE_CODE
, NAME
, DESCRIPTION
, TABLE_NAME
, ACCESS_KEY
, SQL_TEXT
, START_DATE_ACTIVE
, END_DATE_ACTIVE
, GROUP_FLAG
, LAST_UPDATED_BY
, LAST_UPDATE_DATE
, CREATION_DATE
, CREATED_BY
, LAST_UPDATE_LOGIN
FROM PA.PA_RESOURCE_TYPES;
PA.PA_RESOURCE_TYPES does not reference any database object
PA.PA_RESOURCE_TYPES is referenced by following:
|
|
|