[Home] [Help]
[Dependency Information]
Object Name: | PA_FP_EXCLUDED_ELEMENTS |
---|---|
Object Type: | TABLE |
Owner: | PA |
FND Design Data: | ![]() |
Subobject Name: | |
Status: | VALID |
This table stores all the tasks that have been explicitly excluded for financial planning purposes.
Tablespace: | ![]() |
---|---|
PCT Free: | 10 |
PCT Used: |
Index | Type | Uniqueness | Tablespace | Column |
---|---|---|---|---|
PA_FP_EXCLUDED_ELEMENTS_U1 | NORMAL | UNIQUE |
![]() |
![]() ![]() ![]() |
PA_FP_EXCLUDED_ELEMENTS_N1 | NORMAL | NONUNIQUE |
![]() |
![]() |
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 |
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;
PA.PA_FP_EXCLUDED_ELEMENTS does not reference any database object
PA.PA_FP_EXCLUDED_ELEMENTS is referenced by following:
|
|
|