DBA Data[Home] [Help]

APPS.IGS_EN_NSD_DLSTP_PKG dependencies on IGS_AD_ADM_UNIT_STAT_PKG

Line 142: ELSIF NOT igs_ad_adm_unit_stat_pkg.get_pk_for_validation (

138:
139: IF (((old_references.administrative_unit_status = new_references.administrative_unit_status)) OR
140: ((new_references.administrative_unit_status IS NULL))) THEN
141: NULL;
142: ELSIF NOT igs_ad_adm_unit_stat_pkg.get_pk_for_validation (
143: new_references.administrative_unit_status,
144: 'N'
145: ) THEN
146: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');