Search Results fv_system_parameters
Overview
FV_SYSTEM_PARAMETERS is a configuration table owned by the FV schema within the Oracle E-Business Suite Federal Financials (FV) product. Its documented purpose is to store Federal System parameters — the setup-level flags, attribute mappings, and option controls that govern how the Federal Financials module captures, classifies, and reports financial transactions. Because these parameters drive Treasury reporting (FACTS I, FACTS II, GTAS) and feeder subsystem processing, the table acts as a central control record for the module rather than a transactional table.
The table contains 24 documented columns and is exposed as FV.FV_SYSTEM_PARAMETERS with primary key constraint FV_SYSTEM_PARAMETERS_PK, declared on LAST_UPDATE_DATE. The ETRM data vault classification heuristic labels this object a standalone entity with no mined foreign key relationships. As a modeling suggestion, a standalone EBS configuration table of this type is best treated as a satellite-style reference object: it holds descriptive attributes describing a single configuration state rather than participating in hub/link relationships. It is not a hub, since it has no natural business key exposed to dependent tables, and not a link, since it resolves no many-to-many association.
Key Information Stored
The documented columns fall into three functional groups: standard audit columns, Federal reporting attribute mappings, and processing option switchers. The most significant documented columns are:
- LAST_UPDATE_DATE — the primary key column per
FV_SYSTEM_PARAMETERS_PK. It also serves as the audit timestamp reflecting the most recent change to the parameter record. - ETC_OPTION — controls the enabled/disabled state of the Electronic Treasury Communications (ETC) processing option.
- EBD_OPTION — toggles the Executive Budget Document / budget execution option behavior.
- ARAP_OPTION — governs the Accounts Receivable / Accounts Payable interface option for Federal processing.
- FACTSI_CUSTOMER_ATTRIBUTE and FACTSI_VENDOR_ATTRIBUTE — define which descriptive attributes are sourced for FACTS I customer and vendor reporting.
- FACTSI_JOURNAL_ATTRIBUTE — specifies the journal-level attribute used in FACTS I extraction.
- FACTSII_PUB_LAW_CODE_ATTRIBUTE, FACTSII_ADVANCE_TYPE_ATTRIBUTE, FACTSII_TR_MAIN_ACCT_ATTRIBUTE, FACTSII_TR_DEPT_ID_ATTRIBUTE — map FACTS II Treasury reporting fields to source attributes.
- GTAS_CUSTOMER_ATTRIBUTE — maps the GTAS (Governmentwide Treasury Account Symbol) customer attribute.
- REP_2209_ATTRIBUTE and PYA_INVOICE_ATTRIBUTE, AR_RECLASS_ATTRIBUTE — attribute assignments supporting report 2209, prior-year adjustment invoice handling, and AR reclassification.
- SF224_ACCOMPLISH_DATE — the accomplish date recorded for Standard Form 224 processing.
- REQ_DATE_SEG, PUR_ORDER_DATE_SEG, REC_TRXN_DATE_SEG — designate which date segments are used for requisition, purchase order, and receiving transaction date derivation.
- CREATION_DATE, CREATED_BY, LAST_UPDATED_BY, LAST_UPDATE_LOGIN — standard EBS WHO-column audit trail.
No unique business-key index beyond the primary key constraint is documented. Surrogate identification therefore rests on the constraint name FV_SYSTEM_PARAMETERS_PK, while the various *_OPTION and *_ATTRIBUTE columns behave as configuration business fields rather than candidate keys.
Common Use Cases and Queries
Typical uses center on validating Federal reporting configuration before running Treasury extract programs and on documenting the active attribute mappings for audit purposes.
- Parameter review:
SELECT * FROM fv.fv_system_parameters;— confirms which options and attribute mappings are active. - Change auditing: filter on the audit columns to identify recent setup changes:
SELECT last_updated_by, last_update_date FROM fv.fv_system_parameters WHERE last_update_date > SYSDATE - 30; - Report readiness checks: verify that FACTS II mappings (
FACTSII_PUB_LAW_CODE_ATTRIBUTE,FACTSII_ADVANCE_TYPE_ATTRIBUTE,FACTSII_TR_MAIN_ACCT_ATTRIBUTE,FACTSII_TR_DEPT_ID_ATTRIBUTE) and theGTAS_CUSTOMER_ATTRIBUTEare populated before initiating GTAS or FACTS extract processes. - Date segment validation: inspect
REQ_DATE_SEG,PUR_ORDER_DATE_SEG, andREC_TRXN_DATE_SEGto confirm which date segments drive procurement and receiving transaction dating. - Option dependency tracing: query
ETC_OPTION,EBD_OPTION, andARAP_OPTIONto determine whether dependent interface programs should execute. - Reporting reproduction: join attribute mapping columns to descriptive flexfield definitions to reconstruct how FACTS I/II and GTAS attributes were derived at a point in time.
Related Objects
The ETRM metadata classifies FV_SYSTEM_PARAMETERS as standalone, with no documented foreign key relationships. As a configuration table it is referenced logically rather than via FK constraints, so relationship determination relies on knowledge of the Federal Financials data model. Significant related objects include:
- FACTS I / FACTS II extract and reporting programs — consume the
FACTSI_*andFACTSII_*attribute mapping columns. - GTAS reporting processes — read
GTAS_CUSTOMER_ATTRIBUTEduring Treasury symbol derivation. - FV subsystem options and Federal setup forms — the UI layer that writes
ETC_OPTION,EBD_OPTION, andARAP_OPTION. - Report 2209 processing — depends on
REP_2209_ATTRIBUTE. - Prior-year adjustment (PYA) and AR reclassification routines — depend on
PYA_INVOICE_ATTRIBUTEandAR_RECLASS_ATTRIBUTE. - SF 224 (Statement of Transactions) reporting — depends on
SF224_ACCOMPLISH_DATE. - Standard EBS WHO audit columns (
FND_USERviaCREATED_BY/LAST_UPDATED_BY) — for user-level change attribution.
Because the FK relationship data is empty, the FV_SYSTEM_PARAMETERS_PK constraint on LAST_UPDATE_DATE should be treated as the only documented database-level relationship anchor; all other associations are application-level dependencies rather than enforced constraints.
-
Table: FV_SYSTEM_PARAMETERS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SYSTEM_PARAMETERS, object_name:FV_SYSTEM_PARAMETERS, status:VALID, product: FV - Federal Financials , description: Stores Federal System parameters , implementation_dba_data: FV.FV_SYSTEM_PARAMETERS ,
-
Table: FV_SYSTEM_PARAMETERS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SYSTEM_PARAMETERS, object_name:FV_SYSTEM_PARAMETERS, status:VALID, product: FV - Federal Financials , description: Stores Federal System parameters , implementation_dba_data: FV.FV_SYSTEM_PARAMETERS ,
-
VIEW: FV.FV_SYSTEM_PARAMETERS#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_SYSTEM_PARAMETERS#, status:VALID,
-
SYNONYM: APPS.FV_SYSTEM_PARAMETERS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_SYSTEM_PARAMETERS, status:VALID,
-
VIEW: APPS.FV_FACTS_CUSTOMERS_V
12.2.2
-
VIEW: APPS.FV_FACTS_CUSTOMERS_V
12.1.1
-
VIEW: APPS.FV_FACTS_VENDORS_V
12.1.1
-
VIEW: FV.FV_SYSTEM_PARAMETERS#
12.2.2
-
VIEW: APPS.FV_FACTS_VENDORS_V
12.2.2
-
SYNONYM: APPS.FV_SYSTEM_PARAMETERS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_SYSTEM_PARAMETERS, status:VALID,
-
TABLE: FV.FV_SYSTEM_PARAMETERS
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SYSTEM_PARAMETERS, object_name:FV_SYSTEM_PARAMETERS, status:VALID,
-
APPS.FV_FACTS_GL_PKG_EXT SQL Statements
12.1.1
-
TABLE: FV.FV_SYSTEM_PARAMETERS
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_SYSTEM_PARAMETERS, object_name:FV_SYSTEM_PARAMETERS, status:VALID,
-
APPS.FV_FACTS_GL_PKG_EXT SQL Statements
12.2.2
-
View: FV_FACTS_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_CUSTOMERS_V, object_name:FV_FACTS_CUSTOMERS_V, status:VALID, product: FV - Federal Financials , description: Identifies the eliminations department for customers for FACTS I process , implementation_dba_data: APPS.FV_FACTS_CUSTOMERS_V ,
-
PACKAGE BODY: APPS.FV_FACTS_GL_PKG_EXT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_GL_PKG_EXT, status:VALID,
-
View: FV_FACTS_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_CUSTOMERS_V, object_name:FV_FACTS_CUSTOMERS_V, status:VALID, product: FV - Federal Financials , description: Identifies the eliminations department for customers for FACTS I process , implementation_dba_data: APPS.FV_FACTS_CUSTOMERS_V ,
-
View: FV_FACTS_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_VENDORS_V, object_name:FV_FACTS_VENDORS_V, status:VALID, product: FV - Federal Financials , description: Identifies the eliminations department for vendors for FACTS I process , implementation_dba_data: APPS.FV_FACTS_VENDORS_V ,
-
PACKAGE BODY: APPS.FV_FACTS_GL_PKG_EXT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_GL_PKG_EXT, status:VALID,
-
View: FV_FACTS_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_VENDORS_V, object_name:FV_FACTS_VENDORS_V, status:VALID, product: FV - Federal Financials , description: Identifies the eliminations department for vendors for FACTS I process , implementation_dba_data: APPS.FV_FACTS_VENDORS_V ,
-
PACKAGE BODY: APPS.FV_RECEIVABLES_ACTIVITY_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_RECEIVABLES_ACTIVITY_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_RECEIVABLES_ACTIVITY_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_RECEIVABLES_ACTIVITY_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_YE_CARRYFORWARD
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_YE_CARRYFORWARD, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS2_DERIVE_BALANCES
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS2_DERIVE_BALANCES, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS2_DERIVE_BALANCES
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS2_DERIVE_BALANCES, status:VALID,
-
PACKAGE BODY: APPS.FV_GTAS_AGENCY_ID_UPGRADE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_GTAS_AGENCY_ID_UPGRADE, status:VALID,
-
PACKAGE BODY: APPS.FV_YE_CARRYFORWARD
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_YE_CARRYFORWARD, status:VALID,
-
VIEW: APPS.FV_FACTS_VENDORS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_VENDORS_V, object_name:FV_FACTS_VENDORS_V, status:VALID,
-
PACKAGE BODY: APPS.FV_YE_CLOSE
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_YE_CLOSE, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS1_GL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS1_GL_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_GTAS_GL_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_GTAS_GL_PKG, status:VALID,
-
VIEW: APPS.FV_FACTS_CUSTOMERS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_CUSTOMERS_V, object_name:FV_FACTS_CUSTOMERS_V, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TBAL_TRX
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TBAL_TRX, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS1_GL_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS1_GL_PKG, status:VALID,
-
VIEW: APPS.FV_FACTS_VENDORS_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_VENDORS_V, object_name:FV_FACTS_VENDORS_V, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TBAL_TRX
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TBAL_TRX, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TRANSACTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TRANSACTIONS, status:VALID,
-
PACKAGE BODY: APPS.FV_SF224_TRANSACTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF224_TRANSACTIONS, status:VALID,
-
PACKAGE BODY: APPS.FV_YE_CLOSE
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_YE_CLOSE, status:VALID,
-
VIEW: APPS.FV_FACTS_CUSTOMERS_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_FACTS_CUSTOMERS_V, object_name:FV_FACTS_CUSTOMERS_V, status:VALID,
-
View: FV_LINK_GL_TO_AR_MISC_CASH_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to Receivables miscellaneous cash , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_TREAS_CONFIRM_V
12.1.1
product: FV - Federal Financials , description: Links General Ledger to treasury confirmation , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FV_FACTS_TRX_REGISTER
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TRX_REGISTER, status:VALID,
-
PACKAGE BODY: APPS.FV_FACTS_TRANSACTIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FACTS_TRANSACTIONS, status:VALID,
-
View: FV_LINK_GL_TO_PO_RECEIPTS_V
12.1.1
product: FV - Federal Financials , description: Links General Ledger to Purchasing receipts , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_TREAS_CONFIRM_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to treasury confirmation , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_CASH_RECEIPTS_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to cash receipts , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_AR_MISC_CASH_V
12.1.1
product: FV - Federal Financials , description: Links General Ledger to Receivables miscellaneous cash , implementation_dba_data: Not implemented in this database ,
-
View: FV_LINK_GL_TO_PO_RECEIPTS_V
12.2.2
product: FV - Federal Financials , description: Links General Ledger to Purchasing receipts , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.FV_GTAS_TRX_REGISTER
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_GTAS_TRX_REGISTER, status:VALID,