FA_CEILINGS
FA_CEILINGS contains detail information about the depreciation expense, depreciation cost, and Investment Tax Credit (ITC) ceilings.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
FA_CEILINGS_PK |
CEILING_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
|---|---|---|---|---|---|---|
| CEILING_ID | NUMBER | 18 | Yes | Identifier of the ceiling rates defined for a ceiling. | ||
| CEILING_TYPE_ID | NUMBER | 18 | Yes | Identifier of the depreciation ceiling. | ||
| START_DATE | DATE | Yes | Beginning date placed in service to which this ceiling applies. | |||
| END_DATE | DATE | Ending date placed in service to which this ceiling rate applies. | ||||
| YEAR_OF_LIFE | NUMBER | 4 | Fiscal year of the asset life to which the depreciation expense ceiling amount applies. | |||
| LIMIT | NUMBER | Yes | Expense or cost ceiling amount for the period interval. | |||
| 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. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Ceilings (FA_CEILINGS) | ||
| ATTRIBUTE_CATEGORY_CODE | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Ceilings (FA_CEILINGS) |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_CEILINGS | fa_ceiling_types | CEILING_TYPE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_CEILINGS_U1 | Unique | Default | CEILING_ID |
| FA_CEILINGS_U2 | Unique | Default | CEILING_TYPE_ID, YEAR_OF_LIFE, START_DATE |