DBA Data[Home] [Help]

APPS.IGS_AD_PNMEMBR_DTLS_PKG dependencies on IGS_AD_LOCATION_PKG

Line 170: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

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