DBA Data[Home] [Help]

APPS.PAY_SG_DEDUCTIONS dependencies on PAY_SG_DEDUCTIONS

Line 1: PACKAGE BODY pay_sg_deductions AS

1: PACKAGE BODY pay_sg_deductions AS
2: /* $Header: pysgdedn.pkb 120.24 2011/08/25 05:09:44 jalin ship $
3: **
4: ** Copyright (c) 2002 Oracle Corporation
5: ** All Rights Reserved

Line 191: l_proc := 'pay_sg_deductions.fwl_amount';

187:
188: begin
189: l_sot := to_date('0001/01/01 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
190: l_eot := to_date('4712/12/31 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
191: l_proc := 'pay_sg_deductions.fwl_amount';
192:
193:
194: hr_utility.set_location('Entering : '||l_proc, 5);
195:

Line 426: l_proc := 'pay_sg_deductions.spl_amount';

422:
423: begin
424: l_sot := to_date('0001/01/01 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
425: l_eot := to_date('4712/12/31 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
426: l_proc := 'pay_sg_deductions.spl_amount';
427:
428:
429: hr_utility.set_location('Entering : '||l_proc, 5);
430:

Line 657: l_proc := 'pay_sg_deductions.sg_get_prorator';

653: begin
654: l_prorator := -1.0;
655: l_emp_start_bet_period := 'N';
656: l_emp_end_bet_period := 'N';
657: l_proc := 'pay_sg_deductions.sg_get_prorator';
658:
659: /* Get the WAC effective at start of the pay period */
660: hr_utility.set_location('Entering : '||l_proc, 5);
661: hr_utility.trace('p_assignment_id : '||p_assignment_id);

Line 1740: end pay_sg_deductions;

1736: begin
1737:
1738: g_sgstat_called_from := 'PAYROLL';
1739:
1740: end pay_sg_deductions;