DBA Data[Home] [Help]

APPS.IGS_PR_S_CRV_PRG_CON_PKG dependencies on IGS_PR_VAL_SOPC

Line 160: IF igs_pr_val_sopc.prgp_val_cause_ind (

156: END IF;
157: -- Validate the show cause indicator
158: IF p_inserting OR (p_updating AND
159: new_references.show_cause_ind <> old_references.show_cause_ind) THEN
160: IF igs_pr_val_sopc.prgp_val_cause_ind (
161: new_references.show_cause_ind,
162: v_message_name) = FALSE THEN
163: Fnd_Message.Set_Name('IGS',v_message_name);
164: IGS_GE_MSG_STACK.ADD;

Line 171: IF igs_pr_val_sopc.prgp_val_cause_ind (

167: END IF;
168: -- Validate the appeal indicator
169: IF p_inserting OR (p_updating AND
170: new_references.appeal_ind <> old_references.appeal_ind) THEN
171: IF igs_pr_val_sopc.prgp_val_cause_ind (
172: new_references.appeal_ind,
173: v_message_name) = FALSE THEN
174: Fnd_Message.Set_Name('IGS',v_message_name);
175: IGS_GE_MSG_STACK.ADD;