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


TABLE: PA.PA_FIN_VP_AMTS_VIEW_TMP

Object Details
Object Name: PA_FIN_VP_AMTS_VIEW_TMP
Object Type: TABLE
Owner: PA
Subobject Name:
Status: VALID

Stores the row-level information for HGrid display by amounts
in the View Plans page

Temporary Table Details

PA.PA_FIN_VP_AMTS_VIEW_TMP 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$SESSION. Data is removed at the end of this period.

Storage Details
Tablespace: Tablespace
PCT Free: 10
PCT Used: 40
Indexes
Index Type Uniqueness Tablespace Column
PA_FIN_VP_AMTS_VIEW_TMP_N1 NORMAL NONUNIQUE Tablespace ColumnROW_LEVEL
PA_FIN_VP_AMTS_VIEW_TMP_N2 NORMAL NONUNIQUE Tablespace ColumnELEMENT_NAME
Columns
Name Datatype Length Mandatory Comments
PROJECT_ID NUMBER (15)
Stores the project id
TASK_ID NUMBER (15)
Stores the task id
RESOURCE_LIST_MEMBER_ID NUMBER (15)
Stores the resource list member id
ELEMENT_NAME VARCHAR2 (80)
Stores the name of the element (project, task, or resource)
ELEMENT_LEVEL VARCHAR2 (30)
Stores the element level (used for Switcher to display icon)
LABOR_HOURS NUMBER

Stores the labor hours
BURDENED_COST NUMBER

Stores the burdened cost
RAW_COST NUMBER

Stores the raw cost
REVENUE NUMBER

Stores the revenue
MARGIN NUMBER

Stores the margin (0 if only one of cost and revenue is available)
MARGIN_PERCENT NUMBER

Stores the margin percent (0 if only one of cost and revenue is available)
EDITABLE_FLAG VARCHAR2 (1)
Stores the flag to determine whether the row is editable
ROW_LEVEL NUMBER

Stores the hierarchy level (used for HGrid)
PARENT_ELEMENT_NAME VARCHAR2 (80)
Stores the name of the parent
COST_RESOURCE_ASSIGNMENT_ID NUMBER (15)
REV_RESOURCE_ASSIGNMENT_ID NUMBER (15)
ALL_RESOURCE_ASSIGNMENT_ID NUMBER (15)
UNIT_OF_MEASURE VARCHAR2 (30)
Stores the unit of measure for the element
HAS_CHILD_ELEMENT VARCHAR2 (1)
Query Text

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


SELECT PROJECT_ID
,      TASK_ID
,      RESOURCE_LIST_MEMBER_ID
,      ELEMENT_NAME
,      ELEMENT_LEVEL
,      LABOR_HOURS
,      BURDENED_COST
,      RAW_COST
,      REVENUE
,      MARGIN
,      MARGIN_PERCENT
,      EDITABLE_FLAG
,      ROW_LEVEL
,      PARENT_ELEMENT_NAME
,      COST_RESOURCE_ASSIGNMENT_ID
,      REV_RESOURCE_ASSIGNMENT_ID
,      ALL_RESOURCE_ASSIGNMENT_ID
,      UNIT_OF_MEASURE
,      HAS_CHILD_ELEMENT
FROM PA.PA_FIN_VP_AMTS_VIEW_TMP;

Dependencies

[top of page]

PA.PA_FIN_VP_AMTS_VIEW_TMP does not reference any database object

PA.PA_FIN_VP_AMTS_VIEW_TMP is referenced by following:

SchemaAPPS
SynonymPA_FIN_VP_AMTS_VIEW_TMP