DBA Data[Home] [Help]

APPS.IGS_AD_APPL_PERSTAT_PKG dependencies on IGS_AD_PER_STM_TYP_PKG

Line 122: ELSIF NOT igs_ad_per_stm_typ_pkg.get_pk_for_validation (

118:
119: IF (((old_references.persl_stat_type = new_references.persl_stat_type)) OR
120: ((new_references.persl_stat_type IS NULL))) THEN
121: NULL;
122: ELSIF NOT igs_ad_per_stm_typ_pkg.get_pk_for_validation (
123: new_references.persl_stat_type ,
124: 'N'
125: ) THEN
126: FND_MESSAGE.SET_NAME('IGS','IGS_GE_PK_UK_NOT_FOUND_CLOSED');