DBA Data[Home] [Help]

APPS.PAY_GB_EOY_MAGTAPE dependencies on HR_GB_UTILITY

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

3198:
3199: ---------------------------------------------------------------
3200: -- Function: validate_tax_code --
3201: -- Description: Used to validate tax codes by End Of Year --
3202: -- Calls hr_gb_utility.tax_code_validate but --
3203: -- when no error is found it will return ' ' --
3204: -- instead of Null so that fast formulae can --
3205: -- handle it. --
3206: ---------------------------------------------------------------

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

3215: hr_utility.trace('Entering pay_gb_eoy_magtape.validate_tax_code.');
3216: hr_utility.trace('p_tax_code = '|| p_tax_code);
3217: hr_utility.trace('p_effective_date ='|| fnd_date.date_to_displaydate(p_effective_date));
3218: hr_utility.trace('p_assignment_id = '||p_assignment_id);
3219: l_return_value := hr_gb_utility.tax_code_validate(p_tax_code => p_tax_code,
3220: p_effective_date => p_effective_date,
3221: p_assignment_id => p_assignment_id);
3222: --
3223: hr_utility.trace('validate_tax_code: l_return_value='||l_return_value);