Search Results igf_sl_pe_citi_map
Overview
The IGF_SL_PE_CITI_MAP table belongs to the IGF – Financial Aid product family, which Oracle has classified as Obsolete in Oracle E-Business Suite releases 12.1.1 and 12.2.2. The table's documented purpose is to store the mapping between Oracle Student System (OSS) and Financial Aid (FA) data for the Citizenship Code. In practical terms, it functions as a reference or crosswalk table that allows Financial Aid processing logic to translate a citizenship status value captured within the Student System into the corresponding citizenship status value understood by the Financial Aid subsystem.
The ETRM metadata records that this object is not implemented in the database. It is documented structurally but does not exist as a physical segment in a standard installation, meaning queries against it will fail unless a custom or legacy implementation created it. This is consistent with the Obsolete product classification.
Applying a heuristic Data Vault classification derived from the foreign key structure, the table is satellite-leaning. Its composite primary key combines a reference to a calendar instance together with a status code, and its payload columns record the mapped attribute values. Under a Data Vault model, this pattern suggests a satellite attached to a calendar-instance hub, carrying descriptive citizenship mapping attributes rather than defining an independent business entity.
Key Information Stored
The documented physical schema contains nine columns. The most significant are described below.
- CI_CAL_TYPE – Calendar type identifier. Part of the primary key and a foreign key candidate.
- CI_SEQUENCE_NUMBER – Calendar instance sequence number, completing the calendar reference in the primary key.
- PE_CITI_STAT_CODE – The PeopleSoft/Student System citizenship status code; the third component of the primary key and the OSS-side value being mapped.
- FA_CITI_STAT_CODE – The corresponding Financial Aid citizenship status code; the principal business payload column holding the mapped value.
- CREATED_BY, CREATION_DATE – Standard WHO audit columns recording row creation.
- LAST_UPDATED_BY, LAST_UPDATE_DATE, LAST_UPDATE_LOGIN – Standard WHO audit columns recording the most recent modification and the login/session that performed it.
The surrogate primary key is IGF_SL_PE_CITI_MAP_PK, defined over the composite of CI_CAL_TYPE, CI_SEQUENCE_NUMBER, and PE_CITI_STAT_CODE. All three columns are therefore business-key candidates; no separate single-column surrogate identifier is documented.
Common Use Cases and Queries
Because the table is obsolete and not implemented, its principal use is historical or investigative: DBAs and technical consultants inspect it when reverse-engineering legacy Financial Aid customizations, or when reconciling 11i-era data conversions into R12. A typical diagnostic query confirms existence and structure:
SELECT COUNT(*) FROM IGF.IGF_SL_PE_CITI_MAP;– returns an error (ORA-00942) if the object is absent, confirming the "not implemented" status.SELECT * FROM ALL_TAB_COLUMNS WHERE TABLE_NAME = 'IGF_SL_PE_CITI_MAP' AND OWNER = 'IGF';– verifies the nine documented columns.SELECT ci_cal_type, ci_sequence_number, pe_citi_stat_code, fa_citi_stat_code FROM igf.igf_sl_pe_citi_map WHERE pe_citi_stat_code = :b1;– retrieves the mapped Financial Aid code for a given Student System citizenship value.
Reporting scenarios, where an implementation exists, include auditing citizenship mapping coverage across calendar instances, validating that every Student System code resolves to exactly one Financial Aid code, and tracing conversion mismatches between source and target aid systems.
Related Objects
The documented foreign key relationship anchors this table to the academic calendar instance structure.
- IGS_CA_INST_ALL – Referenced via
IGF_SL_PE_CITI_MAP.CI_CAL_TYPEjoined to the calendar type column, and viaCI_SEQUENCE_NUMBER. This is the primary dependency. - IGF_SL_PE_* mapping tables – Sibling Financial Aid to Student System crosswalk tables sharing the same design pattern and PK columns.
- IGS_PE_CITI_STAT – The likely lookup source for
PE_CITI_STAT_CODEvalues on the Student System side. - IGF_FA_CITI_STAT – The likely validation source for
FA_CITI_STAT_CODEvalues on the Financial Aid side. - FA-related citizenship validation logic – Application code that consumes this mapping during aid eligibility determination.
-
Table: IGF_SL_PE_CITI_MAP
12.2.2
product: IGF - Financial Aid (Obsolete) , description: Table storing the OSS and FA data mapping for Citizenship Code , implementation_dba_data: Not implemented in this database ,
-
Table: IGF_SL_PE_CITI_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_PE_CITI_MAP, object_name:IGF_SL_PE_CITI_MAP, status:VALID, product: IGF - Financial Aid , description: Table storing the OSS and FA data mapping for Citizenship Code , implementation_dba_data: IGF.IGF_SL_PE_CITI_MAP ,
-
TABLE: IGF.IGF_SL_PE_CITI_MAP
12.1.1
owner:IGF, object_type:TABLE, fnd_design_data:IGF.IGF_SL_PE_CITI_MAP, object_name:IGF_SL_PE_CITI_MAP, status:VALID,
-
SYNONYM: APPS.IGF_SL_PE_CITI_MAP
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGF_SL_PE_CITI_MAP, status:VALID,
-
APPS.IGF_SL_PE_CITI_MAP_PKG SQL Statements
12.1.1
-
VIEW: APPS.IGF_SL_PE_CITI_MAP_V
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_PE_CITI_MAP_PKG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_PE_CITI_MAP_PKG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_PE_CITI_MAP_PKG
12.1.1
-
View: IGF_SL_PE_CITI_MAP_V
12.2.2
product: IGF - Financial Aid (Obsolete) , description: View for the OSS and FA data mapping for Citizenship Code , implementation_dba_data: Not implemented in this database ,
-
View: IGF_SL_PE_CITI_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PE_CITI_MAP_V, object_name:IGF_SL_PE_CITI_MAP_V, status:VALID, product: IGF - Financial Aid , description: View for the OSS and FA data mapping for Citizenship Code , implementation_dba_data: APPS.IGF_SL_PE_CITI_MAP_V ,
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_VALIDATION, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_CL_ORIG, status:VALID,
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGF_SL_LAR_CREATION, status:VALID,
-
12.1.1 FND Design Data
12.1.1
-
VIEW: APPS.IGF_SL_PE_CITI_MAP_V
12.1.1
owner:APPS, object_type:VIEW, fnd_design_data:IGF.IGF_SL_PE_CITI_MAP_V, object_name:IGF_SL_PE_CITI_MAP_V, status:VALID,
-
12.1.1 DBA Data
12.1.1
-
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
-
Table: IGS_CA_INST_ALL
12.1.1
owner:IGS, object_type:TABLE, fnd_design_data:IGS.IGS_CA_INST_ALL, object_name:IGS_CA_INST_ALL, status:VALID, product: IGS - Student System , description: Describes an instance of a calendar type , implementation_dba_data: IGS.IGS_CA_INST_ALL ,
-
Table: IGS_CA_INST_ALL
12.2.2
product: IGS - Student System (Obsolete) , description: Describes an instance of a calendar type , implementation_dba_data: Not implemented in this database ,
-
APPS.IGF_SL_CL_VALIDATION SQL Statements
12.1.1
-
APPS.IGF_SL_CL_VALIDATION dependencies on IGF_SL_PE_CITI_MAP
12.1.1
-
APPS.IGF_SL_LAR_CREATION dependencies on IGF_SL_PE_CITI_MAP
12.1.1
-
APPS.IGF_SL_LAR_CREATION SQL Statements
12.1.1
-
APPS.IGF_SL_PE_CITI_MAP_PKG dependencies on IGF_SL_PE_CITI_MAP
12.1.1
-
APPS.IGF_SL_CL_ORIG dependencies on IGF_SL_PE_CITI_MAP
12.1.1
-
APPS.IGF_SL_CL_ORIG SQL Statements
12.1.1
-
APPS.IGF_SL_PE_CITI_MAP_PKG dependencies on IGF_SL_PE_CITI_MAP_PKG
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_LAR_CREATION
12.1.1
-
PACKAGE BODY: APPS.IGF_SL_CL_VALIDATION
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,
-
PACKAGE BODY: APPS.IGF_SL_CL_ORIG
12.1.1
-
12.1.1 DBA Data
12.1.1
-
eTRM - IGF Tables and Views
12.1.1
description: Holds pays only unit details for a pays only program ,