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


TABLE: PA.PA_PROJECTS_FOR_ACCUM

Object Details
Object Name: PA_PROJECTS_FOR_ACCUM
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.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.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_PROJECTS_FOR_ACCUM_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnREQUEST_ID
ColumnSEGMENT1
ColumnACTION_FLAG
Columns
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
Query Text

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;

Dependencies

[top of page]

PA.PA_PROJECTS_FOR_ACCUM does not reference any database object

PA.PA_PROJECTS_FOR_ACCUM is referenced by following:

SchemaAPPS
SynonymPA_PROJECTS_FOR_ACCUM