DBA Data[Home] [Help]

APPS.IGS_AD_PER_STM_TYP_PKG dependencies on IGS_TR_VAL_TRI

Line 80: IF NOT IGS_TR_VAL_TRI.val_tr_step_ctlg (new_references.step_catalog_cd,

76: ) as
77: v_message_name VARCHAR2(30);
78: BEGIN
79: IF (p_inserting OR (p_updating AND (old_references.step_catalog_cd <> new_references.step_catalog_cd))) THEN
80: IF NOT IGS_TR_VAL_TRI.val_tr_step_ctlg (new_references.step_catalog_cd,
81: v_message_name) THEN
82: Fnd_Message.Set_Name('IGS', v_message_name);
83: IGS_GE_MSG_STACK.ADD;
84: App_Exception.Raise_Exception;