DBA Data[Home] [Help]

PACKAGE: APPS.PYZAEXC

Source


1 package pyzaexc as
2 /* $Header: pyzaexc.pkh 120.1.12000000.1 2007/01/18 03:29:32 appldev noship $ */
3 
4 procedure ASG_TAX_YTD_EC
5    (
6       p_owner_payroll_action_id    in     number,    -- run created balance.
7       p_user_payroll_action_id     in     number,    -- current run.
8       p_owner_assignment_action_id in     number,    -- assact created balance.
9       p_user_assignment_action_id  in     number,    -- current assact..
10       p_owner_effective_date       in     date,      -- eff date of balance.
11       p_user_effective_date        in     date,      -- eff date of current run.
12       p_dimension_name             in     varchar2,  -- balance dimension name.
13       p_expiry_information            out nocopy number     -- dimension expired flag.
14    );
15 --
16 procedure ASG_TAX_YTD_EC
17    (
18       p_owner_payroll_action_id    in     number,    -- run created balance.
19       p_user_payroll_action_id     in     number,    -- current run.
20       p_owner_assignment_action_id in     number,    -- assact created balance.
21       p_user_assignment_action_id  in     number,    -- current assact..
22       p_owner_effective_date       in     date,      -- eff date of balance.
23       p_user_effective_date        in     date,      -- eff date of current run.
24       p_dimension_name             in     varchar2,  -- balance dimension name.
25       p_expiry_information            out nocopy date     -- dimension expired date.
26    );
27 
28 procedure ASG_CAL_YTD_EC
29    (
30       p_owner_payroll_action_id    in     number,    -- run created balance.
31       p_user_payroll_action_id     in     number,    -- current run.
32       p_owner_assignment_action_id in     number,    -- assact created balance.
33       p_user_assignment_action_id  in     number,    -- current assact..
34       p_owner_effective_date       in     date,      -- eff date of balance.
35       p_user_effective_date        in     date,      -- eff date of current run.
36       p_dimension_name             in     varchar2,  -- balance dimension name.
37       p_expiry_information            out nocopy number     -- dimension expired flag.
38    );
39 --
40 procedure ASG_CAL_YTD_EC
41    (
42       p_owner_payroll_action_id    in     number,    -- run created balance.
43       p_user_payroll_action_id     in     number,    -- current run.
44       p_owner_assignment_action_id in     number,    -- assact created balance.
45       p_user_assignment_action_id  in     number,    -- current assact..
46       p_owner_effective_date       in     date,      -- eff date of balance.
47       p_user_effective_date        in     date,      -- eff date of current run.
48       p_dimension_name             in     varchar2,  -- balance dimension name.
49       p_expiry_information            out nocopy date     -- dimension expired date.
50    );
51 --
52 procedure ASG_TAX_QTD_EC
53    (
54       p_owner_payroll_action_id    in     number,    -- run created balance.
55       p_user_payroll_action_id     in     number,    -- current run.
56       p_owner_assignment_action_id in     number,    -- assact created balance.
57       p_user_assignment_action_id  in     number,    -- current assact..
58       p_owner_effective_date       in     date,      -- eff date of balance.
59       p_user_effective_date        in     date,      -- eff date of current run.
60       p_dimension_name             in     varchar2,  -- balance dimension name.
61       p_expiry_information            out nocopy number     -- dimension expired flag.
62    );
63 --
64 procedure ASG_TAX_QTD_EC
65    (
66       p_owner_payroll_action_id    in     number,    -- run created balance.
67       p_user_payroll_action_id     in     number,    -- current run.
68       p_owner_assignment_action_id in     number,    -- assact created balance.
69       p_user_assignment_action_id  in     number,    -- current assact..
70       p_owner_effective_date       in     date,      -- eff date of balance.
71       p_user_effective_date        in     date,      -- eff date of current run.
72       p_dimension_name             in     varchar2,  -- balance dimension name.
73       p_expiry_information            out nocopy date     -- dimension expired date.
74    );
75 --
76 procedure ASG_MTD_EC
77    (
78       p_owner_payroll_action_id    in     number,    -- run created balance.
79       p_user_payroll_action_id     in     number,    -- current run.
80       p_owner_assignment_action_id in     number,    -- assact created balance.
81       p_user_assignment_action_id  in     number,    -- current assact..
82       p_owner_effective_date       in     date,      -- eff date of balance.
83       p_user_effective_date        in     date,      -- eff date of current run.
84       p_dimension_name             in     varchar2,  -- balance dimension name.
85       p_expiry_information            out nocopy number     -- dimension expired flag.
86    );
87 --
88 procedure ASG_MTD_EC
89    (
90       p_owner_payroll_action_id    in     number,    -- run created balance.
91       p_user_payroll_action_id     in     number,    -- current run.
92       p_owner_assignment_action_id in     number,    -- assact created balance.
93       p_user_assignment_action_id  in     number,    -- current assact..
94       p_owner_effective_date       in     date,      -- eff date of balance.
95       p_user_effective_date        in     date,      -- eff date of current run.
96       p_dimension_name             in     varchar2,  -- balance dimension name.
97       p_expiry_information            out nocopy date     --dimension expired date.
98    );
99 --
100 procedure ASG_PTD_EC
101    (
102       p_owner_payroll_action_id    in     number,    -- run created balance.
103       p_user_payroll_action_id     in     number,    -- current run.
104       p_owner_assignment_action_id in     number,    -- assact created balance.
105       p_user_assignment_action_id  in     number,    -- current assact..
106       p_owner_effective_date       in     date,      -- eff date of balance.
107       p_user_effective_date        in     date,      -- eff date of current run.
108       p_dimension_name             in     varchar2,  -- balance dimension name.
109       p_expiry_information            out nocopy number     -- dimension expired flag.
110    );
111 --
112 procedure ASG_PTD_EC
113    (
114       p_owner_payroll_action_id    in     number,    -- run created balance.
115       p_user_payroll_action_id     in     number,    -- current run.
116       p_owner_assignment_action_id in     number,    -- assact created balance.
117       p_user_assignment_action_id  in     number,    -- current assact..
118       p_owner_effective_date       in     date,      -- eff date of balance.
119       p_user_effective_date        in     date,      -- eff date of current run.
120       p_dimension_name             in     varchar2,  -- balance dimension name.
121       p_expiry_information            out nocopy date     -- dimension expired date.
122    );
123 --
124 
125 end pyzaexc;