DBA Data[Home] [Help]

APPS.IGS_OR_LOC_REGION_PKG dependencies on IGS_AD_LOCATION_PKG

Line 85: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

81:
82: IF (((old_references.location_cd = new_references.location_cd)) OR
83: ((new_references.location_cd IS NULL))) THEN
84: NULL;
85: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
86: new_references.location_cd ,
87: 'N'
88: ) THEN
89: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');