DBA Data[Home] [Help]

APPS.IGS_PS_AWARD_PKG dependencies on IGS_PS_VAL_CAW

Line 96: IF IGS_PS_VAL_CAW.crsp_val_caw_insert (

92: App_Exception.Raise_Exception;
93: END IF;
94: -- Validate the insert.
95: IF p_inserting THEN
96: IF IGS_PS_VAL_CAW.crsp_val_caw_insert (
97: new_references.course_cd,
98: new_references.version_number,
99: v_message_name) = FALSE THEN
100: Fnd_Message.Set_Name('IGS',v_message_name);

Line 105: IF IGS_PS_VAL_CAW.crsp_val_caw_award (

101: IGS_GE_MSG_STACK.ADD;
102: App_Exception.Raise_Exception;
103: END IF;
104: -- Validate IGS_PS_AWD code. IGS_PS_AWD code is not updateable.
105: IF IGS_PS_VAL_CAW.crsp_val_caw_award (
106: new_references.award_cd,
107: v_message_name) = FALSE THEN
108: Fnd_Message.Set_Name('IGS',v_message_name);
109: IGS_GE_MSG_STACK.ADD;