DBA Data[Home] [Help]

APPS.IGS_PS_PAT_STUDY_PRD_PKG dependencies on IGS_PS_VAL_POSP

Line 98: IF IGS_PS_VAL_POSp.crsp_val_posp_cat (

94: END IF;
95: -- Validate the insert/update
96: IF p_inserting OR p_updating THEN
97: -- Validate the Teaching Calendar Type
98: IF IGS_PS_VAL_POSp.crsp_val_posp_cat (
99: new_references.teach_cal_type,
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name('IGS', v_message_name);
102: IGS_GE_MSG_STACK.ADD;

Line 118: IF IGS_PS_VAL_POSp.crsp_val_posp_iu(

114: v_message_name VARCHAR2(30);
115: BEGIN
116: -- Validate the pattern of study record
117: -- Validate IGS_PS_PAT_STUDY_PRD record
118: IF IGS_PS_VAL_POSp.crsp_val_posp_iu(
119: new_references.course_cd,
120: new_references.version_number,
121: new_references.cal_type,
122: new_references.pos_sequence_number,