DBA Data[Home] [Help]

APPS.IGS_PS_GOVT_ATD_TYPE_PKG dependencies on IGS_PS_VAL_GAT

Line 70: IF IGS_PS_VAL_GAT.crsp_val_gat_upd (

66: BEGIN
67: -- If being closed, validate attendance types.
68: IF p_updating AND
69: old_references.closed_ind <> new_references.closed_ind THEN
70: IF IGS_PS_VAL_GAT.crsp_val_gat_upd (
71: new_references.govt_attendance_type,
72: new_references.closed_ind,
73: v_message_name) = FALSE THEN
74: Fnd_Message.Set_Name('IGS', v_message_name);