DBA Data[Home] [Help]

PACKAGE: APPS.HR_ORGANIZATION_BK2

Source


1 Package hr_organization_bk2 AUTHID CURRENT_USER as
2 /* $Header: hrorgapi.pkh 120.16 2009/04/14 09:46:42 sathkris ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |-----------------------< update_org_information >-----------------------|
6 -- ----------------------------------------------------------------------------
7 --
8 procedure update_org_information_b
9   (p_effective_date                 IN  DATE
10   ,p_org_info_type_code             IN  VARCHAR2
11   ,p_org_information1               IN  VARCHAR2
12   ,p_org_information2               IN  VARCHAR2
13   ,p_org_information3               IN  VARCHAR2
14   ,p_org_information4               IN  VARCHAR2
15   ,p_org_information5               IN  VARCHAR2
16   ,p_org_information6               IN  VARCHAR2
17   ,p_org_information7               IN  VARCHAR2
18   ,p_org_information8               IN  VARCHAR2
19   ,p_org_information9               IN  VARCHAR2
20   ,p_org_information10              IN  VARCHAR2
21   ,p_org_information11              IN  VARCHAR2
22   ,p_org_information12              IN  VARCHAR2
23   ,p_org_information13              IN  VARCHAR2
24   ,p_org_information14              IN  VARCHAR2
25   ,p_org_information15              IN  VARCHAR2
26   ,p_org_information16              IN  VARCHAR2
27   ,p_org_information17              IN  VARCHAR2
28   ,p_org_information18              IN  VARCHAR2
29   ,p_org_information19              IN  VARCHAR2
30   ,p_org_information20              IN  VARCHAR2
31   ,p_org_information_id             IN  NUMBER
32   ,p_attribute_category             IN  VARCHAR2
33   ,p_attribute1                     IN  VARCHAR2
34   ,p_attribute2                     IN  VARCHAR2
35   ,p_attribute3                     IN  VARCHAR2
36   ,p_attribute4                     IN  VARCHAR2
37   ,p_attribute5                     IN  VARCHAR2
38   ,p_attribute6                     IN  VARCHAR2
39   ,p_attribute7                     IN  VARCHAR2
40   ,p_attribute8                     IN  VARCHAR2
41   ,p_attribute9                     IN  VARCHAR2
42   ,p_attribute10                    IN  VARCHAR2
43   ,p_attribute11                    IN  VARCHAR2
44   ,p_attribute12                    IN  VARCHAR2
45   ,p_attribute13                    IN  VARCHAR2
46   ,p_attribute14                    IN  VARCHAR2
47   ,p_attribute15                    IN  VARCHAR2
48   ,p_attribute16                    IN  VARCHAR2
49   ,p_attribute17                    IN  VARCHAR2
50   ,p_attribute18                    IN  VARCHAR2
51   ,p_attribute19                    IN  VARCHAR2
52   ,p_attribute20                    IN  VARCHAR2
53   ,p_object_version_number          IN  NUMBER
54   );
55 
56 
57 procedure update_org_information_a
58   (p_effective_date                 IN  DATE
59   ,p_org_info_type_code             IN  VARCHAR2
60   ,p_org_information1               IN  VARCHAR2
61   ,p_org_information2               IN  VARCHAR2
62   ,p_org_information3               IN  VARCHAR2
63   ,p_org_information4               IN  VARCHAR2
64   ,p_org_information5               IN  VARCHAR2
65   ,p_org_information6               IN  VARCHAR2
66   ,p_org_information7               IN  VARCHAR2
67   ,p_org_information8               IN  VARCHAR2
68   ,p_org_information9               IN  VARCHAR2
69   ,p_org_information10              IN  VARCHAR2
70   ,p_org_information11              IN  VARCHAR2
71   ,p_org_information12              IN  VARCHAR2
72   ,p_org_information13              IN  VARCHAR2
73   ,p_org_information14              IN  VARCHAR2
74   ,p_org_information15              IN  VARCHAR2
75   ,p_org_information16              IN  VARCHAR2
76   ,p_org_information17              IN  VARCHAR2
77   ,p_org_information18              IN  VARCHAR2
78   ,p_org_information19              IN  VARCHAR2
79   ,p_org_information20              IN  VARCHAR2
80   ,p_org_information_id             IN  NUMBER
81   ,p_attribute_category             IN  VARCHAR2
82   ,p_attribute1                     IN  VARCHAR2
83   ,p_attribute2                     IN  VARCHAR2
84   ,p_attribute3                     IN  VARCHAR2
85   ,p_attribute4                     IN  VARCHAR2
86   ,p_attribute5                     IN  VARCHAR2
87   ,p_attribute6                     IN  VARCHAR2
88   ,p_attribute7                     IN  VARCHAR2
89   ,p_attribute8                     IN  VARCHAR2
90   ,p_attribute9                     IN  VARCHAR2
91   ,p_attribute10                    IN  VARCHAR2
92   ,p_attribute11                    IN  VARCHAR2
93   ,p_attribute12                    IN  VARCHAR2
94   ,p_attribute13                    IN  VARCHAR2
95   ,p_attribute14                    IN  VARCHAR2
96   ,p_attribute15                    IN  VARCHAR2
97   ,p_attribute16                    IN  VARCHAR2
98   ,p_attribute17                    IN  VARCHAR2
99   ,p_attribute18                    IN  VARCHAR2
100   ,p_attribute19                    IN  VARCHAR2
101   ,p_attribute20                    IN  VARCHAR2
102   ,p_object_version_number          IN  NUMBER
103   );
104   --
105 end hr_organization_bk2;