DBA Data[Home] [Help]

APPS.IGS_AD_PS_APLINSTHST_PKG dependencies on IGS_EN_UNIT_SET_PKG

Line 569: IF NOT IGS_EN_UNIT_SET_PKG.Get_PK_For_Validation (

565: ((new_references.unit_set_cd IS NULL) OR
566: (new_references.us_version_number IS NULL))) THEN
567: NULL;
568: ELSE
569: IF NOT IGS_EN_UNIT_SET_PKG.Get_PK_For_Validation (
570: new_references.unit_set_cd,
571: new_references.us_version_number
572: )THEN
573: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND');