DBA Data[Home] [Help]

PACKAGE: APPS.IGS_FI_VAL_PFE

Source


1 PACKAGE IGS_FI_VAL_PFE AUTHID CURRENT_USER AS
2 /* $Header: IGSFI37S.pls 115.7 2002/11/29 00:22:55 nsidana ship $ */
3   --
4   -- nalkumar       30-Nov-2001       Removed the function finp_val_pfe_status and finp_val_pfes_closed from this package.
5   --		                      This is as per the SFCR015-HOLDS DLD. Bug:2126091
6   --
7   --msrinivi bug 1956374 . Removed finp_val_encmb_eff
8   --bayadav         20-DEC-2001       Removed the function finp_val_sca_status from this package.
9   --		                      This is as per the SFCR015-HOLDS DLD. Bug:2126091
10   --
11   -- Validate the IGS_PE_PERSON does not have an active encumbrance of this type.
12   FUNCTION finp_val_prsn_encmb(
13   p_person_id IN NUMBER ,
14   p_encumbrance_type IN VARCHAR2 ,
15   p_fee_encumbrance_dt IN DATE ,
16  p_message_name OUT NOCOPY VARCHAR2)
17 RETURN BOOLEAN;
18 PRAGMA RESTRICT_REFERENCES(finp_val_prsn_encmb,WNDS);
19   --
20   -- Removed the function finp_val_sca_status from this package.
21   --This is as per the SFCR015-HOLDS DLD. Bug:2126091
22 
23 END IGS_FI_VAL_PFE;