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


TABLE: PA.PA_RESOURCE_LIST_USES

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


PA_RESOURCE_LIST_USES holds information about the use of resource
lists assigned to projects. The use of a resource list can differ
from project to project.
.
The use code is either the ACTUALS_ACCUM lookup type or a budget
type. Oracle Projects automatically creates a row in this table and
in the PA_RESOURCE_LIST_ASSIGNMENTS table for the resource list used
in budgeting when you baseline a budget version for the project.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_RESOURCE_LIST_USES_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnRESOURCE_LIST_ASSIGNMENT_ID
ColumnUSE_CODE
Columns
Name Datatype Length Mandatory Comments
RESOURCE_LIST_ASSIGNMENT_ID NUMBER (15) Yes The identifier of the resource list assignment
USE_CODE VARCHAR2 (30) Yes Indicates the purpose for which the Resource list is used
DEFAULT_FLAG VARCHAR2 (1)
Indicates whether this is to be used as the default resource list for Project Status Inquiry. There can be only one such default for a project.
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
Query Text

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


SELECT RESOURCE_LIST_ASSIGNMENT_ID
,      USE_CODE
,      DEFAULT_FLAG
,      LAST_UPDATED_BY
,      LAST_UPDATE_DATE
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_RESOURCE_LIST_USES;

Dependencies

[top of page]

PA.PA_RESOURCE_LIST_USES does not reference any database object

PA.PA_RESOURCE_LIST_USES is referenced by following:

SchemaAPPS
SynonymPA_RESOURCE_LIST_USES