Search Results pv_pg_elig_programs
Overview
The PV_PG_ELIG_PROGRAMS table is a core data object within the Oracle E-Business Suite (EBS) Partner Management (PV) module, specifically for versions 12.1.1 and 12.2.2. It serves as a master repository for defining and storing eligible program definitions. Its primary role is to establish the catalog of partner programs that can be assigned to or considered for partner entities within the system. This table is fundamental to the partner program enrollment and eligibility framework, enabling the administration of which programs are available for participation based on various business rules and hierarchies defined elsewhere in the application.
Key Information Stored
The central piece of data stored in this table is the unique identifier for each eligible program record. Based on the provided metadata, the primary key column is ELIG_PROGRAM_ID, which uniquely identifies each row. A critical foreign key column is PROGRAM_ID, which links the eligible program definition to its corresponding master program record in the PV_PARTNER_PROGRAM_B table. This relationship ensures that eligibility is tied to a valid, defined partner program. While the provided excerpt does not list all columns, typical data in such a table would include status flags, creation and last update dates, and potentially attributes controlling program visibility, effective dates, or eligibility criteria codes.
Common Use Cases and Queries
The primary use case for this table is to query the list of programs available for partner enrollment or to validate if a specific program is active and eligible. It is central to backend processes that manage partner program lifecycles. Common reporting needs include generating a list of all eligible programs or identifying programs linked to a specific partner type or geography (requiring joins to related tables). A fundamental sample SQL query would retrieve all active eligible programs:
- SELECT elig_program_id, program_id FROM pv.pv_pg_elig_programs WHERE SYSDATE BETWEEN start_date_active AND NVL(end_date_active, SYSDATE);
Another critical pattern involves joining to the partner program master table to get descriptive details: SELECT ppb.program_name, eprog.* FROM pv_pg_elig_programs eprog, pv_partner_program_b ppb WHERE eprog.program_id = ppb.program_id;
Related Objects
The PV_PG_ELIG_PROGRAMS table has a documented, direct relationship with the PV_PARTNER_PROGRAM_B table, which is the master table for partner program definitions. The relationship is established through a foreign key constraint where the PROGRAM_ID column in PV_PG_ELIG_PROGRAMS references the primary key (presumably PROGRAM_ID) in PV_PARTNER_PROGRAM_B. This ensures referential integrity, meaning an eligible program record cannot exist without a corresponding master program definition. This table is also likely referenced by other transactional tables in the PV module that handle specific partner enrollments, program assignments, or eligibility checks, forming the foundation of the partner program data model.
-
Table: PV_PG_ELIG_PROGRAMS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ELIG_PROGRAMS, object_name:PV_PG_ELIG_PROGRAMS, status:VALID, product: PV - Partner Management , description: Eligible Programs , implementation_dba_data: PV.PV_PG_ELIG_PROGRAMS ,
-
Table: PV_PG_ELIG_PROGRAMS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ELIG_PROGRAMS, object_name:PV_PG_ELIG_PROGRAMS, status:VALID, product: PV - Partner Management , description: Eligible Programs , implementation_dba_data: PV.PV_PG_ELIG_PROGRAMS ,
-
VIEW: PV.PV_PG_ELIG_PROGRAMS#
12.2.2
owner:PV, object_type:VIEW, object_name:PV_PG_ELIG_PROGRAMS#, status:VALID,
-
SYNONYM: APPS.PV_PG_ELIG_PROGRAMS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:PV_PG_ELIG_PROGRAMS, status:VALID,
-
SYNONYM: APPS.PV_PG_ELIG_PROGRAMS
12.2.2
owner:APPS, object_type:SYNONYM, object_name:PV_PG_ELIG_PROGRAMS, status:VALID,
-
VIEW: PV.PV_PG_ELIG_PROGRAMS#
12.2.2
-
APPS.PV_ENRQ_BINS_PVT SQL Statements
12.1.1
-
APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_CONTEXT_VALUES
12.1.1
-
APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_CONTEXT_VALUES
12.2.2
-
APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_PG_ELIG_PROG_MIRR
12.1.1
-
APPS.PV_ENRL_PREREQ_BINS_PUB dependencies on PV_PG_ELIG_PROG_MIRR
12.2.2
-
TABLE: PV.PV_PG_ELIG_PROGRAMS
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ELIG_PROGRAMS, object_name:PV_PG_ELIG_PROGRAMS, status:VALID,
-
APPS.PV_ENRQ_BINS_PVT SQL Statements
12.2.2
-
TABLE: PV.PV_PG_ELIG_PROGRAMS
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PG_ELIG_PROGRAMS, object_name:PV_PG_ELIG_PROGRAMS, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
APPS.PV_ENRQ_BINS_PVT dependencies on PVX_UTILITY_PVT
12.1.1
-
APPS.PV_ENRQ_BINS_PVT dependencies on PVX_UTILITY_PVT
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
Table: PV_PARTNER_PROGRAM_B
12.2.2
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
12.1.1 DBA Data
12.1.1
-
12.2.2 FND Design Data
12.2.2
-
12.1.1 DBA Data
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
12.2.2 DBA Data
12.2.2
-
Table: PV_PARTNER_PROGRAM_B
12.1.1
owner:PV, object_type:TABLE, fnd_design_data:PV.PV_PARTNER_PROGRAM_B, object_name:PV_PARTNER_PROGRAM_B, status:VALID, product: PV - Partner Management , description: Captures partner program, and membership details , implementation_dba_data: PV.PV_PARTNER_PROGRAM_B ,
-
APPS.PV_ENRQ_BINS_PVT dependencies on FND_API
12.2.2
-
12.2.2 DBA Data
12.2.2
-
APPS.PV_ENRQ_BINS_PVT dependencies on FND_API
12.1.1
-
PACKAGE BODY: APPS.PV_ENRQ_BINS_PVT
12.2.2
-
PACKAGE BODY: APPS.PV_ENRQ_BINS_PVT
12.1.1
-
APPS.PV_USER_MGMT_PVT SQL Statements
12.1.1
-
APPS.PV_USER_MGMT_PVT SQL Statements
12.2.2
-
PACKAGE BODY: APPS.PV_ENRL_PREREQ_BINS_PUB
12.2.2
-
PACKAGE BODY: APPS.PV_ENRL_PREREQ_BINS_PUB
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
PACKAGE BODY: APPS.PV_USER_MGMT_PVT
12.2.2
-
PACKAGE BODY: APPS.PV_USER_MGMT_PVT
12.1.1
-
eTRM - PV Tables and Views
12.2.2
description: PV User - custom entries ,
-
eTRM - PV Tables and Views
12.1.1
-
12.2.2 DBA Data
12.2.2
-
12.1.1 DBA Data
12.1.1