DBA Data[Home] [Help]

APPS.IGS_PR_MILESTONE_TYP_PKG dependencies on IGS_RE_VAL_MTY

Line 83: IF IGS_RE_VAL_MTY.resp_val_mty_days(

79: (p_updating AND
80: (NVL(old_references.ntfctn_reminder_days,-1) <> NVL(new_references.ntfctn_reminder_days,-1) OR
81: NVL(old_references.ntfctn_re_reminder_days,-1) <>
82: NVL(new_references.ntfctn_re_reminder_days,-1))) THEN
83: IF IGS_RE_VAL_MTY.resp_val_mty_days(
84: new_references.ntfctn_reminder_days,
85: new_references.ntfctn_re_reminder_days,
86: v_message_name) = FALSE THEN
87: Fnd_Message.Set_Name('IGS',v_message_name);