Search Results fv_operating_units_all
Overview
FV_OPERATING_UNITS_ALL is a Federal Financials (FV) configuration table in the Oracle E-Business Suite 12.1.1 and 12.2.2 environments. It stores operating unit-level setup information that drives federal receivables and payables processing behavior, including transaction type defaults, reimbursement sources, tolerance thresholds, and cash confirmation accounts. Operating units are the organizational partitions that determine which transactions a user can access and how those transactions are processed across Oracle Receivables, Oracle Payables, and Federal Financials-specific logic.
From a Data Vault modeling perspective, the heuristic classification of this table is standalone. It functions most closely as a hub-like reference entity keyed on ORGANIZATION_ID, with some attributes exhibiting historical or descriptive characteristics typical of satellites. The standalone designation reflects that the table primarily holds its own configuration data rather than acting as a pure junction between other core entities.
Key Information Stored
The table contains 35 documented columns. The most frequently referenced attributes include:
- ORGANIZATION_ID — the primary key column (constraint FV_OPERATING_UNITS_ALL_U1) and the unique business-key candidate via index FV_OPERATING_UNITS_U1. It identifies each operating unit.
- LEGAL_ENTITY_ID — foreign key linking the operating unit to its owning legal entity in FV_LEGAL_ENTITIES.
- SET_OF_BOOKS_ID — associates the operating unit with its accounting set of books.
- RECEIVABLES_TRX_ID — foreign key to AR_RECEIVABLES_TRX_ALL that designates the receivables transaction type used by the operating unit.
- REIM_TRANSACTION_SOURCE_ID — references RA_BATCH_SOURCES_ALL, defining the reimbursement batch source.
- REC_DUE_TRANSACTION_TYPE_ID and LIQ_ADV_TRANSACTION_TYPE_ID — both reference RA_CUST_TRX_TYPES_ALL, defining receivable-due and liquidation-advance transaction types.
- ALC_CODE and DEFAULT_ALC — Agency Location Code configuration.
- DIT_FLAG, DIT_CASH_TRAN_CODE, and DIT_CONFIRM_CASH_ACCOUNT — Deposit Information Transaction (DIT) processing flags and accounts.
- PREPAYMENT_TOLERANCE, PREPAYMENT_TOLERANCE_FLAG, PAYABLES_TOLERANCE, and PAYABLES_TOLERANCE_FLAG — tolerance thresholds governing prepayment and payables processing.
- FED_EMPLOYER_ID_NUMBER and DUNS_NUMBER — federal entity identifiers.
- ENABLED — indicates whether the operating unit configuration is active.
Common Use Cases and Queries
Configuration and support teams query this table to verify operating unit setup before troubleshooting federal receivables or payables processing. A typical retrieval pattern joins the operating unit to its legal entity and set of books:
- Reporting on all active operating units: SELECT organization_id, legal_entity_id, set_of_books_id FROM fv_operating_units_all WHERE enabled = 'Y';
- Identifying transaction-type defaults for a given operating unit by joining RECEIVABLES_TRX_ID to AR_RECEIVABLES_TRX_ALL.
- Validating ALC_CODE and DIT configuration ahead of cash confirmations.
Because the table carries LAST_UPDATE_DATE, LAST_UPDATED_BY, CREATION_DATE, and CREATED_BY, audit and change-tracking reports are also common.
Related Objects
- FV_LEGAL_ENTITIES — joined via FV_OPERATING_UNITS_ALL.LEGAL_ENTITY_ID.
- AR_RECEIVABLES_TRX_ALL — joined via RECEIVABLES_TRX_ID.
- RA_BATCH_SOURCES_ALL — joined via REIM_TRANSACTION_SOURCE_ID.
- RA_CUST_TRX_TYPES_ALL — joined via REC_DUE_TRANSACTION_TYPE_ID and LIQ_ADV_TRANSACTION_TYPE_ID.
- HR_OPERATING_UNITS — the standard operating unit definition source in EBS.
-
Table: FV_OPERATING_UNITS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_OPERATING_UNITS_ALL, object_name:FV_OPERATING_UNITS_ALL, status:VALID, product: FV - Federal Financials , description: Operating unit information , implementation_dba_data: FV.FV_OPERATING_UNITS_ALL ,
-
Table: FV_OPERATING_UNITS_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_OPERATING_UNITS_ALL, object_name:FV_OPERATING_UNITS_ALL, status:VALID, product: FV - Federal Financials , description: Operating unit information , implementation_dba_data: FV.FV_OPERATING_UNITS_ALL ,
-
VIEW: APPS.FV_XLA_PAYMENTS_V
12.2.2
-
VIEW: APPS.FV_XLA_PAYMENTS_V
12.1.1
-
VIEW: APPS.FV_ALC_BUSINESS_ACTIVITY_V
12.2.2
-
VIEW: APPS.FV_ALC_BUSINESS_ACTIVITY_V
12.1.1
-
VIEW: APPS.FV_AGENCY_LOCATION_CODES_V
12.1.1
-
SYNONYM: APPS.FV_OPERATING_UNITS_ALL
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_OPERATING_UNITS_ALL, status:VALID,
-
SYNONYM: APPS.FV_OPERATING_UNITS_ALL
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_OPERATING_UNITS_ALL, status:VALID,
-
VIEW: FV.FV_OPERATING_UNITS_ALL#
12.2.2
owner:FV, object_type:VIEW, object_name:FV_OPERATING_UNITS_ALL#, status:VALID,
-
VIEW: APPS.FV_AGENCY_LOCATION_CODES_V
12.2.2
-
Table: RA_CUST_TRX_TYPES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_CUST_TRX_TYPES_ALL, object_name:RA_CUST_TRX_TYPES_ALL, status:VALID, product: AR - Receivables , description: Transaction type for invoices, commitments and credit memos , implementation_dba_data: AR.RA_CUST_TRX_TYPES_ALL ,
-
VIEW: FV.FV_OPERATING_UNITS_ALL#
12.2.2
-
TABLE: FV.FV_OPERATING_UNITS_ALL
12.1.1
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_OPERATING_UNITS_ALL, object_name:FV_OPERATING_UNITS_ALL, status:VALID,
-
TABLE: FV.FV_OPERATING_UNITS_ALL
12.2.2
owner:FV, object_type:TABLE, fnd_design_data:FV.FV_OPERATING_UNITS_ALL, object_name:FV_OPERATING_UNITS_ALL, status:VALID,
-
VIEW: APPS.FV_TREASURY_EXTRACT_DETAILS_V
12.1.1
-
SYNONYM: APPS.FV_OPERATING_UNITS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:FV_OPERATING_UNITS, status:VALID,
-
SYNONYM: APPS.FV_OPERATING_UNITS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:FV_OPERATING_UNITS, status:VALID,
-
PACKAGE: APPS.FV_SLA_UTL_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE, object_name:FV_SLA_UTL_PROCESSING_PKG, status:VALID,
-
PACKAGE BODY: APPS.IBY_PAYMENT_FORMAT_VAL_PVT
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PAYMENT_FORMAT_VAL_PVT, status:VALID,
-
Table: RA_BATCH_SOURCES_ALL
12.2.2
owner:AR, object_type:TABLE, fnd_design_data:AR.RA_BATCH_SOURCES_ALL, object_name:RA_BATCH_SOURCES_ALL, status:VALID, product: AR - Receivables , description: Sources of invoice, credit memo and commitments , implementation_dba_data: AR.RA_BATCH_SOURCES_ALL ,
-
VIEW: APPS.FV_AGENCY_LOCATION_CODES_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_AGENCY_LOCATION_CODES_V, object_name:FV_AGENCY_LOCATION_CODES_V, status:VALID,
-
VIEW: APPS.FV_AGENCY_LOCATION_CODES_V
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:FV.FV_AGENCY_LOCATION_CODES_V, object_name:FV_AGENCY_LOCATION_CODES_V, status:VALID,
-
PACKAGE BODY: APPS.FV_1219_TRANSACTIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_1219_TRANSACTIONS, status:VALID,
-
PACKAGE BODY: APPS.FV_1219_TRANSACTIONS
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_1219_TRANSACTIONS, status:VALID,
-
PACKAGE BODY: APPS.FV_SF1081_TRANSACTION
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF1081_TRANSACTION, status:VALID,
-
PACKAGE BODY: APPS.FV_SF1081_TRANSACTION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF1081_TRANSACTION, status:VALID,
-
PACKAGE BODY: APPS.IBY_PAYMENT_FORMAT_VAL_PVT
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IBY_PAYMENT_FORMAT_VAL_PVT, status:VALID,
-
PACKAGE BODY: APPS.FV_GEN_ARTRX_REIMB_PROC
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_GEN_ARTRX_REIMB_PROC, status:VALID,
-
PACKAGE BODY: APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FEDERAL_PAYMENT_FIELDS_PKG, status:VALID,
-
VIEW: APPS.FV_XLA_PAYMENTS_V
12.2.2
owner:APPS, object_type:VIEW, object_name:FV_XLA_PAYMENTS_V, status:VALID,
-
VIEW: APPS.FV_XLA_PAYMENTS_V
12.1.1
owner:APPS, object_type:VIEW, object_name:FV_XLA_PAYMENTS_V, 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_FEDERAL_PAYMENT_FIELDS_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_FEDERAL_PAYMENT_FIELDS_PKG, status:VALID,
-
PACKAGE BODY: APPS.FV_SLA_UTL_PROCESSING_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SLA_UTL_PROCESSING_PKG, status:VALID,
-
VIEW: APPS.FV_TREASURY_EXTRACT_DETAILS_V
12.2.2
-
PACKAGE BODY: APPS.FV_SF224_TRANSACTIONS
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:FV_SF224_TRANSACTIONS, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
VIEW: APPS.FV_ALC_BUSINESS_ACTIVITY_V
12.1.1
owner:APPS, object_type:VIEW, object_name:FV_ALC_BUSINESS_ACTIVITY_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
VIEW: APPS.FV_ALC_BUSINESS_ACTIVITY_V
12.2.2
owner:APPS, object_type:VIEW, object_name:FV_ALC_BUSINESS_ACTIVITY_V, status:VALID,
-
12.2.2 DBA Data
12.2.2
-
12.2.2 FND Design Data
12.2.2
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG SQL Statements
12.2.2
-
APPS.FV_FEDERAL_PAYMENT_FIELDS_PKG SQL Statements
12.1.1
-
12.2.2 DBA Data
12.2.2