DBA Data[Home] [Help]

APPS.PAY_GB_EOY_MAGTAPE dependencies on HR_GB_UTILITY

Line 2902: -- Calls hr_gb_utility.tax_code_validate but --

2898:
2899: ---------------------------------------------------------------
2900: -- Function: validate_tax_code --
2901: -- Description: Used to validate tax codes by End Of Year --
2902: -- Calls hr_gb_utility.tax_code_validate but --
2903: -- when no error is found it will return ' ' --
2904: -- instead of Null so that fast formulae can --
2905: -- handle it. --
2906: ---------------------------------------------------------------

Line 2919: l_return_value := hr_gb_utility.tax_code_validate(p_tax_code => p_tax_code,

2915: hr_utility.trace('Entering pay_gb_eoy_magtape.validate_tax_code.');
2916: hr_utility.trace('p_tax_code = '|| p_tax_code);
2917: hr_utility.trace('p_effective_date ='|| fnd_date.date_to_displaydate(p_effective_date));
2918: hr_utility.trace('p_assignment_id = '||p_assignment_id);
2919: l_return_value := hr_gb_utility.tax_code_validate(p_tax_code => p_tax_code,
2920: p_effective_date => p_effective_date,
2921: p_assignment_id => p_assignment_id);
2922: --
2923: hr_utility.trace('validate_tax_code: l_return_value='||l_return_value);