DBA Data[Home] [Help]

PACKAGE: APPS.HR_ASG_BUDGET_VALUE_BK1

Source


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