DBA Data[Home] [Help]

APPS.IGS_PR_S_PRG_CAL_PKG dependencies on IGS_PR_VAL_SPCA

Line 91: IF IGS_PR_VAL_SPCA.prgp_val_spca_cause (

87: END IF;
88: -- Validate the show cause length
89: IF p_inserting OR (p_updating AND
90: new_references.show_cause_length <> old_references.show_cause_length) THEN
91: IF IGS_PR_VAL_SPCA.prgp_val_spca_cause (
92: new_references.show_cause_length,
93: v_message_name) = FALSE THEN
94: Fnd_Message.Set_Name('IGS',v_message_name);
95: IGS_GE_MSG_STACK.ADD;

Line 102: IF IGS_PR_VAL_SPCA.prgp_val_spca_appeal (

98: END IF;
99: -- Validate the appeal length
100: IF p_inserting OR (p_updating AND
101: new_references.appeal_length <> old_references.appeal_length) THEN
102: IF IGS_PR_VAL_SPCA.prgp_val_spca_appeal (
103: new_references.appeal_length,
104: v_message_name) = FALSE THEN
105: Fnd_Message.Set_Name('IGS',v_message_name);
106: IGS_GE_MSG_STACK.ADD;