DBA Data[Home] [Help]

APPS.IGS_PS_US_UNSCHED_CL_PKG dependencies on IGS_AD_LOCATION_PKG

Line 187: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

183:
184: IF (((old_references.location_cd = new_references.location_cd)) OR
185: ((new_references.location_cd IS NULL))) THEN
186: NULL;
187: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
188: new_references.location_cd ,
189: 'N'
190: ) THEN
191: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');