Search Results fa_convention_types
Overview
The FA_CONVENTION_TYPES table is a foundational reference table within the Oracle E-Business Suite Fixed Assets (OFA) module. Its primary function is to store the valid list of prorate convention codes and their corresponding descriptive names. A prorate convention is a critical accounting rule that determines how depreciation expense is allocated in the first and last years of an asset's life, based on the date it is placed in service or retired. This table acts as the system of record for these conventions, ensuring data integrity and consistency across all asset transactions and calculations in releases 12.1.1 and 12.2.2.
Key Information Stored
The table's structure is relatively simple, centering on a key code and its description. The primary column is PRORATE_CONVENTION_CODE, which serves as the unique identifier and primary key for each convention rule. This code is a short, meaningful string (e.g., 'FULLYEAR', 'HALFYEAR', 'MIDMONTH'). The companion column is the DESCRIPTION, which provides the full, user-friendly name for the convention (e.g., 'Full Year', 'Half Year', 'Mid-Month'). This design allows for efficient data validation and clear presentation in application forms and reports.
Common Use Cases and Queries
This table is primarily referenced for validation, reporting, and data setup. During asset addition or mass maintenance, the application validates the entered prorate convention code against this table. A common reporting need is to generate a simple list of all available conventions for documentation or setup verification. For technical troubleshooting, one might query which assets are using a specific convention to analyze depreciation patterns.
- Listing all valid prorate conventions:
SELECT prorate_convention_code, description FROM fa_convention_types ORDER BY 1; - Finding assets using the 'HALFYEAR' convention:
SELECT asset_number FROM fa_books WHERE prorate_convention_code = 'HALFYEAR'; - Validating a code during data migration: The table is used in JOIN conditions to ensure only valid codes are populated in transactional tables like FA_BOOKS.
Related Objects
As indicated by the extensive foreign key relationships in the metadata, FA_CONVENTION_TYPES is a central reference point for numerous transactional and setup tables. Key dependencies include:
- FA_BOOKS: Stores the prorate convention for an asset's book, directly controlling depreciation calculations.
- FA_CATEGORY_BOOK_DEFAULTS: References the convention for both regular depreciation and retirement prorating at the category level.
- FA_RETIREMENTS and FA_MC_RETIREMENTS: Store the retirement-specific prorate convention for partial or full retirements.
- FA_MASS_CHANGES: References the table for both the source (FROM_CONVENTION) and target (TO_CONVENTION) values during mass update operations.
- Other important referencing tables include FA_CONVENTIONS, FA_ACE_BOOKS, FA_TAX_INTERFACE, and FA_SHORT_TAX_RESERVES, highlighting its role in tax, corporate, and intercompany asset accounting.
-
Table: FA_CONVENTION_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CONVENTION_TYPES, object_name:FA_CONVENTION_TYPES, status:VALID, product: OFA - Assets , description: Names and descriptions for prorate conventions , implementation_dba_data: FA.FA_CONVENTION_TYPES ,
-
Table: FA_CONVENTION_TYPES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CONVENTION_TYPES, object_name:FA_CONVENTION_TYPES, status:VALID, product: OFA - Assets , description: Names and descriptions for prorate conventions , implementation_dba_data: FA.FA_CONVENTION_TYPES ,
-
APPS.FA_CACHE_PKG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.FA_ASSET_CALC_PVT dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_CACHE_PKG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.JGRX_FAREG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.FA_CACHE_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.FA_ASSET_CALC_PVT dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_FIN_ADD_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_CACHE_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.JG_RX_FAREG dependencies on FA_CONVENTION_TYPES
12.2.2
-
APPS.JG_RX_FAREG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.JGRX_FAREG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_CONVENTION_TYPES
12.1.1
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_CONVENTION_TYPES
12.2.2
-
VIEW: APPS.OKL_ST_PRORATE_TRANSLATIONS_UV
12.1.1
-
VIEW: APPS.OKL_ST_PRORATE_TRANSLATIONS_UV
12.2.2
-
Table: FA_MASS_CHANGES_ITF
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES_ITF, object_name:FA_MASS_CHANGES_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASS_CHANGES_ITF ,
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_ASSET_HISTORY
12.1.1
-
Table: FA_MASS_CHANGES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES, object_name:FA_MASS_CHANGES, status:VALID, product: OFA - Assets , description: Mass change request information , implementation_dba_data: FA.FA_MASS_CHANGES ,
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_CONVENTIONS
12.2.2
-
VIEW: FA.FA_CONVENTION_TYPES#
12.2.2
owner:FA, object_type:VIEW, object_name:FA_CONVENTION_TYPES#, status:VALID,
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_METHODS
12.1.1
-
Table: FA_MASS_CHANGES
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES, object_name:FA_MASS_CHANGES, status:VALID, product: OFA - Assets , description: Mass change request information , implementation_dba_data: FA.FA_MASS_CHANGES ,
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_CONVENTIONS
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_BOOK_CONTROLS
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_METHODS
12.2.2
-
SYNONYM: APPS.FA_CONVENTION_TYPES
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FA_CONVENTION_TYPES, status:VALID,
-
SYNONYM: APPS.FA_CONVENTION_TYPES
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FA_CONVENTION_TYPES, status:VALID,
-
Table: FA_CATEGORY_BOOK_DEFAULTS
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORY_BOOK_DEFAULTS, object_name:FA_CATEGORY_BOOK_DEFAULTS, status:VALID, product: OFA - Assets , description: Default depreciation rules for asset category and book combination for a particular date placed in service range , implementation_dba_data: FA.FA_CATEGORY_BOOK_DEFAULTS ,
-
APPS.FA_GAINLOSS_UPD_PKG dependencies on FA_METHODS
12.2.2
-
Table: FA_CATEGORY_BOOK_DEFAULTS
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CATEGORY_BOOK_DEFAULTS, object_name:FA_CATEGORY_BOOK_DEFAULTS, status:VALID, product: OFA - Assets , description: Default depreciation rules for asset category and book combination for a particular date placed in service range , implementation_dba_data: FA.FA_CATEGORY_BOOK_DEFAULTS ,
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_MC_BOOKS
12.2.2
-
Table: FA_MASS_CHANGES_ITF
12.1.1
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_MASS_CHANGES_ITF, object_name:FA_MASS_CHANGES_ITF, status:VALID, product: OFA - Assets , description: Interface table for Report eXchange reports , implementation_dba_data: FA.FA_MASS_CHANGES_ITF ,
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_CONVENTIONS
12.1.1
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_ASSET_HISTORY
12.2.2
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_METHODS
12.2.2
-
APPS.FA_GAINLOSS_MIS_PKG dependencies on FA_BOOK_CONTROLS
12.1.1
-
View: OKL_ST_PRORATE_TRANSLATIONS_UV
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_PRORATE_TRANSLATIONS_UV, object_name:OKL_ST_PRORATE_TRANSLATIONS_UV, status:VALID, product: OKL - Leasing and Finance Management , implementation_dba_data: APPS.OKL_ST_PRORATE_TRANSLATIONS_UV ,
-
APPS.FA_GAINLOSS_RET_PKG dependencies on FA_BOOK_CONTROLS
12.2.2
-
View: OKL_ST_PRORATE_TRANSLATIONS_UV
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:OKL.OKL_ST_PRORATE_TRANSLATIONS_UV, object_name:OKL_ST_PRORATE_TRANSLATIONS_UV, status:VALID, product: OKL - Lease and Finance Management , implementation_dba_data: APPS.OKL_ST_PRORATE_TRANSLATIONS_UV ,
-
APPS.FA_CACHE_PKG dependencies on FA_FISCAL_YEAR
12.2.2
-
VIEW: FA.FA_CONVENTION_TYPES#
12.2.2
-
TABLE: FA.FA_CONVENTION_TYPES
12.2.2
owner:FA, object_type:TABLE, fnd_design_data:OFA.FA_CONVENTION_TYPES, object_name:FA_CONVENTION_TYPES, status:VALID,
-
APPS.FA_CACHE_PKG dependencies on FA_FISCAL_YEAR
12.1.1