DBA Data[Home] [Help]

APPS.IGS_FI_FTCI_ACCTS_PKG dependencies on IGS_AD_LOCATION_PKG

Line 208: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

204:
205: IF (((old_references.location_cd = new_references.location_cd)) OR
206: ((new_references.location_cd IS NULL))) THEN
207: NULL;
208: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
209: new_references.location_cd,
210: 'N'
211: ) THEN
212: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');