DBA Data[Home] [Help]

APPS.IGS_FI_PERSON_HOLDS_PKG dependencies on IGS_EN_VAL_ETDE

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

349: PROCEDURE BeforeInsertUpdate(p_inserting BOOLEAN , p_updating BOOLEAN) AS
350: p_message_name VARCHAR2(30);
351: BEGIN
352: IF ( p_inserting = TRUE OR (p_updating = TRUE AND new_references.hold_type <> old_references.hold_type) ) THEN
353: IF NOT igs_en_val_etde.enrp_val_et_closed(new_references.hold_type,p_message_name) THEN
354: Fnd_Message.Set_Name('IGS', p_message_name);
355: IGS_GE_MSG_STACK.ADD;
356: App_Exception.Raise_Exception;
357: END IF;