DBA Data[Home] [Help]

PACKAGE: APPS.OTA_CERT_PRD_ENROLLMENT_SWI

Source


1 Package ota_cert_prd_enrollment_swi As
2 /* $Header: otcpeswi.pkh 120.2 2005/07/15 14:06 cmora noship $ */
3 -- ----------------------------------------------------------------------------
4 -- |----------------------< create_cert_prd_enrollment >----------------------|
5 -- ----------------------------------------------------------------------------
6 -- {Start of comments}
7 --
8 -- Description:
9 --  This procedure is the self-service wrapper procedure to the following
10 --  API: ota_cert_prd_enrollment_api.create_cert_prd_enrollment
11 --
12 -- Pre-requisites
13 --  All 'IN' parameters to this procedure have been appropriately derived.
14 --
15 -- Post Success:
16 --  p_return_status will return value indicating success.
17 --
18 -- Post Failure:
19 --  p_return_status will return value indication failure.
20 --
21 -- Access Status:
22 --  Internal Development use only.
23 --
24 -- {End of comments}
25 -- ----------------------------------------------------------------------------
26 PROCEDURE create_cert_prd_enrollment
27   (p_effective_date               in     date
28   ,p_validate                     in     number    default hr_api.g_false_num
29   ,p_cert_enrollment_id           in     number
30   ,p_period_status_code           in     varchar2
31   ,p_completion_date              in     date      default null
32   ,p_cert_period_start_date       in     date      default null
33   ,p_cert_period_end_date         in     date      default null
34   ,p_business_group_id            in     number
35   ,p_attribute_category           in     varchar2  default null
36   ,p_attribute1                   in     varchar2  default null
37   ,p_attribute2                   in     varchar2  default null
38   ,p_attribute3                   in     varchar2  default null
39   ,p_attribute4                   in     varchar2  default null
40   ,p_attribute5                   in     varchar2  default null
41   ,p_attribute6                   in     varchar2  default null
42   ,p_attribute7                   in     varchar2  default null
43   ,p_attribute8                   in     varchar2  default null
44   ,p_attribute9                   in     varchar2  default null
45   ,p_attribute10                  in     varchar2  default null
46   ,p_attribute11                  in     varchar2  default null
47   ,p_attribute12                  in     varchar2  default null
48   ,p_attribute13                  in     varchar2  default null
49   ,p_attribute14                  in     varchar2  default null
50   ,p_attribute15                  in     varchar2  default null
51   ,p_attribute16                  in     varchar2  default null
52   ,p_attribute17                  in     varchar2  default null
53   ,p_attribute18                  in     varchar2  default null
54   ,p_attribute19                  in     varchar2  default null
55   ,p_attribute20                  in     varchar2  default null
56   ,p_expiration_date              in     date      default null
57   ,p_cert_prd_enrollment_id       in     number
58   ,p_object_version_number           out nocopy number
59   ,p_return_status                   out nocopy varchar2
60   );
61 -- ----------------------------------------------------------------------------
62 -- |----------------------< update_cert_prd_enrollment >----------------------|
63 -- ----------------------------------------------------------------------------
64 -- {Start of comments}
65 --
66 -- Description:
67 --  This procedure is the self-service wrapper procedure to the following
68 --  API: ota_cert_prd_enrollment_api.update_cert_prd_enrollment
69 --
70 -- Pre-requisites
71 --  All 'IN' parameters to this procedure have been appropriately derived.
72 --
73 -- Post Success:
74 --  p_return_status will return value indicating success.
75 --
76 -- Post Failure:
77 --  p_return_status will return value indication failure.
78 --
79 -- Access Status:
80 --  Internal Development use only.
81 --
82 -- {End of comments}
83 -- ----------------------------------------------------------------------------
84 PROCEDURE update_cert_prd_enrollment
85   (p_effective_date               in     date
86   ,p_cert_prd_enrollment_id       in     number
87   ,p_object_version_number        in out nocopy number
88   ,p_cert_enrollment_id           in     number
89   ,p_period_status_code           in     varchar2
90   ,p_completion_date              in     date      default hr_api.g_date
91   ,p_cert_period_start_date       in     date      default hr_api.g_date
92   ,p_cert_period_end_date         in     date      default hr_api.g_date
93   ,p_business_group_id            in     number    default hr_api.g_number
94   ,p_attribute_category           in     varchar2  default hr_api.g_varchar2
95   ,p_attribute1                   in     varchar2  default hr_api.g_varchar2
96   ,p_attribute2                   in     varchar2  default hr_api.g_varchar2
97   ,p_attribute3                   in     varchar2  default hr_api.g_varchar2
98   ,p_attribute4                   in     varchar2  default hr_api.g_varchar2
99   ,p_attribute5                   in     varchar2  default hr_api.g_varchar2
100   ,p_attribute6                   in     varchar2  default hr_api.g_varchar2
101   ,p_attribute7                   in     varchar2  default hr_api.g_varchar2
102   ,p_attribute8                   in     varchar2  default hr_api.g_varchar2
103   ,p_attribute9                   in     varchar2  default hr_api.g_varchar2
104   ,p_attribute10                  in     varchar2  default hr_api.g_varchar2
105   ,p_attribute11                  in     varchar2  default hr_api.g_varchar2
106   ,p_attribute12                  in     varchar2  default hr_api.g_varchar2
107   ,p_attribute13                  in     varchar2  default hr_api.g_varchar2
108   ,p_attribute14                  in     varchar2  default hr_api.g_varchar2
109   ,p_attribute15                  in     varchar2  default hr_api.g_varchar2
110   ,p_attribute16                  in     varchar2  default hr_api.g_varchar2
111   ,p_attribute17                  in     varchar2  default hr_api.g_varchar2
112   ,p_attribute18                  in     varchar2  default hr_api.g_varchar2
113   ,p_attribute19                  in     varchar2  default hr_api.g_varchar2
114   ,p_attribute20                  in     varchar2  default hr_api.g_varchar2
115   ,p_expiration_date              in     date      default hr_api.g_date
116   ,p_validate                     in     number    default hr_api.g_false_num
117   ,p_return_status                   out nocopy varchar2
118   );
119 -- ----------------------------------------------------------------------------
120 -- |----------------------< delete_cert_prd_enrollment >----------------------|
121 -- ----------------------------------------------------------------------------
122 -- {Start of comments}
123 --
124 -- Description:
125 --  This procedure is the self-service wrapper procedure to the following
126 --  API: ota_cert_prd_enrollment_api.delete_cert_prd_enrollment
127 --
128 -- Pre-requisites
129 --  All 'IN' parameters to this procedure have been appropriately derived.
130 --
131 -- Post Success:
132 --  p_return_status will return value indicating success.
133 --
134 -- Post Failure:
135 --  p_return_status will return value indication failure.
136 --
137 -- Access Status:
138 --  Internal Development use only.
139 --
140 -- {End of comments}
141 -- ----------------------------------------------------------------------------
142 PROCEDURE delete_cert_prd_enrollment
143   (p_cert_prd_enrollment_id       in     number
144   ,p_object_version_number        in     number
145   ,p_validate                     in     number    default hr_api.g_false_num
146   ,p_return_status                   out nocopy varchar2
147   );
148 
149 -- ----------------------------------------------------------------------------
150 -- |----------------------< renew_cert_prd_enrollment >----------------------|
151 -- ----------------------------------------------------------------------------
152 -- {Start of comments}
153 --
154 -- Description:
155 --  This procedure is the self-service wrapper procedure to the following
156 --  API: ota_cert_prd_enrollment_api.rebew_cert_prd_enrollment
157 --
158 -- Pre-requisites
159 --  All 'IN' parameters to this procedure have been appropriately derived.
160 --
161 -- Post Success:
162 --  p_return_status will return value indicating success.
163 --
164 -- Post Failure:
165 --  p_return_status will return value indication failure.
166 --
167 -- Access Status:
168 --  Internal Development use only.
169 --
170 -- {End of comments}
171 -- ----------------------------------------------------------------------------
172 procedure renew_cert_prd_enrollment(p_validate in number default hr_api.g_false_num
173 				   ,p_cert_enrollment_id in ota_cert_enrollments.cert_enrollment_id%type
174 				   ,p_cert_prd_enrollment_id OUT NOCOPY ota_cert_prd_enrollments.cert_prd_enrollment_id%type
175 				   ,p_certification_status_code OUT NOCOPY VARCHAR2
176 				   ,p_return_status OUT NOCOPY VARCHAR2);
177 
178 end ota_cert_prd_enrollment_swi;