DBA Data[Home] [Help]

PACKAGE: APPS.IGS_AS_VAL_NESO

Source


1 PACKAGE IGS_AS_VAL_NESO AUTHID CURRENT_USER AS
2 /* $Header: IGSAS26S.pls 115.6 2002/11/28 22:46:06 nsidana ship $ */
3   -------------------------------------------------------------------------------------------
4   --Change History:
5   --Who         When            What
6   --smadathi    26-AUG-2001     Bug No. 1956374 .The function declaration of orgp_val_loc_closed
7   --                            removed .
8   -------------------------------------------------------------------------------------------
9   -- As part of the bug# 1956374 removed the function crsp_val_ucl_closed
10   -- As part of the bug# 1956374 removed the function crsp_val_um_closed
11 
12   -- Validate the insert of a IGS_AS_NON_ENR_STDOT record
13   FUNCTION ASSP_VAL_NESO_INS(
14   p_person_id IN NUMBER ,
15   p_course_cd IN VARCHAR2 ,
16   p_unit_cd IN VARCHAR2 ,
17   p_version_number IN NUMBER ,
18   p_mark IN NUMBER ,
19   p_grade IN VARCHAR2 ,
20   p_grading_schema_cd IN VARCHAR2,
21   p_gs_version_number IN NUMBER,
22   p_s_grade_creation_method_type IN VARCHAR2 ,
23   p_message_name OUT NOCOPY VARCHAR2 )
24 RETURN boolean;
25 
26 END IGS_AS_VAL_NESO;