Search Results rpt_fmly_id
Overview
The IGS_PS_RPT_FMLY_ALL table is a core data structure within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically for the Oracle Student Management (Campus Solutions) product, owned by the IGS schema. Its primary role is to define and manage repeat families for academic units. A repeat family is a logical grouping of course units under a common code, which indicates that these units are considered equivalent or related for the purpose of academic rules, such as preventing students from receiving credit for the same material multiple times. This table acts as a master reference, storing the unique codes and descriptions that identify these groupings across the academic curriculum.
Key Information Stored
The table stores the defining attributes for a repeat family. The most critical columns include the system-generated primary key, RPT_FMLY_ID, which uniquely identifies each record and is populated by the associated sequence IGS_PS_RPT_FMLY_ALL_S. The business identifier is the REPEAT_CODE (VARCHAR2(10)), a unique, user-defined code that signifies the family. This code is paired with a DESCRIPTION (VARCHAR2(80)) for clarity. The CLOSED_IND flag controls the lifecycle of the code, marking it as inactive and unavailable for new assignments when set. Supporting multi-organization architecture, the ORG_ID column segregates data by operating unit, and standard WHO columns (CREATED_BY, CREATION_DATE, etc.) track audit information.
Common Use Cases and Queries
This table is central to enforcing academic policies regarding unit repetition. A primary use case is the setup and maintenance of repeat families via the application's administrative forms, ensuring units with overlapping content are correctly grouped. For reporting and data validation, common queries involve listing active repeat families for a specific operating unit or identifying which units belong to a particular family via a join to the IGS_PS_UNIT_VER_ALL table. A typical query to retrieve all active repeat codes for analysis would be:
- SELECT RPT_FMLY_ID, REPEAT_CODE, DESCRIPTION FROM IGS_PS_RPT_FMLY_ALL WHERE CLOSED_IND = 'N' AND ORG_ID = :org_id ORDER BY REPEAT_CODE;
Technical integrations or data fixes often reference the RPT_FMLY_ID when associating or disassociating units from a family, using it as the key foreign key value.
Related Objects
The IGS_PS_RPT_FMLY_ALL table has defined relationships with other key curriculum objects. Its primary key is enforced by the constraint IGS_PS_RPT_FMLY_ALL_PK on the RPT_FMLY_ID column. The most significant relationship is as a parent table to IGS_PS_UNIT_VER_ALL, which stores version-specific details of academic units. A foreign key constraint exists where IGS_PS_UNIT_VER_ALL.RPT_FMLY_ID references IGS_PS_RPT_FMLY_ALL.RPT_FMLY_ID. This is the operational link that assigns individual unit versions to a repeat family. The table is also referenced by the synonym APPS.IGS_PS_RPT_FMLY_ALL, which provides the standard access point for the application tier.
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_UNIT_SUBTITLE
12.1.1
-
TABLE: IGS.IGS_PS_RPT_FMLY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RPT_FMLY_ALL, object_name:IGS_PS_RPT_FMLY_ALL, status:VALID,
-
APPS.IGS_PS_RPT_FMLY_PKG dependencies on IGS_PS_RPT_FMLY_ALL
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_RPT_FMLY
12.1.1
-
APPS.IGS_PS_GEN_006 dependencies on IGS_PS_RPT_FMLY_ALL
12.1.1
-
APPS.IGS_PS_RPT_FMLY_PKG dependencies on IGS_PS_RPT_FMLY
12.1.1
-
VIEW: APPS.IGS_PS_RPT_FMLY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RPT_FMLY, object_name:IGS_PS_RPT_FMLY, status:VALID,
-
View: IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER ,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PS_RPT_FMLY
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID, product: IGS - Student System , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS ,
-
View: IGSBV_HIGH_ED_UNIT_VERSIONS
12.2.2
product: IGS - Student System (Obsolete) , description: This entity describes the Unit version details with title information, important dates, maximum/minimum/increment points, details regarding enrolment with enrolment/offered load calendar types and sequence numbers. , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_RPT_FMLY_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
-
Table: IGS_PS_RPT_FMLY_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_RPT_FMLY_ALL, object_name:IGS_PS_RPT_FMLY_ALL, status:VALID, product: IGS - Student System , description: The units are to be grouped under common code to indicate they belong to same repeat family. This tables records the repeat code under which units are grouped together , implementation_dba_data: IGS.IGS_PS_RPT_FMLY_ALL ,
-
Table: IGS_PS_RPT_FMLY_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: The units are to be grouped under common code to indicate they belong to same repeat family. This tables records the repeat code under which units are grouped together , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID, product: IGS - Student System , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST_V ,
-
View: IGS_PS_RPT_FMLY
12.2.2
product: IGS - Student System (Obsolete) , description: This view will display the repeat code under which units can be grouped together , implementation_dba_data: Not implemented in this database ,
-
View: IGS_PS_RPT_FMLY
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_RPT_FMLY, object_name:IGS_PS_RPT_FMLY, status:VALID, product: IGS - Student System , description: This view will display the repeat code under which units can be grouped together , implementation_dba_data: APPS.IGS_PS_RPT_FMLY ,
-
View: IGS_PS_UNIT_VER_V
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT_TYPE_LVL
12.1.1
-
View: IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_V ,
-
View: IGS_PS_UNIT_VER_HIST_V
12.2.2
product: IGS - Student System (Obsolete) , description: Merges the Unit Version History details with the Current Unit Version Details enabling all details to be accessed over time, up till the current day. Each entry represents all column values over defined time periods. , implementation_dba_data: Not implemented in this database ,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID,
-
APPS.IGS_AV_GEN_001 dependencies on IGS_PS_UNIT_VER
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_V, object_name:IGS_PS_UNIT_VER_V, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST, object_name:IGS_PS_UNIT_VER_HIST, status:VALID, product: IGS - Student System , implementation_dba_data: APPS.IGS_PS_UNIT_VER_HIST ,
-
VIEW: APPS.IGSBV_HIGH_ED_UNIT_VERSIONS
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGSBV_HIGH_ED_UNIT_VERSIONS, object_name:IGSBV_HIGH_ED_UNIT_VERSIONS, status:VALID,
-
View: IGS_PS_UNIT_VER_HIST
12.2.2
product: IGS - Student System (Obsolete) , implementation_dba_data: Not implemented in this database ,
-
PACKAGE BODY: APPS.IGS_PS_RPT_FMLY_PKG
12.1.1
-
VIEW: APPS.IGS_PS_UNIT_VER
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER, object_name:IGS_PS_UNIT_VER, status:VALID,
-
VIEW: APPS.IGS_PS_UNIT_VER_HIST_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_V, object_name:IGS_PS_UNIT_VER_HIST_V, status:VALID,
-
APPS.IGS_PS_UNIT_VER_HIST_PKG SQL Statements
12.1.1
-
TABLE: IGS.IGS_PS_UNIT_VER_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_ALL, object_name:IGS_PS_UNIT_VER_ALL, status:VALID,
-
TABLE: IGS.IGS_PS_UNIT_VER_HIST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PS_UNIT_VER_HIST_ALL, object_name:IGS_PS_UNIT_VER_HIST_ALL, status:VALID,
-
APPS.IGS_PS_UNIT_VER_PKG SQL Statements
12.1.1
-
APPS.IGS_PS_GEN_006 SQL Statements
12.1.1
-
APPS.IGS_AV_GEN_001 SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_AU_GEN_004
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_HIST_PKG
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG SQL Statements
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_UNIT_VER_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_GEN_006
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_UNIT_VER_ALL
12.1.1
-
APPS.IGS_PS_UNIT_VER_PKG dependencies on IGS_PS_UNIT_VER
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_GEN_001
12.1.1
-
APPS.IGS_PS_UNIT_LGCY_PKG dependencies on IGS_PS_UNIT
12.1.1