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


VIEW: APPS.PA_FP_PERIOD_VALUES_V

Object Details
Object Name: PA_FP_PERIOD_VALUES_V
Object Type: VIEW
Owner: APPS
Subobject Name:
Status: VALID

***** Warning: Oracle Internal Use Only *****

Oracle Corporation does not support access to Oracle
applications data using this object, except from standard Oracle Applications programs.

View Type

Internal

[View Source]

Columns
Name Datatype Length Mandatory Comments
BUDGET_VERSION_ID NUMBER (15) Yes Identifier of the Plan Version
RESOURCE_ASSIGNMENT_ID NUMBER (15) Yes Identifier of the resource assignment
OBJECT_ID NUMBER (15) Yes Identifier of the object for which such denormalized plan amounts are held. Examples would be forecast element id and fin_plan_adj_line_id
OBJECT_TYPE_CODE VARCHAR2 (30) Yes
PERIOD_PROFILE_ID NUMBER (15) Yes Indicates the period profile to which this denormalized amounts correspond to
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
AMOUNT_TYPE_ID NUMBER (15) Yes Stores the Amount Type ID
AMOUNT_SUBTYPE_ID NUMBER (15) Yes Stores the Amount Subtype ID
CURRENCY_TYPE VARCHAR2 (30) Yes Stores the Currency Type
CURRENCY_CODE VARCHAR2 (15) Yes Stores the currency code
PRECEDING_PERIODS_AMOUNT NUMBER

Stores the preceding periods amount
SUCCEEDING_PERIODS_AMOUNT NUMBER

Stores the succeeding periods amount
PERIOD_AMOUNT1 NUMBER

PERIOD_AMOUNT2 NUMBER

PERIOD_AMOUNT3 NUMBER

PERIOD_AMOUNT4 NUMBER

PERIOD_AMOUNT5 NUMBER

PERIOD_AMOUNT6 NUMBER

PERIOD_AMOUNT7 NUMBER

PERIOD_AMOUNT8 NUMBER

PERIOD_AMOUNT9 NUMBER

PERIOD_AMOUNT10 NUMBER

PERIOD_AMOUNT11 NUMBER

PERIOD_AMOUNT12 NUMBER

PERIOD_AMOUNT13 NUMBER

Query Text

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


SELECT BUDGET_VERSION_ID
,      RESOURCE_ASSIGNMENT_ID
,      OBJECT_ID
,      OBJECT_TYPE_CODE
,      PERIOD_PROFILE_ID
,      AMOUNT_TYPE_CODE
,      AMOUNT_SUBTYPE_CODE
,      AMOUNT_TYPE_ID
,      AMOUNT_SUBTYPE_ID
,      CURRENCY_TYPE
,      CURRENCY_CODE
,      PRECEDING_PERIODS_AMOUNT
,      SUCCEEDING_PERIODS_AMOUNT
,      PERIOD_AMOUNT1
,      PERIOD_AMOUNT2
,      PERIOD_AMOUNT3
,      PERIOD_AMOUNT4
,      PERIOD_AMOUNT5
,      PERIOD_AMOUNT6
,      PERIOD_AMOUNT7
,      PERIOD_AMOUNT8
,      PERIOD_AMOUNT9
,      PERIOD_AMOUNT10
,      PERIOD_AMOUNT11
,      PERIOD_AMOUNT12
,      PERIOD_AMOUNT13
FROM APPS.PA_FP_PERIOD_VALUES_V;

Dependencies

[top of page]

APPS.PA_FP_PERIOD_VALUES_V references the following:

SchemaAPPS
PL/SQL PackagePA_FIN_PLAN_VIEW_GLOBAL - show dependent code
SynonymPA_PROJ_PERIODS_DENORM
SynonymPA_PROJ_PERIOD_PROFILES
APPS.PA_FP_PERIOD_VALUES_V is referenced by following:

SchemaAPPS
ViewPA_FIN_PLAN_ADJ_TOTAL_V
ViewPA_FP_ENTER_ADJ_LINES_V
Package BodyPA_FP_ORG_FCST_UTILS - show dependent code
ViewPA_FP_SUM_PV_V
ViewPA_FP_VIEW_ADJ_V
ViewPA_FP_VIEW_BY_COMP_V