[Home] [Help]
[Dependency Information]
| Object Name: | PA_FP_PRIOR_PERIODS_TMP |
|---|---|
| Object Type: | TABLE |
| Owner: | PA |
| Subobject Name: | |
| Status: | VALID |
This is an internal table required in financial planning to store the various amount types for prior as rows before they are stored in PA_PROJECT_PERIODS_DENORM table
PA.PA_FP_PRIOR_PERIODS_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.
| Tablespace: | ![]() |
|---|---|
| PCT Free: | 10 |
| PCT Used: | 40 |
| Index | Type | Uniqueness | Tablespace | Column |
|---|---|---|---|---|
| PA_FP_PRIOR_PERIODS_TMP_N1 | NORMAL | NONUNIQUE |
|
RESOURCE_ASSIGNMENT_ID
OBJECT_TYPE_CODE
OBJECT_ID
CURRENCY_TYPE
CURRENCY_CODE
AMOUNT_TYPE_CODE
AMOUNT_SUBTYPE_CODE
|
| Name | Datatype | Length | Mandatory | Comments |
|---|---|---|---|---|
| RESOURCE_ASSIGNMENT_ID | NUMBER | (15) | Yes | Stores the Resource Assignment ID |
| OBJECT_ID | NUMBER | (15) | Yes | Stores the Object ID |
| OBJECT_TYPE_CODE | VARCHAR2 | (30) | Yes | Stores the Object Type Code |
| AMOUNT_TYPE_CODE | VARCHAR2 | (30) | Yes | Stores the Amount Type Code |
| AMOUNT_SUBTYPE_CODE | VARCHAR2 | (30) | Yes | Stores the component of the Amount Type Code |
| CURRENCY_TYPE | VARCHAR2 | (30) | Yes | Stores the Currency type |
| CURRENCY_CODE | VARCHAR2 | (30) | Yes | Stores the Currency code |
| PRIOR_PERIOD_AMOUNT | NUMBER | Stores the prior period amount |
Cut, paste (and edit) the following text to query this object:
SELECT RESOURCE_ASSIGNMENT_ID
, OBJECT_ID
, OBJECT_TYPE_CODE
, AMOUNT_TYPE_CODE
, AMOUNT_SUBTYPE_CODE
, CURRENCY_TYPE
, CURRENCY_CODE
, PRIOR_PERIOD_AMOUNT
FROM PA.PA_FP_PRIOR_PERIODS_TMP;
PA.PA_FP_PRIOR_PERIODS_TMP does not reference any database object
PA.PA_FP_PRIOR_PERIODS_TMP is referenced by following:
APPS
PA_FP_PRIOR_PERIODS_TMP
|
|
|
|