CN_PERIODS_B

Periods table for fusion Incentive compensation

Details

  • Schema: FUSION

  • Object owner: CN

  • Object type: TABLE

  • Tablespace: APPS_TS_TX_DATA

Primary Key

Name Columns

CN_PERIODS_B_PK

PERIOD_ID, CALENDAR_ID

Columns

Name Datatype Length Precision Not-null Comments
PERIOD_ID NUMBER 18 Yes ..
CALENDAR_ID NUMBER 18 Yes CALENDAR_ID
PERIOD_YEAR NUMBER 18 PERIOD_YEAR
PERIOD_NUMBER NUMBER 18 PERIOD_NUMBER
PERIOD_SEQUENCE NUMBER 18 PERIOD_SEQUENCE
QUARTER_NUMBER NUMBER 18 QUARTER_NUMBER
START_DATE DATE START_DATE
END_DATE DATE END_DATE
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.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who last updated the row.
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.

Foreign Keys

Table Foreign Table Foreign Key Column
CN_PERIODS_B cn_calendars_b CALENDAR_ID
cn_prd_statuses_all cn_periods_b PERIOD_ID, CALENDAR_ID
cn_periods_tl cn_periods_b PERIOD_ID, CALENDAR_ID
cn_per_int_types_all_b cn_periods_b PERIOD_ID, CALENDAR_ID

Indexes

Index Uniqueness Tablespace Columns
CN_PERIODS_B_N1 Non Unique Default CALENDAR_ID, START_DATE, END_DATE
CN_PERIODS_B_U1 Unique Default PERIOD_ID, CALENDAR_ID