FA_CONVENTION_TYPES
FA_CONVENTION_TYPES contains general information about the prorate conventions. The detail information is stored in FA_CONVENTIONS.
Details
-
Schema: FUSION
-
Object owner: FA
-
Object type: TABLE
-
Tablespace: TRANSACTION_TABLES
Primary Key
| Name | Columns |
|---|---|
|
FA_CONVENTION_TYPES_PK |
CONVENTION_TYPE_ID |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments | Flexfield-mapping |
|---|---|---|---|---|---|---|
| CONVENTION_TYPE_ID | NUMBER | 18 | Yes | Identifier of the prorate convention. | ||
| PRORATE_CONVENTION_CODE | VARCHAR2 | 10 | Yes | Unique name of the prorate convention. | ||
| SET_ID | NUMBER | 18 | Yes | Identifies a set of reference data shared across business units and other entities. Also known as Reference Data Sets, they are used to filter reference data in transactional UIs. | ||
| FISCAL_YEAR_NAME | VARCHAR2 | 30 | Yes | Name of the fiscal year for which the convention is defined. | ||
| DESCRIPTION | VARCHAR2 | 40 | Description of the prorate convention. | |||
| DEPR_WHEN_ACQUIRED_FLAG | VARCHAR2 | 3 | Yes | Option indicating whether to start depreciating on the date placed in service or prorate date. | ||
| 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. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE2 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE3 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE4 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE5 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE6 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE7 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE8 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE9 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE10 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE11 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE12 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE13 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE14 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE15 | VARCHAR2 | 150 | Descriptive Flexfield: segment of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) | ||
| ATTRIBUTE_CATEGORY_CODE | VARCHAR2 | 30 | Descriptive Flexfield: structure definition of the user descriptive flexfield. | Convention Types (FA_CONVENTION_TYPES) |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| FA_CONVENTION_TYPES | fa_fiscal_year_types_b | FISCAL_YEAR_NAME |
| fa_category_book_defaults | fa_convention_types | ADJUSTMENT_CONVENTION_TYPE_ID |
| fa_category_book_defaults | fa_convention_types | TRANSFER_CONVENTION_TYPE_ID |
| fa_category_book_defaults | fa_convention_types | RETIREMENT_CONVENTION_TYPE_ID |
| fa_category_book_defaults | fa_convention_types | CONVENTION_TYPE_ID |
| fa_mc_books | fa_convention_types | CONVENTION_TYPE_ID |
| fa_books | fa_convention_types | CONVENTION_TYPE_ID |
| fa_mc_retirements | fa_convention_types | RETIREMENT_CONVENTION_TYPE_ID |
| fa_retirements | fa_convention_types | RETIREMENT_CONVENTION_TYPE_ID |
| fa_retirements_t | fa_convention_types | RETIREMENT_CONVENTION_TYPE_ID |
| fa_adjustments_t | fa_convention_types | CONVENTION_TYPE_ID |
| fa_conventions | fa_convention_types | CONVENTION_TYPE_ID |
| fa_mass_changes | fa_convention_types | FROM_CONVENTION_TYPE_ID |
| fa_mass_changes | fa_convention_types | TO_CONVENTION_TYPE_ID |
| fa_ace_books | fa_convention_types | CONVENTION_TYPE_ID |
| fa_mass_additions | fa_convention_types | CONVENTION_TYPE_ID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| FA_CONVENTION_TYPES_U1 | Unique | Default | CONVENTION_TYPE_ID |
| FA_CONVENTION_TYPES_U2 | Unique | Default | PRORATE_CONVENTION_CODE, SET_ID |