[Home] [Help]
[Dependency Information]
| Object Name: | PA_PROJECTS_FOR_ACCUM |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| FND Design Data: | PA.PA_PROJECTS_FOR_ACCUM
|
| Subobject Name: | |
| Status: | VALID |
PA_PROJECTS_FOR_ACCUM caches the projects which need to be processed by the update projects summary process. After the end of the process the records are deleted.
| Tablespace: | APPS_TS_TX_DATA |
|---|---|
| PCT Free: | 10 |
| PCT Used: |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_PROJECTS_FOR_ACCUM_N1 | NORMAL | NONUNIQUE |
APPS_TS_TX_IDX
|
REQUEST_ID
SEGMENT1
ACTION_FLAG
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| PROJECT_ID | NUMBER | Yes | The identifier of the project which is to be processed | |
| REQUEST_ID | NUMBER | Yes | The identifier of the concurrent process | |
| ACTION_FLAG | VARCHAR2 | (2) | Yes | The flag to indicate the action to be taken for the project |
| SEGMENT1 | VARCHAR2 | (25) | Yes | The name of the project |
| EXCEPTION_FLAG | VARCHAR2 | (1) | Flag to indicate if the summarization was successful or not |
Cut, paste (and edit) the following text to query this object:
SELECT PROJECT_ID
, REQUEST_ID
, ACTION_FLAG
, SEGMENT1
, EXCEPTION_FLAG
FROM PA.PA_PROJECTS_FOR_ACCUM;
PA.PA_PROJECTS_FOR_ACCUM does not reference any database object
PA.PA_PROJECTS_FOR_ACCUM is referenced by following:
PA
PA_PROJECTS_FOR_ACCUM#
|
|
|
|