DBA Data[Home] [Help]

PACKAGE: APPS.IGS_PS_VAL_UAI

Source


1 PACKAGE IGS_PS_VAL_UAI AUTHID CURRENT_USER AS
2 /* $Header: IGSPS76S.pls 115.10 2002/11/29 03:11:35 nsidana ship $ */
3   -------------------------------------------------------------------------------------------
4   --Change History:
5   --Who         When            What
6   -- ddey      09-JAN-2001     The function assp_val_uai_links is removed.
7   --  The function was called from the library IGSPS092.pld and was called from the TBH
8   --  IGSPI0KB.pls of the . This TBH is used for the form IGSPS092. All the calls for
9   --  this functions are removed form the library and the TBH. Apart form this, the function
10   --  assp_val_uai_links is not called from any other place .
11   --  As per the requirement mentioned in the DLD Calcualtion of results Part 1 (Bug # 2162831)
12   --  this  function is no more required. Hence it is removed.
13   --smadathi    29-AUG-2001     Bug No. 1956374 .The function declaration of genp_val_sdtt_sess removed
14 
15   -------------------------------------------------------------------------------------------
16 -- w.r.t Bug  # 1956374 procedure assp_val_ai_exmnbl ,assp_val_cutoff_dt ,assp_val_uai_cal are removed
17   -- Bug No. 1956374 Procedure assp_val_optnl_links  ,assp_val_uai_uniqref
18   --assp_val_sua_ai_acot,asp_val_sua_uai , assp_val_uai_uapi ,assp_val_uai_uniqref are  removed
19   -- As part of the bug# 1956374 removed the function crsp_val_loc_cd
20   -- As part of the bug# 1956374 removed the function  crsp_val_ucl_closed
21   -- As part of the bug# 1956374 removed the function  crsp_val_um_closed
22   -- As part of the bug# 1956374 removed the function  crsp_val_uo_cal_type
23 
24 
25   --
26   -- Validate Calendar Instance for IGS_PS_COURSE Information.
27   FUNCTION CRSP_VAL_CRS_CI(
28   p_cal_type IN VARCHAR2 ,
29   p_ci_sequence_number IN NUMBER ,
30   p_message_name OUT NOCOPY VARCHAR2 )
31 RETURN BOOLEAN;
32 PRAGMA RESTRICT_REFERENCES (CRSP_VAL_CRS_CI,WNDS);
33 
34 
35   -- Retrofitted
36 
37 
38   --
39   -- Retrofitted
40   FUNCTION assp_val_uai_opt_ref(
41   p_unit_cd IN VARCHAR2 ,
42   p_version_number IN NUMBER ,
43   p_cal_type IN VARCHAR2 ,
44   p_ci_sequence_number IN NUMBER ,
45   p_sequence_number IN NUMBER ,
46   p_reference IN VARCHAR2 ,
47   p_ass_id IN NUMBER ,
48   p_assessment_type IN VARCHAR2 ,
49   p_message_name OUT NOCOPY VARCHAR2 )
50 RETURN BOOLEAN;
51 PRAGMA RESTRICT_REFERENCES (assp_val_uai_opt_ref,WNDS);
52  --
53   -- Retrofitted
54 
55   FUNCTION assp_val_uai_sameref(
56   p_unit_cd IN VARCHAR2 ,
57   p_version_number IN NUMBER ,
58   p_cal_type IN VARCHAR2 ,
59   p_ci_sequence_number IN NUMBER ,
60   p_sequence_number IN NUMBER ,
61   p_reference IN VARCHAR2 ,
62   p_ass_id IN NUMBER ,
63   p_message_name OUT NOCOPY VARCHAR2 )
64 RETURN BOOLEAN;
65 PRAGMA RESTRICT_REFERENCES (assp_val_uai_sameref,WNDS);
66   --
67 
68 END IGS_PS_VAL_UAI;