DBA Data[Home] [Help]

PACKAGE: APPS.IGS_FI_VAL_FLS

Source


1 PACKAGE IGS_FI_VAL_FLS AUTHID CURRENT_USER AS
2 /* $Header: IGSFI30S.pls 115.6 2002/11/29 00:21:29 nsidana ship $ */
3   /* bug 1956374
4   --Duplicate code removal Removed func finp_val_fls_pps,finp_val_fss_closed1,finp_upd_pps_spnsr
5   */
6   -- Validate the Fee Cat Fee Liability is active
7   FUNCTION finp_val_fls_fcfl(
8   p_fee_cat IN IGS_FI_F_CAT_FEE_LBL_ALL.fee_cat%TYPE ,
9   p_fee_cal_type IN IGS_FI_F_CAT_FEE_LBL_ALL.fee_cal_type%TYPE ,
10   p_fee_ci_sequence_number IN NUMBER ,
11   p_fee_type IN IGS_FI_F_CAT_FEE_LBL_ALL.fee_type%TYPE ,
12   p_message_name OUT NOCOPY VARCHAR2 )
13 RETURN BOOLEAN;
14 PRAGMA RESTRICT_REFERENCES(finp_val_fls_fcfl,WNDS);
15   -- Removed func finp_val_fls_scafs with pragma
16   -- Removed func finp_val_fls_status with prgma
17   -- Removed func finp_val_fls_status2 with pragma
18   -- Removed func finp_val_fls_del with pragma
19   -- Removed func finp_val_fss_closed1
20   -- Removed finp_upd_pps_spnsr
21   -- Validate that it is OK to delete record
22 
23 END IGS_FI_VAL_FLS;