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


TABLE: PA.PA_RESOURCE_TXN_ATTRIBUTES

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


PA_RESOURCE_TXN_ATTRIBUTES stores the transaction combinations which
make up the resource, such as Employee and Job, or Employee and
Expenditure Type.
.
Oracle Projects automatically creates a row in this table when you
select a resource of a predefined resource type in a resource list.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RESOURCE_TXN_ATTRIBUTES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_TXN_ATTRIBUTE_ID
PA_RESOURCE_TXN_ATTRIBUTES_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_ID
PA_RESOURCE_TXN_ATTRIBUTES_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPERSON_ID
PA_RESOURCE_TXN_ATTRIBUTES_N3 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ROLE_ID
PA_RESOURCE_TXN_ATTRIBUTES_N4 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPARTY_ID
Columns
Name Datatype Length Mandatory Comments
RESOURCE_TXN_ATTRIBUTE_ID NUMBER (15) Yes System-generated number that uniquely identifies combinations of one or more transactions
RESOURCE_ID NUMBER (15) Yes Holds the identifier of the resource.
PERSON_ID NUMBER

Holds the identifier of the employee.
JOB_ID NUMBER

Holds the identifier of the Job
ORGANIZATION_ID NUMBER

Holds the identifier of the Organization
VENDOR_ID NUMBER

Holds the identifier of the Supplier.
EXPENDITURE_TYPE VARCHAR2 (30)
Holds the identifier of the Expenditure Type
EVENT_TYPE VARCHAR2 (30)
Holds the identifier of the Event Type
NON_LABOR_RESOURCE VARCHAR2 (20)
Holds the identifier of the Non Labor Resource
EXPENDITURE_CATEGORY VARCHAR2 (30)
Holds the identifier of the Expenditure Category
REVENUE_CATEGORY VARCHAR2 (30)
Holds the identifier of the Revenue Category
NON_LABOR_RESOURCE_ORG_ID NUMBER

Holds the identifier of the Non Labor Resource's Organization
EVENT_TYPE_CLASSIFICATION VARCHAR2 (30)
Holds the identifier of the Event Type Classification
SYSTEM_LINKAGE_FUNCTION VARCHAR2 (30)
Holds the identifier of the System Linkage
RESOURCE_FORMAT_ID NUMBER (15) Yes Holds the identifier of the Resource Format.
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
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
PROJECT_ROLE_ID NUMBER

Stores the project role ID
PARTY_ID NUMBER (15)
Holds the identifier of external people
Query Text

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


SELECT RESOURCE_TXN_ATTRIBUTE_ID
,      RESOURCE_ID
,      PERSON_ID
,      JOB_ID
,      ORGANIZATION_ID
,      VENDOR_ID
,      EXPENDITURE_TYPE
,      EVENT_TYPE
,      NON_LABOR_RESOURCE
,      EXPENDITURE_CATEGORY
,      REVENUE_CATEGORY
,      NON_LABOR_RESOURCE_ORG_ID
,      EVENT_TYPE_CLASSIFICATION
,      SYSTEM_LINKAGE_FUNCTION
,      RESOURCE_FORMAT_ID
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
,      REQUEST_ID
,      PROGRAM_ID
,      PROGRAM_UPDATE_DATE
,      PROGRAM_APPLICATION_ID
,      PROJECT_ROLE_ID
,      PARTY_ID
FROM PA.PA_RESOURCE_TXN_ATTRIBUTES;

Dependencies

[top of page]

PA.PA_RESOURCE_TXN_ATTRIBUTES does not reference any database object

PA.PA_RESOURCE_TXN_ATTRIBUTES is referenced by following:

SchemaPA
ViewPA_RESOURCE_TXN_ATTRIBUTES#