DBA Data[Home] [Help]

PACKAGE: APPS.HR_ASG_BUDGET_VALUE_BK2

Source


1 Package hr_asg_budget_value_bk2  as
2 /* $Header: peabvapi.pkh 120.1 2005/10/02 02:09:07 aroussel $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |------------------< UPDATE_ASG_BUDGET_VALUE_b >---------------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure UPDATE_ASG_BUDGET_VALUE_b
9   (p_effective_date                in     date
10   ,p_datetrack_mode                in     varchar2
11   ,p_business_group_id             in     number
12   ,p_unit                          in     varchar2
13   ,p_value                         in     number
14   ,p_request_id                    in     number
15   ,p_program_application_id        in     number
16   ,p_program_id                    in     number
17   ,p_program_update_date           in     date
18   ,p_last_update_date              in     date
19   ,p_last_updated_by               in     number
20   ,p_last_update_login             in     number
21   ,p_created_by                    in     number
22   ,p_creation_date                 in     date
23   ,p_assignment_budget_value_id    in     number
24   ,p_object_version_number         in     number
25  );
26 --
27 -- ----------------------------------------------------------------------------
28 -- |------------------< UPDATE_ASG_BUDGET_VALUE_a >---------------------------|
29 -- ----------------------------------------------------------------------------
30 --
31 procedure UPDATE_ASG_BUDGET_VALUE_a
32   (p_effective_date                in     date
33   ,p_datetrack_mode                in     varchar2
34   ,p_business_group_id             in     number
35   ,p_unit                          in     varchar2
36   ,p_value                         in     number
37   ,p_request_id                    in     number
38   ,p_program_application_id        in     number
39   ,p_program_id                    in     number
40   ,p_program_update_date           in     date
41   ,p_last_update_date              in     date
42   ,p_last_updated_by               in     number
43   ,p_last_update_login             in     number
44   ,p_created_by                    in     number
45   ,p_creation_date                 in     date
46   ,p_assignment_budget_value_id    in     number
47   ,p_effective_start_date          in     date
48   ,p_effective_end_date            in     date
49   ,p_object_version_number         in     number
50   );
51 --
52 end hr_asg_budget_value_bk2;