CN_PERIOD_GOALS_ALL

Table for storing Goal values per period and ITD Goal values

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_PERIOD_GOALS_PK

PERIOD_GOAL_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_GOAL_ID NUMBER 18 Yes Primary key
GOAL_ID NUMBER 18 Yes Foreign key to Goals table
INTERVAL_GOAL_ID NUMBER 18 Yes Foreign key to Interval Goals table
PERIOD_ID NUMBER 18 Yes Period id
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TARGET_PERD NUMBER Target for the Period.
ALT_TARGET_1_PERD NUMBER Alternate Target 1 for the Period.
ALT_TARGET_2_PERD NUMBER Alternate Target 2 for the Period.
ALT_TARGET_3_PERD NUMBER Alternate Target 3 for the Period.
ALT_TARGET_4_PERD NUMBER Alternate Target 4 for the Period.
ALT_TARGET_5_PERD NUMBER Alternate Target 5 for the Period.
TARGET_ITD NUMBER Target Interval to Date
ALT_TARGET_1_ITD NUMBER Alternate Target 1 Interval to Date
ALT_TARGET_2_ITD NUMBER Alternate Target 2 Interval to Date
ALT_TARGET_3_ITD NUMBER Alternate Target 3 Interval to Date
ALT_TARGET_4_ITD NUMBER Alternate Target 4 Interval to Date
ALT_TARGET_5_ITD NUMBER Alternate Target 5 Interval to Date
QUARTER_NUM NUMBER 18 Quarter Number
PERIOD_YEAR NUMBER 18 Year
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.
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_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to 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_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_PERIOD_GOALS_ALL cn_goals_all_b GOAL_ID
CN_PERIOD_GOALS_ALL cn_interval_goals_all INTERVAL_GOAL_ID
cn_srp_per_goals_all cn_period_goals_all PERIOD_GOAL_ID

Indexes

Index Uniqueness Tablespace Columns
CN_PERIOD_GOALS_ALL_N1 Non Unique Default GOAL_ID, INTERVAL_GOAL_ID
CN_PERIOD_GOALS_ALL_U1 Unique Default PERIOD_GOAL_ID