DBA Data[Home] [Help]

PACKAGE: APPS.IGS_FI_VAL_FE

Source


1 PACKAGE IGS_FI_VAL_FE AUTHID CURRENT_USER AS
2 /* $Header: IGSFI29S.pls 115.6 2002/11/29 00:21:13 nsidana ship $ */
3 
4 -- bug id : 1956374
5 -- sjadhav ,28-aug-2001
6 -- remove function enrp_val_et_closed
7   --
8  /****************************
9 Removed the functions shown below as part of bug 2126091 by sykrishn - 30112001
10 1) finp_val_fe_dai
11 2) finp_val_fe_ft
12 3) finp_val_fe_offset
13 4) finp_val_fe_ins
14 5) finp_val_fe_create
15 *****************************/
16   -- Validate IGS_FI_FEE_ENCMB dt alias.
17 --  Removed the function as part of bug 2126091 by sykrishn - 30112001
18   --
19   -- Validate IGS_FI_FEE_ENCMB fee type
20  --  Removed the function as part of bug 2126091 by sykrishn - 30112001
21   --
22   -- Validate IGS_FI_FEE_ENCMB offsets.
23  --  Removed the function as part of bug 2126091 by sykrishn - 30112001
24   --
25   -- Validate IGS_FI_FEE_ENCMB insert.
26  --  Removed the function as part of bug 2126091 by sykrishn - 30112001
27   --
28   -- Validate appropriate fields set for relation type.
29   FUNCTION finp_val_sched_mbrs(
30   p_fee_relation_type IN VARCHAR2 ,
31   p_fee_cat IN VARCHAR2 ,
32   p_fee_type IN VARCHAR2 ,
33   p_message_name OUT NOCOPY VARCHAR2 )
34 RETURN BOOLEAN;
35 PRAGMA RESTRICT_REFERENCES(finp_val_sched_mbrs,WNDS);
36   --
37   -- Validate fee encumbrance can be created for the relation type.
38  --  Removed the function as part of bug 2126091 by sykrishn - 30112001
39   --
40   -- Validate insert of FE does not clash currency with FCFL definitions
41   FUNCTION finp_val_fe_cur(
42   p_fee_cal_type IN IGS_CA_TYPE.cal_type%TYPE ,
43   p_fee_ci_sequence_number IN IGS_CA_INST_ALL.sequence_number%TYPE ,
44   p_fee_type IN IGS_FI_FEE_TYPE_ALL.fee_type%TYPE ,
45   p_s_relation_type IN VARCHAR2 ,
46   p_message_name OUT NOCOPY VARCHAR2 )
47 RETURN BOOLEAN;
48 PRAGMA RESTRICT_REFERENCES(finp_val_fe_cur,WNDS);
49 END IGS_FI_VAL_FE;