DBA Data[Home] [Help]

APPS.IGS_PS_OFR_UNIT_SET_PKG dependencies on IGS_PS_VAL_COUS

Line 97: IF IGS_PS_VAL_COUSR.crsp_val_iud_us_dtl (

93: App_Exception.Raise_Exception;
94: END IF;
95: --
96: -- Can only create against ACTIVE or PLANNED IGS_PS_UNIT sets
97: IF IGS_PS_VAL_COUSR.crsp_val_iud_us_dtl (
98: new_references.unit_set_cd,
99: new_references.us_version_number,
100: v_message_name) = FALSE THEN
101: Fnd_Message.Set_Name('IGS',v_message_name);

Line 110: IF IGS_PS_VAL_COus.crsp_val_cous_usctv (

106: -- Validate that inserts/updates are allowed
107: IF p_inserting OR p_updating THEN
108: --
109: -- Can only link to courses which do not breach the IGS_PS_COURSE type restrictions
110: IF IGS_PS_VAL_COus.crsp_val_cous_usctv (
111: new_references.course_cd,
112: new_references.crv_version_number,
113: new_references.unit_set_cd,
114: new_references.us_version_number,

Line 122: IF IGS_PS_VAL_COus.crsp_val_cous_subind (

118: App_Exception.Raise_Exception;
119: END IF;
120: -- ,
121: -- Validate the 'only as subordinate indicator'
122: IF IGS_PS_VAL_COus.crsp_val_cous_subind (
123: new_references.course_cd,
124: new_references.crv_version_number,
125: new_references.cal_type,
126: new_references.unit_set_cd,