DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_PS_VER_PKG

Line 454: IF NOT IGS_PS_VER_PKG.Get_PK_For_Validation (

450: ((new_references.course_cd IS NULL) OR
451: (new_references.crv_version_number IS NULL))) THEN
452: NULL;
453: ELSE
454: IF NOT IGS_PS_VER_PKG.Get_PK_For_Validation (
455: new_references.course_cd,
456: new_references.crv_version_number
457: )THEN
458: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');