DBA Data[Home] [Help]

PACKAGE: APPS.IGS_AS_VAL_ESU

Source


1 PACKAGE IGS_AS_VAL_ESU AUTHID CURRENT_USER AS
2 /* $Header: IGSAS20S.pls 115.4 2002/11/28 22:44:33 nsidana ship $ */
3   -------------------------------------------------------------------------------------------
4   --Change History:
5   --Who         When            What
6   --smadathi    29-AUG-2001     Bug No. 1956374 .The The function declaration of genp_val_staff_prsn removed
7   --msrinivi    29 aug2001       Bug 1956374 Removed genp_val_prsn_id
8 
9   -------------------------------------------------------------------------------------------
10 -- Bug #1956374
11 -- As part of the bug# 1956374 removed the function  crsp_val_ou_sys_sts
12 -- Bug No 1956374 , Procedure assp_val_actv_stdnt is removed
13   --
14  -- Validate if the exam supervisor type is not closed.
15   FUNCTION ASSP_VAL_EST_CLOSED(
16   p_exam_supervisor_type IN VARCHAR2 ,
17   p_message_name OUT NOCOPY VARCHAR2 )
18 RETURN BOOLEAN;
19 
20   --
21 
22 END IGS_AS_VAL_ESU;