Search Results build tool for visual studio
The FEM_FACTOR_TABLE_TYPES_DSC lookup type in Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2 is a critical component within the Financial Enterprise Manager (FEM) module, specifically designed to categorize and define different types of factor tables used in financial calculations, reporting, and analytical processes. Factor tables in FEM serve as repositories for coefficients, multipliers, or other numerical values applied to financial data for modeling, forecasting, or regulatory compliance purposes. This lookup type provides a standardized classification system, ensuring consistency in how factor tables are referenced and utilized across the application.
Purpose and Functionality
The FEM_FACTOR_TABLE_TYPES_DSC lookup type acts as a metadata repository, storing descriptive codes (LOOKUP_CODE
) and their corresponding meanings (MEANING
) for various factor table types. These codes are referenced throughout the FEM module to identify the purpose or context of a factor table. For example, a lookup code might distinguish between tables used for currency conversion, risk weighting, tax calculations, or depreciation methods. The lookup values are typically hardcoded in the application but can be extended to accommodate custom requirements.
Key Attributes
- LOOKUP_TYPE: Fixed as
FEM_FACTOR_TABLE_TYPES_DSC
to identify this specific category. - LOOKUP_CODE: A unique identifier (e.g.,
EXCHANGE_RATE
,RISK_WEIGHT
) for each factor table type. - MEANING: A human-readable description (e.g., "Exchange Rate Table," "Regulatory Risk Weight Table").
- ENABLED_FLAG: Controls whether the code is active (
Y
/N
). - START_DATE_ACTIVE/END_DATE_ACTIVE: Defines the validity period for the lookup value.
Integration with FEM Processes
This lookup type is integral to FEM's data governance framework. It is referenced in:
- Factor Table Definitions: The
FACTOR_TABLE_TYPE
column inFEM_FACTOR_TABLES
links to this lookup to classify tables. - Rules Engine: Financial rules may use factor table types to dynamically select appropriate tables during calculations.
- Reporting: Enables filtering or grouping of financial results based on factor table categories.
Technical Implementation
In Oracle EBS 12.1.1 and 12.2.2, the lookup values are stored in the FND_LOOKUP_VALUES
table, filtered by LOOKUP_TYPE = 'FEM_FACTOR_TABLE_TYPES_DSC'
. The values are typically seeded by Oracle but can be extended via the Application Developer responsibility. Customizations should adhere to Oracle's naming conventions to avoid conflicts during upgrades.
Example Use Cases
- Regulatory Compliance: A bank uses
BASEL_III_RISK_WEIGHT
to apply risk weights per Basel III norms. - Multi-Currency Reporting:
MONTHLY_EXCHANGE_RATE
tables store conversion rates for financial consolidation. - Tax Calculations:
VAT_RATE_BY_REGION
tables provide jurisdiction-specific tax rates.
Customization Considerations
While Oracle provides standard values, implementations often require custom entries. For example, adding CARBON_FOOTPRINT_FACTOR
for sustainability reporting. Customizations must be documented and tested to ensure compatibility with existing processes.
Conclusion
The FEM_FACTOR_TABLE_TYPES_DSC lookup type is a foundational element in Oracle FEM, enabling precise categorization and management of factor tables. Its structured approach ensures data integrity, simplifies maintenance, and supports complex financial operations. Administrators should leverage this lookup type to enforce standardization while accommodating business-specific needs through controlled extensions.
-
Lookup Type: FEM_VT_PAGE_TITLES
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Page Title Token for Visual Tracing , description: Page Title Token for Visual Tracing ,
-
Lookup Type: FEM_PARAMETERS_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Parameters DSC , description: FEM Parameters DSC ,
-
Lookup Type: FEM_APPROVAL_STATUS_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Approval Status DSC , description: FEM Approval Status DSC ,
-
Concurrent Program: FEM_POPULATE_MEM_ADI_METADATA
12.1.1
execution_filename: FEM_WEBADI_MEMBER_UTILS_PVT.Populate_Mem_ADI_Metadata_CP , product: FEM - Enterprise Performance Foundation , user_name: Maintain Web ADI MetaData for Dimension Member Integration , description: Web ADI Setup for Dimension Members , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_FACTOR_TABLE_TYPES_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Factor Table Types , description: description for Factor Table rule types ,
-
Lookup Type: FEM_TABLE_CLASSIFICATION_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Table Classification DSC , description: FEM Table Classification DSC ,
-
Lookup Type: FEM_HIERARCHY_USAGE_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Hierarchy Usage Codes , description: Designates the intended purpose for a hierarchy ,
-
Lookup Type: FEM_MP_METHOD_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Multiprocessing Method DSC , description: FEM Multiprocessing Method DSC ,
-
Lookup Type: FEM_PROCESS_ENGINE_STEP_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Process Engine Step DSC , description: FEM Process Engine Step DSC ,
-
Lookup Type: FEM_OBJECT_TYPE_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Object Type DSC , description: FEM Object Type DSC ,
-
Lookup Type: FEM_EXT_LOADERS_EXEC_MODE
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: External Loader Execution Modes , description: Execution Modes for Concurrent Processing for the FEM External Loader engines ,
-
Concurrent Program: FEM_EXP_BUSINESS_RULE
12.1.1
execution_filename: FEM_MIR_PKG.ExportNow , product: FEM - Enterprise Performance Foundation , user_name: FEM_EXP_BUSINESS_RULE_EXEC , description: For Export of Business Rule , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_MIG_BUSINESS_RULE
12.1.1
execution_filename: FEM_MIR_PKG.MigrateNow , product: FEM - Enterprise Performance Foundation , user_name: FEM_MIG_BUSINESS_RULE_EXEC , description: For Migration of Business Rules , argument_method: Standard , enabled: No , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_AGG_METHOD_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Possible aggregation methods for Column Population Template , description: Possible aggregation methods for Column Population Template ,
-
Concurrent Program: FEM_OFA_INIT
12.1.1
execution_filename: FEM_OFA.INIT_OFA_LINK , product: FEM - Enterprise Performance Foundation , user_name: FEM_OFA_INIT , description: Initializes the FEM_OFA tables for use in Value Sets , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_COL_SRC_TBL_TYPE
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Column Population Source Table Classification , description: Internal Use Only ,
-
Concurrent Program: FEM_UNDO_LIST
12.1.1
execution_filename: FEM_UD_PKG.EXECUTE_UNDO_LIST , product: FEM - Enterprise Performance Foundation , user_name: FEM_UNDO_LIST , description: This program will delete data for all object executions specified within the undo rule. , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_COLUMN_PROPERTY_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Column Property DSC , description: FEM Column Property DSC ,
-
Lookup Type: FEM_DATA_SLICE_COLUMNS_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Eligible columns for data slicing , description: List of column name that can be used for data slicing in multi processing ,
-
Table: FEM_BR_ROOT_RULES_GT
12.1.1
owner:FEM, object_type:TABLE, fnd_design_data:FEM.FEM_BR_ROOT_RULES_GT, object_name:FEM_BR_ROOT_RULES_GT, status:VALID, product: FEM - Enterprise Performance Foundation , description: Root business rules to be checked for disabled dimension members , implementation_dba_data: FEM.FEM_BR_ROOT_RULES_GT ,
-
Lookup Type: FEM_WEBADI_YES_NO
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Yes No Options for WebADI Use ,
-
Lookup Type: FEM_WRITE_FLAG
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Write Flag , description: Flag for Folder Security Options ,
-
Lookup Type: FEM_TAB_CLASS_OBJECTS
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Classification Validation Objects , description: Object being validated for a Table Classification ,
-
Lookup Type: FEM_APPLY_DEBIT_CREDIT_CODE
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Apply Debit Credit Code , description: Debit Credit Code for the percent distribution page ,
-
Lookup Type: FEM_COL_TGT_TBL_TYPE
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Column Population Target Table Classification , description: Internal Use Only ,
-
File: FEM_Tables.html
12.1.1
product: FEM - Enterprise Performance Foundation , size: 231.718 KBytes , file_type: HTML Report , description: FEM_Tables.html is an html report that documents the table and view definitions for the FEM product. ,
-
Lookup Type: FEM_LOAD_STATUS_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Load Status Codes , description: Describes the state for data loads ,
-
Lookup Type: FEM_DIRECTASGN_FACTOR_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: DirectAsgn Factor Type , description: the radion group for DA Factor type code ,
-
Lookup Type: FEM_YES_NO_DEF
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Yes, No, Default Poplist , description: Used by MP UI for Yes/No/Default options ,
-
Lookup Type: FEM_MEMBER_DATA_TYPE_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Dimension Member Data Type Codes , description: Data Type for the member identifier column of a dimension ,
-
Lookup Type: FEM_SELECTOR_DUP_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Duplicate Rule Options , description: Radio Options for Duplicating Rule Version UI ,
-
Lookup Type: FEM_CONDITION_DIM_COMP_TYPES
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Condition Dimension Component Types , description: descriptions for Dimension conditions components ,
-
Lookup Type: FEM_TBLREG_TASK_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Registration Tasks , description: Table Registration tasks for Admin UI ,
-
Concurrent Program: FEM_TR_ALL_TBL_VIEW_GEN
12.1.1
execution_filename: FEM_TABLE_REGISTRATION_PKG.generateAllViews , product: FEM - Enterprise Performance Foundation , user_name: FEM_TR_ALL_TBL_VIEW_GEN , description: Generate Views for all registered tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_TR_SVIEW_GEN
12.1.1
execution_filename: FEM_TABLE_REGISTRATION_PKG.GenerateSysView , product: FEM - Enterprise Performance Foundation , user_name: FEM_TR_SVIEW_GEN , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_GENDEFAULTS
12.1.1
execution_filename: FEM_GENDEFAULTS_ENG_PKG.main , product: FEM - Enterprise Performance Foundation , user_name: FEM_GENDEFAULTS , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_ADI_RELOAD_METADATA
12.1.1
execution_filename: FEM_WEBADI_TABLES_UTILS_PVT.POPULATE_METADATA_CP , product: FEM - Enterprise Performance Foundation , user_name: FEM WebADI Metadata Reload API , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_INTG_PARENT_TRAV_ORDER
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Multi-segment Hierarchy Rules Traversal Order , description: Traversal Order of Segments for Multi-segment Hierarchy Rules ,
-
Concurrent Program: FEM_RU_ACT_COST_ROLLUP
12.1.1
execution_filename: FEM_RU_ENGINE_PVT.Rollup_Request , product: FEM - Enterprise Performance Foundation , user_name: FEM_RU_ENGINE , description: Rollup Engine , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_RU_ACT_STAT_ROLLUP
12.1.1
execution_filename: FEM_RU_ENGINE_PVT.Rollup_Request , product: FEM - Enterprise Performance Foundation , user_name: FEM_RU_ENGINE , description: Rollup Engine , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_RU_COUC_ROLLUP
12.1.1
execution_filename: FEM_RU_ENGINE_PVT.Rollup_Request , product: FEM - Enterprise Performance Foundation , user_name: FEM_RU_ENGINE , description: Rollup Engine , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_STAT_SRC_TBL_TYPE
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Classifications for Registered Statistic Source Tables ,
-
Concurrent Program: FEM_HIER_LOADER
12.1.1
execution_filename: FEM_HIER_LOADER_PKG.Main , product: FEM - Enterprise Performance Foundation , user_name: FEM_HIER_LOADER , description: Loads dimension hierarchies from interface tables , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Concurrent Program: FEM_SUBMIT_MAPPING_RULE
12.1.1
execution_filename: fem_rule_set_manager.Validate_Rule_Public , product: FEM - Enterprise Performance Foundation , user_name: FEM: Validate Rule , description: Validate Single Rule , argument_method: Standard , enabled: Yes , execution_method: PL/SQL Stored Procedure ,
-
Lookup Type: FEM_ATTRIBUTE_ORDER_TYPE_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Attribute Sort Order Types , description: Sort order for dimension attribute assignments ,
-
Lookup Type: FEM_SIGNAGE_METHODS_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Signage Methods , description: Signage Methods for FEM ,
-
Lookup Type: FEM_TABLE_REG_STATUS
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Table Registration Status Codes , description: Designates whether all of the Enterprise Performance Foundation table registration activities have been completed for a given table ,
-
Lookup Type: FEM_CONDITION_OPERATOR
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: FEM Condition Operator , description: FEM Condition Operator - For Internal Use Only ,
-
Lookup Type: FEM_HIER_TYPE_ALLOWED_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Hierarchy Type Allowed Codes , description: Hierarchy Types allowed for a Dimension ,
-
Lookup Type: FEM_MEMBER_ID_SOURCES_DSC
12.1.1
product: FEM - Enterprise Performance Foundation , meaning: Dimension Member identifier sources , description: Codes describing the source for dimension member identifiers ,