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


TABLE: PA.PA_FP_EXCLUDED_ELEMENTS

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


This table stores all the tasks that have been explicitly excluded for financial planning purposes.


Storage Details
Tablespace: TablespaceAPPS_TS_TX_DATA
PCT Free: 10
PCT Used:
Indexes
Index Type Uniqueness Tablespace Column
PA_FP_EXCLUDED_ELEMENTS_U1 NORMAL UNIQUE TablespaceAPPS_TS_TX_IDX ColumnPROJ_FP_OPTIONS_ID
ColumnELEMENT_TYPE
ColumnTASK_ID
PA_FP_EXCLUDED_ELEMENTS_N1 NORMAL NONUNIQUE TablespaceAPPS_TS_TX_IDX ColumnTASK_ID
Columns
Name Datatype Length Mandatory Comments
PROJ_FP_OPTIONS_ID NUMBER (15) Yes The identifier of the planning option to which the element belongs to
PROJECT_ID NUMBER (15) Yes Unique identifier of the project
FIN_PLAN_TYPE_ID NUMBER (15)
Unique identifier of the plan type
ELEMENT_TYPE VARCHAR2 (30) Yes Determines the type of planning elements. Can be any of COST/REVENUE/ALL
FIN_PLAN_VERSION_ID NUMBER (15)
Unique identifier of the Plan Version.
TASK_ID NUMBER (15) Yes Unique identifier of the task that is excluded for financial planning purposes.
RECORD_VERSION_NUMBER NUMBER (15) Yes Internally generated number used for record locking
LAST_UPDATE_DATE DATE
Yes Standard Who column
LAST_UPDATED_BY NUMBER (15) Yes Standard Who column
CREATION_DATE DATE
Yes Standard Who column
CREATED_BY NUMBER (15) Yes Standard Who column
LAST_UPDATE_LOGIN NUMBER (15) Yes Standard Who column
Query Text

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


SELECT PROJ_FP_OPTIONS_ID
,      PROJECT_ID
,      FIN_PLAN_TYPE_ID
,      ELEMENT_TYPE
,      FIN_PLAN_VERSION_ID
,      TASK_ID
,      RECORD_VERSION_NUMBER
,      LAST_UPDATE_DATE
,      LAST_UPDATED_BY
,      CREATION_DATE
,      CREATED_BY
,      LAST_UPDATE_LOGIN
FROM PA.PA_FP_EXCLUDED_ELEMENTS;

Dependencies

[top of page]

PA.PA_FP_EXCLUDED_ELEMENTS does not reference any database object

PA.PA_FP_EXCLUDED_ELEMENTS is referenced by following:

SchemaAPPS
SynonymPA_FP_EXCLUDED_ELEMENTS