DBA Data[Home] [Help]

APPS.PAY_GB_WORKING_TAX_CREDIT dependencies on PAY_GB_WORKING_TAX_CREDIT

Line 1: package body pay_gb_working_tax_credit as

1: package body pay_gb_working_tax_credit as
2: /* $Header: pygbwtcp.pkb 115.1 2003/12/17 01:29:18 asengar noship $
3: ******************************************************************
4: * *
5: * Copyright (C) 2002 Oracle Corporation UK Ltd., *

Line 22: Name : pay_gb_working_tax_credit

18: * England. *
19: * *
20: ******************************************************************
21:
22: Name : pay_gb_working_tax_credit
23:
24: Description : This package contains calculations for use in processing
25: working tax credits from 06 April 2003 onwards
26:

Line 42: g_package_name VARCHAR2(25) := 'PAY_GB_WORKING_TAX_CREDIT';

38: csr_daily_amt_iv_id for
39: improving performance.
40: */
41:
42: g_package_name VARCHAR2(25) := 'PAY_GB_WORKING_TAX_CREDIT';
43:
44: /* Primary function to calculate total amount payable to employee */
45: /* Called by WORKING_TAX_CREDIT fast formula */
46: /* Context parameters: p_assignment_id */

Line 183: l_days_payable := pay_gb_working_tax_credit.days_between(l_calc_start_date, l_calc_end_date);

179: hr_utility.set_location(g_package_name||'.'||l_function_name,4);
180:
181: /* Work out number of days between calculation start and end date */
182:
183: l_days_payable := pay_gb_working_tax_credit.days_between(l_calc_start_date, l_calc_end_date);
184:
185:
186: /* Multiply days payable for this loop by daily rate for current entry */
187: /* Add this amount to the running total amount for entries retrieved */

Line 231: end pay_gb_working_tax_credit;

227: end days_between;
228:
229:
230: /* end of package */
231: end pay_gb_working_tax_credit;