[Home] [Help]
[Dependency Information]
| Object Name: | PA_RES_ASGMTS_TEMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| Subobject Name: | |
| Status: | VALID |
Stores some parameters being passed to the PA_TASK_ASSIGNMENT_UTILS.Validate_Update_Assignment API.
PA.PA_RES_ASGMTS_TEMP is a global temporary table. The current session is able see data that it placed in the table but other sessions cannot. Data in the table is temporary. It has a data duration of SYS$TRANSACTION. Data is removed at the end of this period.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ASSIGNMENT_ID | NUMBER | |||
| RESOURCE_LIST_MEMBER_ID | NUMBER | |||
| OVERRIDE_CURRENCY_CODE | VARCHAR2 | (15) | ||
| PROJECT_ROLE_ID | NUMBER | |||
| TOTAL_QUANTITY | NUMBER | |||
| SCHEDULE_START_DATE | DATE | |||
| SCHEDULE_END_DATE | DATE |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ASSIGNMENT_ID
, RESOURCE_LIST_MEMBER_ID
, OVERRIDE_CURRENCY_CODE
, PROJECT_ROLE_ID
, TOTAL_QUANTITY
, SCHEDULE_START_DATE
, SCHEDULE_END_DATE
FROM PA.PA_RES_ASGMTS_TEMP;
PA.PA_RES_ASGMTS_TEMP does not reference any database object
PA.PA_RES_ASGMTS_TEMP is referenced by following:
APPS
PA_RES_ASGMTS_TEMP
|
|
|
|