DBA Data[Home] [Help]

PACKAGE: APPS.GHR_SES_CONV_PKG

Source


1 PACKAGE GHR_SES_CONV_PKG
2 /* $Header: ghsescon.pkh 115.1 2004/02/02 20:48:44 asubrahm noship $ */
3 AUTHID CURRENT_USER AS
4 
5 --
6 -- While SES position conversions, in the history row creation of 11-JAN-2004 date,
7 -- future rows should not be cascaded with pay table id of ESSL.
8 --
9 
10 g_do_not_cascade  varchar2(1) := 'N';
11 
12 -- ---------------------------------------------------------------------------
13 --  |--------------------< ghr_ses_pay_cal_conv >----------------------|
14 -- ---------------------------------------------------------------------------
15 -- {Start of Comments}
16 --
17 -- Used with Concurrent Program - Process SES Pay Conversion
18 --
19 -- {End of Comments}
20 -- ---------------------------------------------------------------------------
21 PROCEDURE ghr_ses_pay_cal_conv
22 (
23     errbuf              OUT NOCOPY VARCHAR2 ,
24     retcode             OUT NOCOPY NUMBER   ,
25     p_business_group_id            NUMBER   DEFAULT NULL
26   );
27 END GHR_SES_CONV_PKG;