DBA Data[Home] [Help]

APPS.IGS_EN_ATD_TYPE_LOAD_PKG dependencies on IGS_PS_VAL_ATL

Line 79: IF IGS_PS_VAL_ATL.CRSP_VAL_ATL_CAT(new_references.cal_type

75: fnd_message.set_name('IGS',v_message_name);
76: IGS_GE_MSG_STACK.ADD;
77: app_exception.raise_exception;
78: END IF;
79: IF IGS_PS_VAL_ATL.CRSP_VAL_ATL_CAT(new_references.cal_type
80: ,v_message_name) = FALSE THEN
81: fnd_message.set_name('IGS',v_message_name);
82: IGS_GE_MSG_STACK.ADD;
83: app_exception.raise_exception;

Line 102: IF IGS_PS_VAL_ATL.crsp_val_atl_range (new_references.attendance_type,

98: -- Cannot call crsp_val_atl_range because trigger may be mutating.
99: -- Save the rowid of the current row.
100: -- Perform validation processing on all the rows affected by the statement.
101: -- Validate attendance type load range.
102: IF IGS_PS_VAL_ATL.crsp_val_atl_range (new_references.attendance_type,
103: new_references.cal_type,
104: new_references.lower_enr_load_range,
105: new_references.upper_enr_load_range,
106: v_message_name) = FALSE THEN