DBA Data[Home] [Help]

APPS.IGS_AZ_GROUPS_PKG dependencies on IGS_AD_LOCATION_PKG

Line 169: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

165:
166: IF (((old_references.location_cd = new_references.location_cd)) OR
167: ((new_references.location_cd IS NULL))) THEN
168: NULL;
169: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
170: new_references.location_cd,
171: 'N'
172: ) THEN
173: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');