DBA Data[Home] [Help]

APPS.IGS_AD_LOC_ACCTS_PKG dependencies on IGS_AD_LOCATION_PKG

Line 91: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (

87:
88: IF (((old_references.location_cd = new_references.location_cd)) OR
89: ((new_references.location_cd IS NULL))) THEN
90: NULL;
91: ELSIF NOT igs_ad_location_pkg.get_pk_for_validation (
92: new_references.location_cd,
93: 'N'
94: ) THEN
95: fnd_message.set_name ('FND', 'FORM_RECORD_DELETED');