DBA Data[Home] [Help]

PACKAGE: APPS.PAY_PL_PAYE_BK1

Source


1 Package PAY_PL_PAYE_BK1 as
2 /* $Header: pyppdapi.pkh 120.4 2006/04/24 23:22:43 nprasath noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------------< create_pl_paye_details_b >------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure create_pl_paye_details_b
9   (p_effective_date                in     date
10   ,p_contract_category             in     varchar2
11   ,p_business_group_id             in     number
12   ,p_per_or_asg_id                 in     number
13   ,p_tax_reduction				   in     varchar2
14   ,p_tax_calc_with_spouse_child    in     varchar2
15   ,p_income_reduction	           in     varchar2
16   ,p_income_reduction_amount       in     number
17   ,p_rate_of_tax			       in     varchar2
18   );
19 --
20 -- ----------------------------------------------------------------------------
21 -- |------------------------< create_pl_paye_details_a >------------------------|
22 -- ----------------------------------------------------------------------------
23 --
24 procedure create_pl_paye_details_a
25   (p_effective_date                in     date
26   ,p_contract_category             in     varchar2
27   ,p_per_or_asg_id                 in     number
28   ,p_business_group_id             in     number
29   ,p_tax_reduction				   in     varchar2
30   ,p_tax_calc_with_spouse_child    in     varchar2
31   ,p_income_reduction	           in     varchar2
32   ,p_income_reduction_amount       in     number
33   ,p_rate_of_tax			       in     varchar2
34   ,p_paye_details_id               in     number
35   ,p_object_version_number         in     number
36   ,p_effective_start_date          in     date
37   ,p_effective_end_date            in     date
38   );
39 --
40 end PAY_PL_PAYE_BK1;