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.10.12010000.3 2008/08/06 08:21:51 ubhat ship $
3: **
4: ** Copyright (c) 2002 Oracle Corporation
5: ** All Rights Reserved

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

171:
172: begin
173: l_sot := to_date('0001/01/01 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
174: l_eot := to_date('4712/12/31 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
175: l_proc := 'pay_sg_deductions.fwl_amount';
176:
177:
178: hr_utility.set_location('Entering : '||l_proc, 5);
179:

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

380:
381: begin
382: l_sot := to_date('0001/01/01 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
383: l_eot := to_date('4712/12/31 00:00:00', 'YYYY/MM/DD HH24:MI:SS');
384: l_proc := 'pay_sg_deductions.spl_amount';
385:
386: hr_utility.set_location('Entering : '||l_proc, 5);
387:
388: l_counter := 1;

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

526: begin
527: l_prorator := -1.0;
528: l_emp_start_bet_period := 'N';
529: l_emp_end_bet_period := 'N';
530: l_proc := 'pay_sg_deductions.sg_get_prorator';
531:
532: /* Get the WAC effective at start of the pay period */
533: hr_utility.set_location('Entering : '||l_proc, 5);
534: hr_utility.trace('p_assignment_id : '||p_assignment_id);

Line 1513: end pay_sg_deductions;

1509: begin
1510:
1511: g_sgstat_called_from := 'PAYROLL';
1512:
1513: end pay_sg_deductions;