DBA Data[Home] [Help]

APPS.IGS_PS_OFR_PKG dependencies on IGS_PS_VAL_CO

Line 160: IF IGS_PS_VAL_CO.crsp_val_co_cal_type (

156: END IF;
157: -- Validate calendar type.
158: IF p_inserting OR
159: (p_updating AND old_references.cal_type <> new_references.cal_type) THEN
160: IF IGS_PS_VAL_CO.crsp_val_co_cal_type (
161: new_references.cal_type,
162: v_message_name) = FALSE THEN
163: Fnd_Message.Set_Name('IGS',v_message_name);
164: IGS_GE_MSG_STACK.ADD;