Search Results pa_segment_value_lookup_sets
Overview
The PA_SEGMENT_VALUE_LOOKUP_SETS table is a core repository table within the Oracle E-Business Suite Projects module (PA). It serves as the master definition table for implementation-defined lists of segment values used for validation and lookup purposes. In the context of Oracle EBS 12.1.1 and 12.2.2, this table is integral to the configuration of project accounting and expenditure controls. Its primary role is to define distinct, reusable sets of segment value combinations (such as cost center, account, or project-specific codes) that can be consistently applied across business rules, ensuring data integrity and enforcing financial policies during transaction entry and processing.
Key Information Stored
The table's structure is designed to uniquely identify and describe each lookup set. The most critical column is the primary key, SEGMENT_VALUE_LOOKUP_SET_ID, which is a unique system-generated identifier for each lookup set definition. While the provided ETRM metadata does not list all columns, standard practice indicates the table would also contain columns for the lookup set's name, description, and potentially an enabled flag or creation metadata. The existence of a primary key constraint named PA_SEGMENT_VALUE_LOOKUP_SET_PK confirms the uniqueness and importance of the SEGMENT_VALUE_LOOKUP_SET_ID column for all related operations.
Common Use Cases and Queries
The primary use case for this table is to define and maintain the master list of valid segment value combinations for use in project accounting rules. For instance, an organization can create a lookup set containing all approved account and cost center combinations for capital project expenditures. This set is then referenced by validation rules in the PA_RULES table. Common queries involve identifying which rules use a specific lookup set or listing all defined lookup sets for administration. A typical reporting query would join this table to its child detail table, PA_SEGMENT_VALUE_LOOKUPS, to see the full list of values within a set.
- Retrieve all defined lookup sets:
SELECT segment_value_lookup_set_id, name FROM pa_segment_value_lookup_sets WHERE enabled_flag = 'Y'; - Find rules using a specific lookup set:
SELECT rule_name FROM pa_rules WHERE segment_value_lookup_set_id = <SET_ID>;
Related Objects
As documented in the ETRM, PA_SEGMENT_VALUE_LOOKUP_SETS has direct foreign key relationships with two critical tables in the Projects module. The PA_RULES table references it via the SEGMENT_VALUE_LOOKUP_SET_ID column, linking rule definitions to a predefined list of valid values. The PA_SEGMENT_VALUE_LOOKUPS table is its direct child, storing the individual segment value combinations that belong to each set defined in the parent table. This relationship means that a single record in PA_SEGMENT_VALUE_LOOKUP_SETS will have one or more corresponding detail records in PA_SEGMENT_VALUE_LOOKUPS, forming the complete, usable lookup list for the system.
-
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 ,
-
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 ,
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.1.1
-
APPS.PA_PAXAASVL_XMLP_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.2.2
-
APPS.PA_PAXAASVL_XMLP_PKG dependencies on PA_SEGMENT_VALUE_LOOKUP_SETS
12.1.1
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.2.2
-
VIEW: PA.PA_SEGMENT_VALUE_LOOKUP_SETS#
12.2.2
owner:PA, object_type:VIEW, object_name:PA_SEGMENT_VALUE_LOOKUP_SETS#, status:VALID,
-
VIEW: APPS.PA_AUTOACCOUNTING_LOOKUPS_VIEW
12.1.1
-
VIEW: PA.PA_SEGMENT_VALUE_LOOKUP_SETS#
12.2.2
-
SYNONYM: APPS.PA_SEGMENT_VALUE_LOOKUP_SETS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PA_SEGMENT_VALUE_LOOKUP_SETS, status:VALID,
-
TABLE: PA.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,
-
SYNONYM: APPS.PA_SEGMENT_VALUE_LOOKUP_SETS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PA_SEGMENT_VALUE_LOOKUP_SETS, status:VALID,
-
TABLE: PA.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,
-
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 ,
-
APPS.PA_PAXAASVL_XMLP_PKG SQL Statements
12.1.1
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUPS
12.2.2
-
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_RULES
12.2.2
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RULES, object_name:PA_RULES, status:VALID, product: PA - Projects , description: Implementation-defined formulas for deriving Accounting Flexfield segment values using AutoAccounting , implementation_dba_data: PA.PA_RULES ,
-
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 ,
-
PACKAGE BODY: APPS.PA_PAXAASVL_XMLP_PKG
12.2.2
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PAXAASVL_XMLP_PKG, status:VALID,
-
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 ,
-
PACKAGE BODY: APPS.PA_PAXAASVL_XMLP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:PA_PAXAASVL_XMLP_PKG, status:VALID,
-
Table: PA_RULES
12.1.1
owner:PA, object_type:TABLE, fnd_design_data:PA.PA_RULES, object_name:PA_RULES, status:VALID, product: PA - Projects , description: Implementation-defined formulas for deriving Accounting Flexfield segment values using AutoAccounting , implementation_dba_data: PA.PA_RULES ,
-
APPS.PA_PAXAASVL_XMLP_PKG SQL Statements
12.2.2
-
APPS.PA_ACC_GEN_WF_PKG dependencies on PA_SEGMENT_VALUE_LOOKUPS
12.1.1
-
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,
-
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,
-
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,
-
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,
-
PACKAGE BODY: APPS.PA_PAXAASVL_XMLP_PKG
12.1.1
-
PACKAGE BODY: APPS.PA_PAXAASVL_XMLP_PKG
12.2.2
-
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.1.1 FND Design Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
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: APPS.PA_ACC_GEN_WF_PKG
12.1.1
-
PACKAGE: 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
-
PACKAGE BODY: APPS.PA_ACC_GEN_WF_PKG
12.2.2
-
eTRM - PA Tables and Views
12.2.2