DBA Data[Home] [Help]

APPS.PAY_US_TAX_API dependencies on PAY_US_TAX_INTERNAL

Line 26: pay_us_tax_internal.maintain_tax_percentage

22: l_effective_end_date date;
23: l_proc varchar2(72) := g_package||'correct_tax_percentage';
24: begin
25: hr_utility.set_location('Entering:'||l_proc, 10);
26: pay_us_tax_internal.maintain_tax_percentage
27: (
28: p_assignment_id => p_assignment_id,
29: p_effective_date => p_effective_date,
30: p_state_code => p_state_code,

Line 358: pay_us_tax_internal.maintain_tax_percentage

354: if csr_chk_vertex_exist%FOUND then
355: --
356: hr_utility.set_location(l_proc, 35);
357: --
358: pay_us_tax_internal.maintain_tax_percentage
359: (
360: p_assignment_id => p_assignment_id,
361: p_effective_date => p_effective_date,
362: p_state_code => p_state_code,