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


TABLE: PA.PA_BUDGET_VERSIONS_OLAP_TMP2

Object Details
Object Name: PA_BUDGET_VERSIONS_OLAP_TMP2
Object Type: TABLE
Owner: PA
FND Design Data: TablePA.PA_BUDGET_VERSIONS_OLAP_TMP2
Subobject Name:
Status: VALID

This temporary table stores budget versions and all the currency codes the project uses

Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_BUDGET_VER_OLAP_TMP2_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJECT_ID
PA_BUDGET_VER_OLAP_TMP2_N2 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnBUDGET_VERSION_ID
Columns
Name Datatype Length Mandatory Comments
CURR_TYPE VARCHAR2 (4)
Stores ALL if project currency and project functional currencies are the same. Stores PC for project currency record. Stores PFC for project functional currency record
PROJECT_ID NUMBER

BUDGET_VERSION_ID NUMBER

Identifier of the Budget Version
CURRENCY_CODE VARCHAR2 (15)
Currency Code
Query Text

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


SELECT CURR_TYPE
,      PROJECT_ID
,      BUDGET_VERSION_ID
,      CURRENCY_CODE
FROM PA.PA_BUDGET_VERSIONS_OLAP_TMP2;

Dependencies

[top of page]

PA.PA_BUDGET_VERSIONS_OLAP_TMP2 does not reference any database object

PA.PA_BUDGET_VERSIONS_OLAP_TMP2 is referenced by following:

SchemaPA
ViewPA_BUDGET_VERSIONS_OLAP_TMP2#