GL_CAL_CONFIRMED_YEARS
This is a temporary table which is used internally by Oracle.
Details
-
Schema: FUSION
-
Object owner: GL
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
GL_CAL_CONFIRMED_YEARS_PK |
CALENDAR_ID, YEAR_START_DATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CALENDAR_ID | NUMBER | 18 | Yes | Accounting calendar identifier. | |
| YEAR_START_DATE | DATE | Yes | Start date of the accounting year. | ||
| CONFIRMED | VARCHAR2 | 1 | Yes | Indicates whether the calendar year is confirmed. | |
| 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. |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| GL_CAL_CONFIRMED_YEARS_U1 | Unique | Default | CALENDAR_ID, YEAR_START_DATE |