DBA Data[Home] [Help]

APPS.IGS_AD_PANEL_DTLS_PKG dependencies on IGS_AD_LOCATION_PKG

Line 228: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

224:
225: IF (((old_references.location_cd = new_references.location_cd)) OR
226: ((new_references.location_cd IS NULL))) THEN
227: NULL;
228: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
229: new_references.location_cd ,
230: 'N'
231: ) THEN
232: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');