DBA Data[Home] [Help]

APPS.IGS_PS_VAL_POSU dependencies on IGS_GE_MSG_STACK

Line 167: IGS_GE_MSG_STACK.ADD;

163: EXCEPTION
164: WHEN OTHERS THEN
165: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
166: Fnd_Message.Set_Token('NAME','IGS_PS_VAL_POSu.crsp_val_posu_iu');
167: IGS_GE_MSG_STACK.ADD;
168: App_Exception.Raise_Exception;
169: END crsp_val_posu_iu;
170: --
171: -- Validate the pattern of study IGS_PS_UNIT record has the required fields.

Line 211: IGS_GE_MSG_STACK.ADD;

207: EXCEPTION
208: WHEN OTHERS THEN
209: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
210: Fnd_Message.Set_Token('NAME','IGS_PS_VAL_POSu.crsp_val_posu_rqrd');
211: IGS_GE_MSG_STACK.ADD;
212: App_Exception.Raise_Exception;
213: END crsp_val_posu_rqrd;
214: --
215: -- Warn if no IGS_PS_UNIT offering option exists for the specified options.

Line 284: IGS_GE_MSG_STACK.ADD;

280: EXCEPTION
281: WHEN OTHERS THEN
282: Fnd_Message.Set_Name('IGS', 'IGS_GE_UNHANDLED_EXCEPTION');
283: Fnd_Message.Set_Token('NAME','IGS_PS_VAL_POSu.crsp_val_posu_uoo');
284: IGS_GE_MSG_STACK.ADD;
285: App_Exception.Raise_Exception;
286: END crsp_val_posu_uoo;
287: --
288: -- Validate a least one version of the IGS_PS_UNIT is active.