[Home] [Help]
[Dependency Information]
| Object Name: | PA_RESOURCE_LIST_USES |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.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.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_RESOURCE_LIST_USES_U1 | NORMAL | UNIQUE |
APPS_TS_TX_IDX
|
RESOURCE_LIST_ASSIGNMENT_ID
USE_CODE
|
| 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 |
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;
PA.PA_RESOURCE_LIST_USES does not reference any database object
PA.PA_RESOURCE_LIST_USES is referenced by following:
APPS
PA_RESOURCE_LIST_USES
|
|
|
|