Search Results disability_id
Overview
The IGS_PE_SN_CONTACT table is a core data repository within the Oracle E-Business Suite (EBS) 12.1.1 and 12.2.2, specifically under the IGS (Oracle's former Higher Education product) schema. Its primary function is to store historical contact information related to a person's special needs or disabilities. The table acts as an audit and tracking mechanism, recording interactions with specific contacts concerning an individual's disability. It is integral to managing student or person-related disability services, ensuring a documented history of support and communication is maintained within the system.
Key Information Stored
The table's structure is designed to capture the essential details of each special needs contact event. The SN_CONTACT_ID column serves as the unique primary key for each record. A critical foreign key, DISABILITY_ID, links each contact record to a specific disability entry for a person, likely referencing a parent table such as IGS_PE_DISABILITY. The CONTACT_NAME and CONTACT_DATE columns record the name of the contacted individual or entity and the precise timestamp of the interaction, respectively. Descriptive notes regarding the contact are stored in the COMMENTS field. As with most EBS tables, standard WHO columns (CREATED_BY, CREATION_DATE, LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN) are included for auditing and compliance.
Common Use Cases and Queries
This table supports operational reporting and compliance tracking for disability services. A common use case involves generating a history of all contacts made regarding a specific student's disability for case review or audit purposes. Another scenario is identifying contacts made within a specific date range for reporting on service activity. A typical query would join this table to a person or disability master table using the DISABILITY_ID to provide contextual information.
- Retrieve Contact History for a Disability:
SELECT CONTACT_NAME, CONTACT_DATE, COMMENTS FROM IGS.IGS_PE_SN_CONTACT WHERE DISABILITY_ID = :p_disability_id ORDER BY CONTACT_DATE DESC; - Report on Contacts within a Date Range:
SELECT DISABILITY_ID, CONTACT_NAME, CONTACT_DATE FROM IGS.IGS_PE_SN_CONTACT WHERE CONTACT_DATE BETWEEN :p_start_date AND :p_end_date;
Related Objects
Based on the provided metadata, the IGS_PE_SN_CONTACT table is referenced by objects within the APPS schema, indicating its data is accessed through application views or public synonyms for use in EBS forms and reports. The presence of a non-unique index (IGS_PE_SN_CONTACT_N1) on the DISABILITY_ID column strongly suggests a foreign key relationship, though not explicitly listed in the dependencies. This implies a core relationship with a parent table storing disability master data, such as IGS_PE_DISABILITY or a similarly named entity within the IGS schema, which would be the primary source for the DISABILITY_ID values.
-
APPS.PER_DIS_SHD dependencies on PER_DISABILITIES_F
12.1.1
-
APPS.PER_DIS_UPD dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PER_DIS_SHD dependencies on DT_API
12.2.2
-
APPS.PER_DIS_SHD dependencies on DT_API
12.1.1
-
APPS.PER_DIS_UPD dependencies on PER_DISABILITIES_F
12.1.1
-
APPS.PAY_GB_UPGRADE_PKG SQL Statements
12.1.1
-
APPS.PER_DIS_SHD dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PER_DIS_INS dependencies on DT_API
12.2.2
-
APPS.PAY_GB_UPGRADE_PKG SQL Statements
12.2.2
-
TABLE: IGS.IGS_PE_SN_CONTACT
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_SN_CONTACT, object_name:IGS_PE_SN_CONTACT, status:VALID,
-
APPS.PER_DIS_INS dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PER_MEA_BUS dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PER_DIS_SHD SQL Statements
12.1.1
-
TABLE: IGS.IGS_PE_SN_SERVICE
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_PE_SN_SERVICE, object_name:IGS_PE_SN_SERVICE, status:VALID,
-
APPS.PER_MEA_BUS dependencies on PER_DISABILITIES_F
12.1.1
-
APPS.PAY_GB_UPGRADE_PKG dependencies on PER_DISABILITIES_F
12.1.1
-
VIEW: HR.PER_MEDICAL_ASSESSMENTS#
12.2.2
-
APPS.PER_DIS_INS dependencies on DT_API
12.1.1
-
APPS.PER_DIS_INS dependencies on PER_DISABILITIES_F
12.1.1
-
VIEW: HR.PER_DISABILITIES_F#
12.2.2
-
APPS.IGS_PE_SN_CONTACT_PKG dependencies on IGS_PE_SN_CONTACT
12.1.1
-
APPS.PER_DIS_DEL dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PER_DIS_SHD SQL Statements
12.2.2
-
APPS.PAY_GB_UPGRADE_PKG dependencies on PER_DISABILITIES_F
12.2.2
-
VIEW: APPS.IGS_PE_SN_SERVICE_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGS.IGS_PE_SN_SERVICE_V, object_name:IGS_PE_SN_SERVICE_V, status:VALID,
-
APPS.IGS_PE_SN_SERVICE_PKG dependencies on IGS_PE_SN_SERVICE
12.1.1
-
APPS.PER_DIS_DEL dependencies on PER_DISABILITIES_F
12.1.1
-
APPS.PER_MEA_SHD SQL Statements
12.1.1
-
APPS.HR_AE_VALIDATE_PKG dependencies on PER_DISABILITIES_F
12.2.2
-
APPS.PAY_GB_UPGRADE_PKG dependencies on HR_UTILITY
12.1.1
-
APPS.PAY_GB_UPGRADE_PKG dependencies on HR_UTILITY
12.2.2
-
APPS.PER_MEA_SHD SQL Statements
12.2.2
-
APPS.PER_DIS_SHD dependencies on HR_API
12.2.2
-
APPS.IGS_PE_SN_CONTACT_PKG SQL Statements
12.1.1
-
APPS.PER_MX_DISABILITY_API dependencies on PER_DISABILITIES_F
12.1.1
-
APPS.PER_DIS_SHD dependencies on HR_API
12.1.1
-
APPS.HR_AE_VALIDATE_PKG dependencies on PER_DISABILITIES_F
12.1.1
-
VIEW: APPS.PER_DISABILITIES_D
12.2.2
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DISABILITIES_D, object_name:PER_DISABILITIES_D, status:VALID,
-
APPS.PER_KW_XDO_REPORT dependencies on PER_DISABILITIES_V
12.1.1
-
APPS.PER_MX_DISABILITY_API dependencies on PER_DISABILITIES_V
12.1.1
-
APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on PER_ABSENCE_ATTENDANCE_TYPES
12.2.2
-
Table: PER_DISABILITIES_F
12.2.2
owner:HR, object_type:TABLE, fnd_design_data:PER.PER_DISABILITIES_F, object_name:PER_DISABILITIES_F, status:VALID, product: PER - Human Resources , description: Hold Disability information for one person , implementation_dba_data: HR.PER_DISABILITIES_F ,
-
APPS.PER_MX_DISABILITY_API dependencies on PER_DISABILITIES_V
12.2.2
-
APPS.PER_MX_DISABILITY_API dependencies on PER_DISABILITIES_F
12.2.2
-
VIEW: APPS.PER_DISABILITIES_D
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:PER.PER_DISABILITIES_D, object_name:PER_DISABILITIES_D, status:VALID,
-
APPS.PER_KW_XDO_REPORT dependencies on PER_DISABILITIES_V
12.2.2
-
APPS.PER_MEA_BUS dependencies on PER_DIS_SHD
12.2.2
-
APPS.PER_MEA_BUS dependencies on PER_DIS_SHD
12.1.1
-
APPS.PAY_MX_SOC_SEC_ARCHIVE dependencies on PER_ABSENCE_ATTENDANCE_TYPES
12.1.1
-
APPS.IGS_PE_PERS_DISABLTY_PKG dependencies on IGS_PE_SN_CONTACT
12.1.1