FA_CALENDAR_TYPES
FA_CALENDAR_TYPES contains general information about depreciation calendars. Oracle Fusion Assets inserts a row in this table for each calendar and the detail information is stored in FA_CALENDAR_PERIODS.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
FA_CALENDAR_TYPES_PK |
CALENDAR_TYPE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
|---|---|---|---|---|---|---|
| CALENDAR_TYPE_ID | NUMBER | 18 | Yes | Identifier of the asset depreciation calendar. | ||
| CALENDAR_TYPE | VARCHAR2 | 15 | Yes | Name of the asset depreciation calendar. | ||
| DESCRIPTION | VARCHAR2 | 40 | Description of the depreciation calendar. | |||
| PERIOD_SUFFIX_TYPE | VARCHAR2 | 8 | Indicates whether the fiscal year or calendar year is used as the default when generating the calendar period name. | |||
| NUMBER_PER_FISCAL_YEAR | NUMBER | 3 | Yes | Number of accounting periods for the fiscal year. | ||
| FISCAL_YEAR_NAME | VARCHAR2 | 30 | Yes | Name of fiscal year for which the calendar is defined. | ||
| 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_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated 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. | ||
| ATTRIBUTE1 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) | ||
| ATTRIBUTE_CATEGORY_CODE | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Calendar Types (FA_CALENDAR_TYPES) |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_CALENDAR_TYPES | fa_fiscal_year_types_b | FISCAL_YEAR_NAME |
| fa_book_controls | fa_calendar_types | DEPRN_CALENDAR |
| fa_book_controls | fa_calendar_types | PRORATE_CALENDAR |
| fa_calendar_periods | fa_calendar_types | CALENDAR_TYPE |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_CALENDAR_TYPES_U1 | Unique | Default | CALENDAR_TYPE_ID |
| FA_CALENDAR_TYPES_U2 | Unique | Default | CALENDAR_TYPE |