DBA Data[Home] [Help]

APPS.IGS_AS_EXM_SUPRVISOR_PKG dependencies on IGS_AS_VAL_ESU

Line 77: IF IGS_AS_VAL_ESU.assp_val_est_closed(new_references.exam_supervisor_type,

73: -- Validate that the exam supervisor type is not closed.
74: IF p_inserting OR
75: (p_updating AND
76: (new_references.exam_supervisor_type <> old_references.exam_supervisor_type)) THEN
77: IF IGS_AS_VAL_ESU.assp_val_est_closed(new_references.exam_supervisor_type,
78: v_message_name) = FALSE THEN
79: Fnd_Message.Set_Name('IGS', v_message_name);
80: Igs_Ge_Msg_Stack.Add;
81: App_Exception.Raise_Exception;

Line 91: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_ESU.crsp_val_ou_sys_sts

87: (NVL(new_references.responsible_org_unit_cd, 'NULL') <>
88: NVL(old_references.responsible_org_unit_cd, 'NULL')) OR
89: (NVL(new_references.responsible_ou_start_dt, IGS_GE_DATE.IGSDATE('1900/01/01')) <>
90: NVL(old_references.responsible_ou_start_dt, IGS_GE_DATE.IGSDATE('1900/01/01')))) THEN
91: -- As part of the bug# 1956374 changed to the below call from IGS_AS_VAL_ESU.crsp_val_ou_sys_sts
92: IF IGS_PS_VAL_CRV.crsp_val_ou_sys_sts(new_references.responsible_org_unit_cd,
93: new_references.responsible_ou_start_dt,
94: v_message_name) = FALSE THEN
95: Fnd_Message.Set_Name('IGS', v_message_name);