ACE_PLANNING_PERIOD_B

Contains detailed information for the setup of the Portfolio Planning Periods.

Details

  • Schema: FUSION

  • Object owner: ACE

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ACE_PLANNING_PERIOD_B_PK

PLANNING_PERIOD_ID

Columns

Name Datatype Length Precision Not-null Comments
PLANNING_PERIOD_ID NUMBER 18 Yes Planning Period ID. Primary key
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
PLANNING_PERIOD_NUMBER VARCHAR2 64 Yes A GUID-based column that has been created to be part of Alternate Key for data migration.
PERIOD_STATUS VARCHAR2 30 Yes Status of the planning period. The values for this column will be maintained in FND_LOOKUPS under the ACE_PERIOD_STATUSES lookup type. The supported codes and values are as follows. Code: ACTIVE_STATUS Value: Active Code: INACTIVE_STATUS Value: Inactive
PERIOD_START_DATE DATE Start Date of the planning period
PERIOD_END_DATE DATE End Date of the planning period
START_PLAN_PERIOD_UNIT_ID NUMBER 18 Yes Start time unit of planning period
END_PLAN_PERIOD_UNIT_ID NUMBER 18 Yes End time unit of planning period
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
ACE_PLANNING_PERIOD_B ace_plan_period_units_b START_PLAN_PERIOD_UNIT_ID
ACE_PLANNING_PERIOD_B ace_plan_period_units_b END_PLAN_PERIOD_UNIT_ID
ace_portfolio_b ace_planning_period_b PLANNING_PERIOD_ID

Indexes

Index Uniqueness Tablespace Columns
ACE_PLANNING_PERIOD_B_N1 Non Unique Default PERIOD_STATUS
ACE_PLANNING_PERIOD_B_U1 Unique Default PLANNING_PERIOD_ID
ACE_PLANNING_PERIOD_B_U2 Unique Default PLANNING_PERIOD_NUMBER