DBA Data[Home] [Help]

APPS.IGS_FI_HOLD_PLAN_PKG dependencies on IGS_EN_VAL_ETDE

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

228: */
229: p_message_name VARCHAR2(30);
230: BEGIN
231: IF ( p_inserting = TRUE OR (p_updating = TRUE AND new_references.hold_type <> old_references.hold_type) ) THEN
232: IF NOT igs_en_val_etde.enrp_val_et_closed(new_references.hold_type,p_message_name) THEN
233: Fnd_Message.Set_Name('IGS', p_message_name);
234: IGS_GE_MSG_STACK.ADD;
235: App_Exception.Raise_Exception;
236: END IF;