Search Results pon_tab_setup_pk
Overview
The PON_TAB_SETUP table is a configuration repository within the Oracle E-Business Suite Sourcing (PON) module. Its primary role is to store the structural definitions for the first-level navigation tabs presented in the Sourcing application's user interface. This table acts as a master data source for the tabbed navigation framework, enabling the system to dynamically render and manage the top-level menu structure for sourcing documents, auctions, and related functions. The table's configuration directly influences the user experience by controlling which navigation options are available and how they are organized.
Key Information Stored
Based on the provided ETRM metadata, the table's structure centers on two key columns that define each navigation element. The TAB_CODE column stores a unique identifier or short code for a specific tab. The TAB_ID column serves as the primary numeric identifier for each tab configuration record. Together, these columns establish the core definition of a navigation tab. The table's primary key constraint, PON_TAB_SETUP_PK, is defined on these columns, ensuring each combination of TAB_CODE and TAB_ID is unique within the system. The metadata indicates this specific object was not implemented in the referenced database instance, suggesting potential customization or version-specific deployment.
Common Use Cases and Queries
This table is primarily accessed for system configuration and diagnostic reporting. A common administrative task is querying the full set of configured navigation tabs to verify setup or troubleshoot missing UI elements. A typical query would select all columns from PON_TAB_SETUP, often ordered by TAB_ID for logical presentation. Developers may reference this table when extending the Sourcing module's UI to understand the existing navigation framework before adding new tabs. While direct data manipulation via DML is uncommon in production, initialization or upgrade scripts may populate this table with standard tab configurations. Reporting use cases are generally limited to internal configuration audits.
Related Objects
The ETRM documentation specifies the PON_TAB_SETUP_PK primary key constraint on the TAB_CODE and TAB_ID columns. While explicit foreign key relationships are not detailed in the provided excerpt, this table is inherently related to the application's UI rendering logic and security profiles that control tab visibility. In a typical EBS Sourcing implementation, the values in PON_TAB_SETUP would be referenced by other setup or transactional tables that associate specific functions, responsibilities, or document types with these navigation tabs. The table likely serves as a parent lookup for various sourcing sub-modules that need to present context-sensitive navigation.
-
Table: PON_TAB_SETUP
12.2.2
product: PON - Sourcing , description: Stores the tab configurations of the 1st level navigation , implementation_dba_data: Not implemented in this database ,
-
Table: PON_TAB_SETUP
12.1.1
product: PON - Sourcing , description: Stores the tab configurations of the 1st level navigation , implementation_dba_data: Not implemented in this database ,