DBA Data[Home] [Help]

APPS.IGS_PE_HOLD_REL_OVR_PKG dependencies on IGS_EN_VAL_ETDE

Line 290: IF NOT igs_en_val_etde.enrp_val_et_closed(new_references.hold_type,p_message_name) THEN

286: PROCEDURE BeforeInsertUpdate(p_inserting BOOLEAN , p_updating BOOLEAN) AS
287: p_message_name VARCHAR2(30);
288: BEGIN
289: IF ( p_inserting = TRUE OR (p_updating = TRUE AND new_references.hold_type <> old_references.hold_type) ) THEN
290: IF NOT igs_en_val_etde.enrp_val_et_closed(new_references.hold_type,p_message_name) THEN
291: Fnd_Message.Set_Name('IGS', p_message_name);
292: IGS_GE_MSG_STACK.ADD;
293: App_Exception.Raise_Exception;
294: END IF;