DBA Data[Home] [Help]

APPS.IGS_PS_STAGE_PKG dependencies on IGS_PS_VAL_CST

Line 84: IF IGS_PS_VAL_CST.crsp_val_cstt_closed(

80: IGS_GE_MSG_STACK.ADD;
81: App_Exception.Raise_Exception;
82: END IF;
83: -- Validate the IGS_PS_COURSE Stage Type is not closed
84: IF IGS_PS_VAL_CST.crsp_val_cstt_closed(
85: new_references.course_stage_type,
86: v_message_name) = FALSE THEN
87: Fnd_Message.Set_Name('IGS',v_message_name);
88: IGS_GE_MSG_STACK.ADD;

Line 116: IF IGS_PS_VAL_CST.crsp_val_cst_cstt(

112: -- Validate the student IGS_PS_COURSE special requirement dates
113: IF p_inserting OR p_updating THEN
114: -- Save the rowid of the current row.
115: -- Validate the IGS_PS_STAGE_TYPE is unique for this IGS_PS_COURSE version
116: IF IGS_PS_VAL_CST.crsp_val_cst_cstt(
117: NEW_REFERENCES.course_cd,
118: NEW_REFERENCES.version_number,
119: NEW_REFERENCES.sequence_number,
120: NEW_REFERENCES.course_stage_type,