DBA Data[Home] [Help]

APPS.IGS_AD_LOCATION_PKG dependencies on IGS_CO_VAL_OC

Line 180: IF IGS_CO_VAL_OC.genp_val_prsn_id (

176: App_Exception.Raise_Exception;
177: END IF;
178: IF (new_references.coord_person_id IS NOT NULL and
179: new_references.coord_person_id <> old_references.coord_person_id) THEN
180: IF IGS_CO_VAL_OC.genp_val_prsn_id (
181: new_references.coord_person_id,
182: v_message_name) = FALSE THEN
183: Fnd_Message.Set_Name('IGS',v_message_name);
184: IGS_GE_MSG_STACK.ADD;