LOY_AGGR_POINT_PERIOD
This is the period table for point aggregation
Details
-
Schema: FUSION
-
Object owner: LOY
-
Object type: TABLE
-
Tablespace: FUSION_TS_TX_DATA
Primary Key
Name | Columns |
---|---|
LOY_AGGR_POINT_PERIOD_PK |
LOY_AGGR_POINT_PERIOD_ID |
Columns
Name | Datatype | Length | Precision | Not-null | Comments |
---|---|---|---|---|---|
LOY_AGGR_POINT_PERIOD_ID | NUMBER | 18 | Yes | Who column. Primary key. | |
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_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. | ||
LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates 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. | |
PERIOD_TYPE | CHAR | 1 | Yes | Period Type, the value could be W/M/Q/Y represents Weekly/Monthly/Quartly/Yearly | |
PERIOD_CODE | NUMBER | 8 | Yes | Refers to FND_CAL_WEEK.CAL_WEEK, FND_CAL_MONTH.CAL_MONTH, FND_CAL_QUARTER.CAL_QUARTER, FND_CAL_YEAR.CAL_YEAR | |
PERIOD_END_DATE | DATE | Yes | End date of the period | ||
SUCC_PERIOD_CODE | NUMBER | 8 | Yes | Succeed period code | |
RECENT_FLAG | VARCHAR2 | 1 | Yes | Y/N, identify most recent aggregation period for given period type | |
AGGR_PERIOD_TYPE | CHAR | 1 | Yes | Refers to LOY_AGGR_POINT.PERIOD_TYPE | |
AGGR_PERIOD_CODE | NUMBER | 8 | Yes | Refers to LOY_AGGR_POINT.PERIOD_CODE |
Indexes
Index | Uniqueness | Tablespace | Columns |
---|---|---|---|
LOY_AGGR_POINT_PERIOD_N1 | Non Unique | Default | PERIOD_CODE, PERIOD_TYPE, AGGR_PERIOD_TYPE, AGGR_PERIOD_CODE, RECENT_FLAG |
LOY_AGGR_POINT_PERIOD_N2 | Non Unique | Default | SUCC_PERIOD_CODE, PERIOD_TYPE, AGGR_PERIOD_TYPE, AGGR_PERIOD_CODE, RECENT_FLAG |
LOY_AGGR_POINT_PERIOD_U1 | Unique | Default | LOY_AGGR_POINT_PERIOD_ID |
LOY_AGGR_POINT_PERIOD_U2 | Unique | Default | PERIOD_TYPE, PERIOD_CODE |