Search Results igs_sc_gen_001
Overview
IGS_SC_GEN_001 is a PL/SQL package body owned by the APPS schema in Oracle E-Business Suite, classified in the ETRM repository as an "OTHER" API. The "IGS_SC" prefix identifies it as belonging to the Oracle Student System (formerly known as the Student Information Management / Student Records family of modules), where the "SC" component relates to the security and access-control framework that governs who may view, insert, update, or delete student-related records. The package supplies the generic security engine used by the broader IGS_SC security infrastructure: it evaluates the grants, conditional grants, object-level grants, user attributes, and attribute-method bindings that together determine a user's effective privileges against a given secured object.
The package is marked VALID and is internally consumed rather than exposed as a public entry point; ETRM notes that it is referenced by 129 other packages, indicating it functions as a shared, low-level utility layer on which many higher-level IGS_SC APIs depend. It is not listed as referenced by any database object other than through those dependent packages, confirming its role as a supporting engine rather than a business-facing entry point.
Key Procedures and Functions
The documented API surface contains six program units, all oriented toward establishing security context and performing authorization checks:
- SET_CTX — Establishes the session-level security context used by subsequent checks, typically initializing package state and database session context so that later evaluation is consistent within a transaction or session.
- UNSET_CTX — Tears down or resets the security context established by SET_CTX, preventing context leakage across session reuse or pooled connections.
- CHECK_INS_SECURITY — Validates insert privileges for a user against a secured object.
- CHECK_SEL_UPD_DEL_SECURITY — Performs the combined select, update, and delete privilege evaluation, the core authorization routine for read/modify access.
- CHECK_PERSON_SECURITY — Applies person-level (individual) security rules, translating user or person attributes into a grant decision.
- CHECK_USER_POLICY — Evaluates the overall user policy, aggregating grants and conditional grants into a final determination.
No parameter lists are documented, so the signatures must be confirmed from the actual source before invocation.
Tables Accessed
The package operates against the IGS_SC security data model plus foundation tables. It reads and writes the grant tables IGS_SC_GRANTS and IGS_SC_GRANT_CONDS, which hold grants and their conditional qualifiers, and IGS_SC_OBJ_GRANTS and IGS_SC_OBJ_GROUPS, which map grants to objects and grouping constructs. Object and attribute definitions come from IGS_SC_OBJECTS, IGS_SC_OBJ_ATTRIBS, IGS_SC_OBJ_ATT_MTHS, and IGS_SC_OBJ_ATT_VALS; user-side attribute data comes from IGS_SC_USR_ATTRIBS and IGS_SC_USR_ATT_VALS. User and role resolution depends on FND_USER, FND_OBJECTS, and WF_LOCAL_USER_ROLES. The package also depends on the FND_API, FND_DSQL, FND_GLOBAL, FND_LOG, and FND_MESSAGE foundation packages, and on DBMS_SESSION and DBMS_SQL for session context management and dynamic SQL. Grants are validated through IGS_SC_GRANTS_PVT.
Usage Notes
IGS_SC_GEN_001 is invoked indirectly by the 129 dependent packages that call into the security framework, rather than being called from forms or concurrent programs directly. Typical lifecycle usage is: a caller invokes SET_CTX to seed the session context, then calls CHECK_SEL_UPD_DEL_SECURITY, CHECK_INS_SECURITY, CHECK_PERSON_SECURITY, or CHECK_USER_POLICY to obtain an authorization result, and finally calls UNSET_CTX to clear the context. Because the package manipulates session state, callers should avoid interleaving it with unrelated session-context usage and should always pair SET_CTX with UNSET_CTX. Customizations should treat it as an internal dependency and avoid direct modification; the package is unsupported at the base and any extension should occur in a wrapper.
-
PACKAGE BODY: APPS.IGS_SC_GEN_001
12.1.1
owner:APPS, object_type:PACKAGE BODY, object_name:IGS_SC_GEN_001, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_HZ_PARTY_REL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_DEPD_ACTIVE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UT_PRS_CALCS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_CAND_SEO_CLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SC_ATMPT_NOTE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_STD_UNT_BASIS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERS_NOTE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_UT_PRS_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_GR_SPECIAL_AWARD_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ACAD_INTENTS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_STDNT_PR_CK_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_STDNT_PR_UNIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_HZ_PTY_SITES_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_CDT_FLD_OF_SY_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_STD_ULVLBASIS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_STND_ALT_UNIT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_HZ_LOCATIONS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_FUND_SOURCE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_SN_CONTACT_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_ST_SPA_CC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ACT_SITE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_HE_EN_SUSA_CC_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_RACE_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_SCHOLARSHIP_PKG
12.1.1
-
SYNONYM: APPS.IGS_SC_USR_ATT_VALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_USR_ATT_VALS, status:VALID,
-
SYNONYM: APPS.IGS_SC_OBJECTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJECTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_HE_AD_DTL_ALL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_RE_CDT_ATT_HIST_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AD_HZ_EMP_DTL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PS_STDNT_SPL_REQ_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ACAD_HONORS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_NONIMG_EMPL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_SN_SERVICE_PKG
12.1.1
-
SYNONYM: APPS.IGS_SC_OBJ_ATT_VALS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJ_ATT_VALS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PE_HEARING_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AS_SC_ATMPT_ENR_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ATHLETIC_DTL_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_AV_ADV_STANDING_PKG
12.1.1
-
SYNONYM: APPS.IGS_SC_GRANTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_GRANTS, status:VALID,
-
SYNONYM: APPS.IGS_SC_OBJ_GROUPS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJ_GROUPS, status:VALID,
-
SYNONYM: APPS.IGS_SC_OBJ_ATT_MTHS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJ_ATT_MTHS, status:VALID,
-
SYNONYM: APPS.IGS_SC_OBJ_ATTRIBS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJ_ATTRIBS, status:VALID,
-
SYNONYM: APPS.IGS_SC_OBJ_GRANTS
12.1.1
owner:APPS, object_type:SYNONYM, object_name:IGS_SC_OBJ_GRANTS, status:VALID,
-
PACKAGE BODY: APPS.IGS_PR_STDNT_PR_PS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERS_RELATION_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PR_STDNT_PR_FND_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_ATHLETIC_PRG_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_FELONY_DTLS_PKG
12.1.1
-
PACKAGE BODY: APPS.IGS_PE_PERSON_ALIAS_PKG
12.1.1