DBA Data[Home] [Help]

APPS.PAY_GB_NICAR_06042002 dependencies on PAY_GB_NICAR_06042002

Line 1: package body pay_gb_nicar_06042002 as

1: package body pay_gb_nicar_06042002 as
2: /* $Header: pygbncpl.pkb 115.21 2003/01/15 09:38:10 mmahmad noship $
3: ******************************************************************
4: * *
5: * Copyright (C) 1989 Oracle Corporation UK Ltd., *

Line 104: g_package_name VARCHAR2(21) := 'PAY_GB_NICAR_06042002';

100: CO2 percentage for HYBRID ELECTRIC, LPG_CNG, LPG_CNG_Petrol and
101: LPG_CNG_Petrol_Conv fuel types.
102: */
103:
104: g_package_name VARCHAR2(21) := 'PAY_GB_NICAR_06042002';
105:
106: g_ignore_fuel_opt_out VARCHAR2(1) := 'N';
107: g_last_opt_out_date date := to_date('01-01-0001', 'DD-MM-YYYY');
108: g_tax_year_start date := to_date('06-04-2002', 'DD-MM-YYYY');

Line 1422: /* Primary function for pay_gb_nicar_06042002 package */

1418: end get_discount;
1419:
1420:
1421:
1422: /* Primary function for pay_gb_nicar_06042002 package */
1423: /* Called by fast formula and NI Car Detail report */
1424: /* Function invokes nicar_nicable_value_CO2 and nicar_nicable_value_non_CO2 as appropriate */
1425: /* Parameter list:
1426: Context-set parameters

Line 1962: l_nicable_benefit := pay_gb_nicar_06042002.nicar_nicable_value_non_CO2

1958: THEN
1959: /* Calculate nicable value based on engine size */
1960: hr_utility.trace('Engine size calc');
1961:
1962: l_nicable_benefit := pay_gb_nicar_06042002.nicar_nicable_value_non_CO2
1963: ( p_assignment_id => p_assignment_id,
1964: p_element_type_id => p_element_type_id,
1965: p_business_group_id => p_business_group_id,
1966: p_car_price => csr3_price,

Line 1983: l_nicable_benefit := pay_gb_nicar_06042002.nicar_nicable_value_CO2

1979: else
1980: /* Calculate nicable value based on CO2 emissions */
1981: hr_utility.trace('CO2 emissions calc');
1982:
1983: l_nicable_benefit := pay_gb_nicar_06042002.nicar_nicable_value_CO2
1984: ( p_assignment_id => p_assignment_id,
1985: p_element_type_id => p_element_type_id,
1986: p_business_group_id => p_business_group_id,
1987: p_car_price => csr3_price,

Line 2113: end pay_gb_nicar_06042002;

2109: end nicar_main;
2110:
2111:
2112: /* end of package body */
2113: end pay_gb_nicar_06042002;