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


TABLE: PA.PA_RESOURCES

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


PA_RESOURCES stores the resources used in Oracle Projects. You use
resources as flexible groupings by which you want to budget or
summarize actuals and commitments. You can define resources as
employees, organizations, jobs, suppliers,
expenditure categories, revenue categories,
expenditure types or event types.
.
Oracle Projects automatically creates rows in this table when you
select a resource of a predefined resource type when defining a
resource list.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RESOURCES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_ID
PA_RESOURCES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_TYPE_ID
PA_RESOURCES_U2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnJTF_RESOURCE_ID
Columns
Name Datatype Length Mandatory Comments
RESOURCE_ID NUMBER (15) Yes The system generated number that uniquely identifies the resource
NAME VARCHAR2 (240)
Name of the resource.
DESCRIPTION VARCHAR2 (255)
Description for the resource
RESOURCE_TYPE_ID NUMBER (15) Yes The identifier of the type of resource, such as Employee, Job,or Expenditure Type.
UNIT_OF_MEASURE VARCHAR2 (30)
Holds the unit of measure of the resource, such as Hours, Miles, or Dollars.
ROLLUP_QUANTITY_FLAG VARCHAR2 (1)
Indicates whether quantity should be rolled up to the Top task and Project levels, while accumulating budgets and actuals
TRACK_AS_LABOR_FLAG VARCHAR2 (1)
Indicates whether the resource is to be tracked as labor.
START_DATE_ACTIVE DATE
Yes Effective start date of the resource
END_DATE_ACTIVE DATE

Last effective date of the resource
ATTRIBUTE_CATEGORY VARCHAR2 (30)
Descriptive flexfield context field
ATTRIBUTE1 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE2 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE3 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE4 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE5 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE6 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE7 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE8 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE9 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE10 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE11 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE12 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE13 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE14 VARCHAR2 (150)
Descriptive flexfield segment
ATTRIBUTE15 VARCHAR2 (150)
Descriptive flexfield segment
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
JTF_RESOURCE_ID NUMBER

Unique resource identifier in CRM
REQUEST_ID NUMBER (15)
Identifier of the request that last processed the item
PROGRAM_ID NUMBER (15)
Identifier of the concurrent program that last processed the item
PROGRAM_UPDATE_DATE DATE

Date on which a concurrent program last updated this item
PROGRAM_APPLICATION_ID NUMBER (15)
Identifier of the application that owns the concurrent program that last processed the item
FUTURE_TERM_WF_FLAG VARCHAR2 (1)
This flag indicates whether the termination process has been initiated for this person already, then do not initiate another termination process. It also checks whether the person is reverse terminated, then do not initiate the termination process.
Query Text

Cut, paste (and edit) the following text to query this object:


SELECT RESOURCE_ID
,      NAME
,      DESCRIPTION
,      RESOURCE_TYPE_ID
,      UNIT_OF_MEASURE
,      ROLLUP_QUANTITY_FLAG
,      TRACK_AS_LABOR_FLAG
,      START_DATE_ACTIVE
,      END_DATE_ACTIVE
,      ATTRIBUTE_CATEGORY
,      ATTRIBUTE1
,      ATTRIBUTE2
,      ATTRIBUTE3
,      ATTRIBUTE4
,      ATTRIBUTE5
,      ATTRIBUTE6
,      ATTRIBUTE7
,      ATTRIBUTE8
,      ATTRIBUTE9
,      ATTRIBUTE10
,      ATTRIBUTE11
,      ATTRIBUTE12
,      ATTRIBUTE13
,      ATTRIBUTE14
,      ATTRIBUTE15
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      JTF_RESOURCE_ID
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      FUTURE_TERM_WF_FLAG
FROM PA.PA_RESOURCES;

Dependencies

[top of page]

PA.PA_RESOURCES does not reference any database object

PA.PA_RESOURCES is referenced by following:

SchemaAPPS
TriggerPA_ADW_RESOURCES_T2
SynonymPA_RESOURCES