DBA Data[Home] [Help]

APPS.IGS_AD_TERM_DETAILS_PKG dependencies on IGS_AD_TRANSCRIPT_PKG

Line 234: ELSIF NOT Igs_Ad_Transcript_Pkg.Get_PK_For_Validation (

230:
231: IF (((old_references.transcript_id = new_references.transcript_id)) OR
232: ((new_references.transcript_id IS NULL))) THEN
233: NULL;
234: ELSIF NOT Igs_Ad_Transcript_Pkg.Get_PK_For_Validation (
235: new_references.transcript_id
236: ) THEN
237: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');
238: FND_MESSAGE.SET_TOKEN('ATTRIBUTE',FND_MESSAGE.GET_STRING('IGS','IGS_AD_TRANSCRIPT'));