CN_INTERVAL_GOALS_ALL

Table for storing Goal values per interval

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_INTERVAL_GOALS_PK

INTERVAL_GOAL_ID

Columns

Name Datatype Length Precision Not-null Comments
INTERVAL_GOAL_ID NUMBER 18 Yes Primary key
INTERVAL_NUMBER VARCHAR2 80 Interval Number
INTERVAL_TYPE_ID NUMBER 18 Foreign key for Interval Type
GOAL_ID NUMBER 18 Yes Foreign key to Goals table
ORG_ID NUMBER 18 Yes Indicates the identifier of the business unit associated to the row.
TARGET_INT NUMBER Target fot the interval
ALT_TARGET_1_INT NUMBER Alternate Target for Interval
ALT_TARGET_2_INT NUMBER Alternate Target for Interval
ALT_TARGET_3_INT NUMBER Alternate Target for Interval
ALT_TARGET_4_INT NUMBER Alternate Target for Interval
ALT_TARGET_5_INT NUMBER Alternate Target for Interval
CAL_PER_INT_TYPE_ID NUMBER 18 Interval Id
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_INTERVAL_GOALS_ALL cn_goals_all_b GOAL_ID
CN_INTERVAL_GOALS_ALL cn_cal_per_int_types_all CAL_PER_INT_TYPE_ID
cn_srp_interval_goals_all cn_interval_goals_all INTERVAL_GOAL_ID
cn_period_goals_all cn_interval_goals_all INTERVAL_GOAL_ID

Indexes

Index Uniqueness Tablespace Columns
CN_INTERVAL_GOALS_ALL_N1 Non Unique Default GOAL_ID
CN_INTERVAL_GOALS_U1 Unique Default INTERVAL_GOAL_ID