DBA Data[Home] [Help]

APPS.IGS_AD_TRANSCRIPT_PKG dependencies on IGS_LOOKUPS_VIEW_PKG

Line 429: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (

425:
426: IF (((old_references.term_type = new_references.term_type)) OR
427: ((new_references.term_type IS NULL))) THEN
428: NULL;
429: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (
430: 'TERM_TYPE',
431: new_references.term_type
432: ) THEN
433: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 442: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (

438:
439: IF (((old_references.transcript_status = new_references.transcript_status)) OR
440: ((new_references.transcript_status IS NULL))) THEN
441: NULL;
442: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (
443: 'TRANSCRIPT_STATUS',
444: new_references.transcript_status
445: ) THEN
446: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');

Line 456: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (

452:
453: IF (((old_references.transcript_type = new_references.transcript_type)) OR
454: ((new_references.transcript_type IS NULL))) THEN
455: NULL;
456: ELSIF NOT Igs_LookUps_View_Pkg.Get_PK_For_Validation (
457: 'TRANSCRIPT_TYPE',
458: new_references.transcript_type
459: ) THEN
460: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');