DBA Data[Home] [Help]

PACKAGE: APPS.SSP_SMP_RATE_UPLD

Source


1 PACKAGE SSP_SMP_RATE_UPLD
2 /* $Header: ssprtupd.pkh 120.3 2011/05/20 08:54:17 pprvenka noship $ */
3 AUTHID CURRENT_USER AS
4 
5 
6 /* This procedure will update the absence rates for absences which span
7    span across tax years, by calling the ssp_smp_support_pkg.update_ssp_smp_entries
8    procedure. */
9 
10 
11 procedure upd_abs_rates(errbuf		   OUT	NOCOPY VARCHAR2,
12                         retcode  	   OUT	NOCOPY NUMBER,
13                         p_debug            IN VARCHAR2 DEFAULT 'N');
14 
15 end SSP_SMP_RATE_UPLD;