DBA Data[Home] [Help]

APPS.IGS_UC_QUAL_DETS_PKG dependencies on IGS_PE_PERSON_PKG

Line 184: || rbezawad 16-Dec-2002 1) Changed FK relation get_fk_pe_hz_parties to get_fk_igs_pe_person. So changed the get_pk...() call from igs_pe_hz_parties_pkg to igs_pe_person_pkg.

180: || (reverSE chronological order - newest change first)
181: || smaddali 27-jun-2002 bug 2430139 modified the calls to patent tbhs by passing UPPER of columns
182: || grading_schema_cd, approved_result,claimd_result,predicted_result,exam_level,subject_code
183: || also trimming the result fields
184: || rbezawad 16-Dec-2002 1) Changed FK relation get_fk_pe_hz_parties to get_fk_igs_pe_person. So changed the get_pk...() call from igs_pe_hz_parties_pkg to igs_pe_person_pkg.
185: || 2) Removed the commented code which was checking awarding_body column value.
186: || 3) Uncommented the code which was checking subject_code value in igs_ps_fld_of_study_all_pkg.
187: || Modifications are done w.r.t. Bug 2541370.
188: */

Line 272: ELSIF NOT igs_pe_person_pkg.get_pk_for_validation (

268:
269: IF (((old_references.person_id = new_references.person_id)) OR
270: ((new_references.person_id IS NULL))) THEN
271: NULL;
272: ELSIF NOT igs_pe_person_pkg.get_pk_for_validation (
273: new_references.person_id
274: ) THEN
275: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
276: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_PERSON'));