DBA Data[Home] [Help]

APPS.IGS_PR_S_PRG_CONF_PKG dependencies on IGS_PR_VAL_SPRGC

Line 186: IF IGS_PR_VAL_SPRGC.prgp_val_sprgc_cause (

182: END IF;
183: -- Validate the show cause ind indicator cannot be set to N when there are
184: -- related progression calendar records with show cause length set.
185: IF p_inserting OR p_updating THEN
186: IF IGS_PR_VAL_SPRGC.prgp_val_sprgc_cause (
187: new_references.show_cause_ind,
188: v_message_name) = FALSE THEN
189: Fnd_Message.Set_Name('IGS',v_message_name);
190: IGS_GE_MSG_STACK.ADD;

Line 197: IF IGS_PR_VAL_SPRGC.prgp_val_sprgc_apl (

193: END IF;
194: -- Validate the appeal ind indicator cannot be set to N when there are
195: -- related progression calendar records with appeallength set.
196: IF p_inserting OR p_updating THEN
197: IF IGS_PR_VAL_SPRGC.prgp_val_sprgc_apl (
198: new_references.appeal_ind,
199: v_message_name) = FALSE THEN
200: Fnd_Message.Set_Name('IGS',v_message_name);
201: IGS_GE_MSG_STACK.ADD;