DBA Data[Home] [Help]

PACKAGE: APPS.PER_NL_QH_TAX

Source


1 PACKAGE per_nl_qh_tax AUTHID CURRENT_USER as
2 /* $Header: penlqhtx.pkh 115.2 2002/11/28 10:03:21 pgdavies noship $ */
3 
4 procedure update_nl_tax_data
5 (p_rec              in out nocopy per_qh_tax_query.taxrec
6 ,p_person_id        in     per_all_people_f.person_id%type
7 ,p_assignment_id    in     per_all_assignments_f.assignment_id%type
8 ,p_legislation_code in     varchar2
9 ,p_effective_date   in     date
10 );
11 
12 procedure nl_tax_query
13 (p_rec              in out nocopy per_qh_tax_query.taxrec
14 ,p_person_id        in     per_all_people_f.person_id%type
15 ,p_assignment_id    in     per_all_assignments_f.assignment_id%type
16 ,p_legislation_code in     varchar2
17 ,p_effective_date   in     date
18 );
19 
20 end per_nl_qh_tax;