Search Results pa_segment_value_lookups
Overview
The PA_SEGMENT_VALUE_LOOKUPS table is a core configuration table within the Oracle E-Business Suite Projects module (PA). Its primary role is to store implementation-specific mappings that are critical for the AutoAccounting process. AutoAccounting is the engine that dynamically generates accounting flexfield combinations for project-related transactions, such as costs, revenue, and invoices. This table acts as a lookup repository, translating intermediate values derived from AutoAccounting rules—like a specific task manager or expenditure type—into the final, valid segment values for the accounting code combination (CCID). This abstraction allows for flexible and maintainable accounting setups without hard-coding segment values directly into the rules.
Key Information Stored
The table's structure is designed to support a key-value mapping system within defined sets. The primary columns include SEGMENT_VALUE_LOOKUP_SET_ID, which links each mapping to its parent definition in the PA_SEGMENT_VALUE_LOOKUP_SETS table. The SEGMENT_VALUE_LOOKUP column holds the intermediate value or code from the source (e.g., a project attribute). The SEGMENT_VALUE column stores the corresponding target accounting flexfield segment value to which the lookup value maps. Additional columns typically include metadata such as CREATION_DATE, CREATED_BY, LAST_UPDATE_DATE, and LAST_UPDATED_BY for auditing. The primary key constraint PA_SEGMENT_VALUE_LOOKUPS_PK enforces uniqueness on the combination of SEGMENT_VALUE_LOOKUP_SET_ID and SEGMENT_VALUE_LOOKUP.
Common Use Cases and Queries
The primary use case is troubleshooting and validating AutoAccounting setups. When a transaction fails to generate an accounting line or produces an unexpected CCID, consultants and functional analysts query this table to verify the mapping logic. A common query retrieves all lookups for a specific set to review the configured mappings.
SELECT segment_value_lookup, segment_value
FROM pa_segment_value_lookups
WHERE segment_value_lookup_set_id = <SET_ID>
ORDER BY segment_value_lookup;
Another critical scenario is during data migrations or reporting, where understanding the derived accounting values is necessary. Analysts may join this table with transaction data to trace the source of a segment value in financial reports.
Related Objects
This table has a direct and essential foreign key relationship, as documented in the provided metadata. It is a child table to PA_SEGMENT_VALUE_LOOKUP_SETS.
- PA_SEGMENT_VALUE_LOOKUP_SETS: This parent table defines distinct sets of lookup mappings (e.g., a set for mapping "Project Manager" to an account segment). The foreign key is PA_SEGMENT_VALUE_LOOKUPS.SEGMENT_VALUE_LOOKUP_SET_ID referencing PA_SEGMENT_VALUE_LOOKUP_SETS. These lookup sets are then referenced within individual AutoAccounting rules. Consequently, this table is integral to the AutoAccounting engine and is referenced by underlying PL/SQL packages and views that process project accounting.
-
Table: PA_SEGMENT_VALUE_LOOKUPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUPS, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID, product: PA - Projects , description: Implementation-defined mappings of AutoAccounting rule intermediate values to Accounting Flexfield segment values , implementation_dba_data: PA.PA_SEGMENT_VALUE_LOOKUPS ,
-
Table: PA_SEGMENT_VALUE_LOOKUPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUPS, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID, product: PA - Projects , description: Implementation-defined mappings of AutoAccounting rule intermediate values to Accounting Flexfield segment values , implementation_dba_data: PA.PA_SEGMENT_VALUE_LOOKUPS ,
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUPS
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUPS
12.1.1
-
VIEW: PA.PA_SEGMENT_VALUE_LOOKUPS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_SEGMENT_VALUE_LOOKUPS#, status:VALID,
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.2.2
-
TABLE: PA.PA_SEGMENT_VALUE_LOOKUPS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUPS, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID,
-
TABLE: PA.PA_SEGMENT_VALUE_LOOKUPS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUPS, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID,
-
SYNONYM: APPS.PA_SEGMENT_VALUE_LOOKUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID,
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.1.1
-
SYNONYM: APPS.PA_SEGMENT_VALUE_LOOKUPS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_SEGMENT_VALUE_LOOKUPS, status:VALID,
-
VIEW: PA.PA_SEGMENT_VALUE_LOOKUPS#
12.2.2
-
View: PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AUTOACCOUNTING_LOOKUPS_VIEW, object_name:PA_AUTOACCOUNTING_LOOKUPS_VIEW, status:VALID, product: PA - Projects , description: AutoAccounting lookup set values. , implementation_dba_data: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW ,
-
Table: PA_SEGMENT_VALUE_LOOKUP_SETS
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUP_SETS, object_name:PA_SEGMENT_VALUE_LOOKUP_SETS, status:VALID, product: PA - Projects , description: Implementation-defined lists of segment value lookups , implementation_dba_data: PA.PA_SEGMENT_VALUE_LOOKUP_SETS ,
-
Table: PA_SEGMENT_VALUE_LOOKUP_SETS
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_SEGMENT_VALUE_LOOKUP_SETS, object_name:PA_SEGMENT_VALUE_LOOKUP_SETS, status:VALID, product: PA - Projects , description: Implementation-defined lists of segment value lookups , implementation_dba_data: PA.PA_SEGMENT_VALUE_LOOKUP_SETS ,
-
View: PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AUTOACCOUNTING_LOOKUPS_VIEW, object_name:PA_AUTOACCOUNTING_LOOKUPS_VIEW, status:VALID, product: PA - Projects , description: AutoAccounting lookup set values. , implementation_dba_data: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW ,
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.2.2
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ACC_GEN_WF_PKG, status:VALID,
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AUTOACCOUNTING_LOOKUPS_VIEW, object_name:PA_AUTOACCOUNTING_LOOKUPS_VIEW, status:VALID,
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PA.PA_AUTOACCOUNTING_LOOKUPS_VIEW, object_name:PA_AUTOACCOUNTING_LOOKUPS_VIEW, status:VALID,
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_ACC_GEN_WF_PKG, status:VALID,
-
APPS.PA_ACC_GEN_WF_PKG SQL Statements
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG SQL Statements
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.2.2
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
eTRM - PA Tables and Views
12.1.1
-
eTRM - PA Tables and Views
12.2.2