DBA Data[Home] [Help]

PACKAGE: APPS.HR_CONTACT_EXTRA_INFO_API

Source


1 Package hr_contact_extra_info_api AUTHID CURRENT_USER as
2 /* $Header: pereiapi.pkh 120.1 2005/10/02 02:23:41 aroussel $ */
3 /*#
4  * This package contains APIs to maintain contact extra information records
5  * against a contact relationship.
6  * @rep:scope public
7  * @rep:product per
8  * @rep:displayname Contact Extra Information
9 */
10 --
11 -- ----------------------------------------------------------------------------
12 -- |------------------------< create_contact_extra_info >---------------------|
13 -- ----------------------------------------------------------------------------
14 --
15 -- {Start Of Comments}
16 /*#
17  * This API creates extra information for a given contact relationship.
18  *
19  *
20  * <p><b>Licensing</b><br>
21  * This API is licensed for use with Human Resources.
22  *
23  * <p><b>Prerequisites</b><br>
24  * The contact relationship must exist. The Contact Extra Information Type must
25  * exist.
26  *
27  * <p><b>Post Success</b><br>
28  * The contact extra information record is created.
29  *
30  * <p><b>Post Failure</b><br>
31  * The API does not create the contact extra information record and raises an
32  * error.
33  * @param p_validate If true, then validation alone will be performed and the
34  * database will remain unchanged. If false and all validation checks pass,
35  * then the database will be modified.
36  * @param p_effective_date Determines when the DateTrack operation comes into
37  * force.
38  * @param p_contact_relationship_id Identifier for the contact relationship for
39  * which the contact extra information record is to be created.
40  * @param p_information_type Contact Extra Information Type.
41  * @param p_cei_information_category This context value determines which
42  * Flexfield Structure to use with the Developer Descriptive flexfield
43  * segments.
44  * @param p_cei_information1 Developer Descriptive flexfield segment.
45  * @param p_cei_information2 Developer Descriptive flexfield segment.
46  * @param p_cei_information3 Developer Descriptive flexfield segment.
47  * @param p_cei_information4 Developer Descriptive flexfield segment.
48  * @param p_cei_information5 Developer Descriptive flexfield segment.
49  * @param p_cei_information6 Developer Descriptive flexfield segment.
50  * @param p_cei_information7 Developer Descriptive flexfield segment.
51  * @param p_cei_information8 Developer Descriptive flexfield segment.
52  * @param p_cei_information9 Developer Descriptive flexfield segment.
53  * @param p_cei_information10 Developer Descriptive flexfield segment.
54  * @param p_cei_information11 Developer Descriptive flexfield segment.
55  * @param p_cei_information12 Developer Descriptive flexfield segment.
56  * @param p_cei_information13 Developer Descriptive flexfield segment.
57  * @param p_cei_information14 Developer Descriptive flexfield segment.
58  * @param p_cei_information15 Developer Descriptive flexfield segment.
59  * @param p_cei_information16 Developer Descriptive flexfield segment.
60  * @param p_cei_information17 Developer Descriptive flexfield segment.
61  * @param p_cei_information18 Developer Descriptive flexfield segment.
62  * @param p_cei_information19 Developer Descriptive flexfield segment.
63  * @param p_cei_information20 Developer Descriptive flexfield segment.
64  * @param p_cei_information21 Developer Descriptive flexfield segment.
65  * @param p_cei_information22 Developer Descriptive flexfield segment.
66  * @param p_cei_information23 Developer Descriptive flexfield segment.
67  * @param p_cei_information24 Developer Descriptive flexfield segment.
68  * @param p_cei_information25 Developer Descriptive flexfield segment.
69  * @param p_cei_information26 Developer Descriptive flexfield segment.
70  * @param p_cei_information27 Developer Descriptive flexfield segment.
71  * @param p_cei_information28 Developer Descriptive flexfield segment.
72  * @param p_cei_information29 Developer Descriptive flexfield segment.
73  * @param p_cei_information30 Developer Descriptive flexfield segment.
74  * @param p_cei_attribute_category This context value determines which
75  * Flexfield Structure to use with the Descriptive flexfield segments.
76  * @param p_cei_attribute1 Descriptive flexfield segment.
77  * @param p_cei_attribute2 Descriptive flexfield segment.
78  * @param p_cei_attribute3 Descriptive flexfield segment.
79  * @param p_cei_attribute4 Descriptive flexfield segment.
80  * @param p_cei_attribute5 Descriptive flexfield segment.
81  * @param p_cei_attribute6 Descriptive flexfield segment.
82  * @param p_cei_attribute7 Descriptive flexfield segment.
83  * @param p_cei_attribute8 Descriptive flexfield segment.
84  * @param p_cei_attribute9 Descriptive flexfield segment.
85  * @param p_cei_attribute10 Descriptive flexfield segment.
86  * @param p_cei_attribute11 Descriptive flexfield segment.
87  * @param p_cei_attribute12 Descriptive flexfield segment.
88  * @param p_cei_attribute13 Descriptive flexfield segment.
89  * @param p_cei_attribute14 Descriptive flexfield segment.
90  * @param p_cei_attribute15 Descriptive flexfield segment.
91  * @param p_cei_attribute16 Descriptive flexfield segment.
92  * @param p_cei_attribute17 Descriptive flexfield segment.
93  * @param p_cei_attribute18 Descriptive flexfield segment.
94  * @param p_cei_attribute19 Descriptive flexfield segment.
95  * @param p_cei_attribute20 Descriptive flexfield segment.
96  * @param p_contact_extra_info_id If p_validate is false, uniquely identifies
97  * the contact extra information record created. If p_validate is true, set to
98  * null.
99  * @param p_object_version_number If p_validate is false, then set to the
100  * version number of the created contact extra information record. If
101  * p_validate is true, then the value will be null.
102  * @param p_effective_start_date If p_validate is false, then set to the
103  * earliest effective start date for the created contact extra information
104  * record. If p_validate is true, then set to null.
105  * @param p_effective_end_date If p_validate is false, then set to the
106  * effective end date for the created contact extra information record. If
107  * p_validate is true, then set to null.
108  * @rep:displayname Create Contact Extra Information
109  * @rep:category BUSINESS_ENTITY PER_PERSONAL_CONTACT
110  * @rep:category MISC_EXTENSIONS HR_USER_HOOKS
111  * @rep:scope public
112  * @rep:lifecycle active
113  * @rep:ihelp PER/@scalapi APIs in Oracle HRMS
114 */
115 --
116 -- {End Of Comments}
117 --
118 procedure create_contact_extra_info
119   (p_validate                      in     boolean  default false
120   ,p_effective_date                in     date,
121 --  ,p_business_group_id             in     number
122 --  ,p_non_mandatory_arg             in     number   default null
123   p_contact_relationship_id	IN	NUMBER,
124   p_information_type		IN	VARCHAR2,
125   p_cei_information_category	IN	VARCHAR2	DEFAULT NULL,
126   p_cei_information1		IN	VARCHAR2	DEFAULT NULL,
127   p_cei_information2		IN	VARCHAR2	DEFAULT NULL,
128   p_cei_information3		IN	VARCHAR2	DEFAULT NULL,
129   p_cei_information4		IN	VARCHAR2	DEFAULT NULL,
130   p_cei_information5		IN	VARCHAR2	DEFAULT NULL,
131   p_cei_information6		IN	VARCHAR2        DEFAULT NULL,
132   p_cei_information7            IN      VARCHAR2        DEFAULT NULL,
133   p_cei_information8            IN      VARCHAR2        DEFAULT NULL,
134   p_cei_information9            IN      VARCHAR2        DEFAULT NULL,
135   p_cei_information10           IN      VARCHAR2        DEFAULT NULL,
136   p_cei_information11           IN      VARCHAR2        DEFAULT NULL,
137   p_cei_information12           IN      VARCHAR2        DEFAULT NULL,
138   p_cei_information13           IN      VARCHAR2        DEFAULT NULL,
139   p_cei_information14           IN      VARCHAR2        DEFAULT NULL,
140   p_cei_information15           IN      VARCHAR2        DEFAULT NULL,
141   p_cei_information16           IN      VARCHAR2        DEFAULT NULL,
142   p_cei_information17           IN      VARCHAR2        DEFAULT NULL,
143   p_cei_information18           IN      VARCHAR2        DEFAULT NULL,
144   p_cei_information19           IN      VARCHAR2        DEFAULT NULL,
145   p_cei_information20           IN      VARCHAR2        DEFAULT NULL,
146   p_cei_information21           IN      VARCHAR2        DEFAULT NULL,
147   p_cei_information22           IN      VARCHAR2        DEFAULT NULL,
148   p_cei_information23           IN      VARCHAR2        DEFAULT NULL,
149   p_cei_information24           IN      VARCHAR2        DEFAULT NULL,
150   p_cei_information25           IN      VARCHAR2        DEFAULT NULL,
151   p_cei_information26           IN      VARCHAR2        DEFAULT NULL,
152   p_cei_information27           IN      VARCHAR2        DEFAULT NULL,
153   p_cei_information28           IN      VARCHAR2        DEFAULT NULL,
154   p_cei_information29           IN      VARCHAR2        DEFAULT NULL,
155   p_cei_information30           IN      VARCHAR2        DEFAULT NULL,
156   p_cei_attribute_category      IN      VARCHAR2        DEFAULT NULL,
157   p_cei_attribute1              IN      VARCHAR2        DEFAULT NULL,
158   p_cei_attribute2              IN      VARCHAR2        DEFAULT NULL,
159   p_cei_attribute3              IN      VARCHAR2        DEFAULT NULL,
160   p_cei_attribute4              IN      VARCHAR2        DEFAULT NULL,
161   p_cei_attribute5              IN      VARCHAR2        DEFAULT NULL,
162   p_cei_attribute6              IN      VARCHAR2        DEFAULT NULL,
163   p_cei_attribute7              IN      VARCHAR2        DEFAULT NULL,
164   p_cei_attribute8              IN      VARCHAR2        DEFAULT NULL,
165   p_cei_attribute9              IN      VARCHAR2        DEFAULT NULL,
166   p_cei_attribute10             IN      VARCHAR2        DEFAULT NULL,
167   p_cei_attribute11             IN      VARCHAR2        DEFAULT NULL,
168   p_cei_attribute12             IN      VARCHAR2        DEFAULT NULL,
169   p_cei_attribute13             IN      VARCHAR2        DEFAULT NULL,
170   p_cei_attribute14             IN      VARCHAR2        DEFAULT NULL,
171   p_cei_attribute15             IN      VARCHAR2        DEFAULT NULL,
172   p_cei_attribute16             IN      VARCHAR2        DEFAULT NULL,
173   p_cei_attribute17             IN      VARCHAR2        DEFAULT NULL,
174   p_cei_attribute18             IN      VARCHAR2        DEFAULT NULL,
175   p_cei_attribute19             IN      VARCHAR2        DEFAULT NULL,
176   p_cei_attribute20             IN      VARCHAR2        DEFAULT NULL
177   ,p_contact_extra_info_id            out nocopy number
178   ,p_object_version_number            out nocopy number,
179 --  ,p_some_warning                     out boolean
180   p_effective_start_date OUT NOCOPY DATE,
181   p_effective_end_date	 OUT NOCOPY DATE
182   );
183 --
184 -- ----------------------------------------------------------------------------
185 -- |------------------------< update_contact_extra_info >---------------------|
186 -- ----------------------------------------------------------------------------
187 --
188 -- {Start Of Comments}
189 /*#
190  * This API updates Contact Extra Information records.
191  *
192  *
193  * <p><b>Licensing</b><br>
194  * This API is licensed for use with Human Resources.
195  *
196  * <p><b>Prerequisites</b><br>
197  * The contact extra information record must already exist.
198  *
199  * <p><b>Post Success</b><br>
200  * The contact extra information record is updated.
201  *
202  * <p><b>Post Failure</b><br>
203  * The API does not update the contact extra information record and raises an
204  * error.
205  * @param p_validate If true, then validation alone will be performed and the
206  * database will remain unchanged. If false and all validation checks pass,
207  * then the database will be modified.
208  * @param p_effective_date Determines when the DateTrack operation comes into
209  * force.
210  * @param p_datetrack_update_mode Indicates which DateTrack mode to use when
211  * updating the record. You must set to either UPDATE, CORRECTION,
212  * UPDATE_OVERRIDE or UPDATE_CHANGE_INSERT. Modes available for use with a
213  * particular record depend on the dates of previous record changes and the
214  * effective date of this change.
215  * @param p_contact_extra_info_id Identifies the contact extra information
216  * record to update.
217  * @param p_contact_relationship_id Identifies the contact relationship to
218  * which the extra information record pertains.
219  * @param p_information_type The contact extra information type.
220  * @param p_object_version_number Pass in the current version number of the
221  * contact extra information record to be updated. When the API completes if
222  * p_validate is false, will be set to the new version number of the updated
223  * contact extra information record. If p_validate is true will be set to the
224  * same value which was passed in.
225  * @param p_cei_information_category This context value determines which
226  * Flexfield Structure to use with the Developer Descriptive flexfield
227  * segments.
228  * @param p_cei_information1 Developer Descriptive flexfield segment.
229  * @param p_cei_information2 Developer Descriptive flexfield segment.
230  * @param p_cei_information3 Developer Descriptive flexfield segment.
231  * @param p_cei_information4 Developer Descriptive flexfield segment.
232  * @param p_cei_information5 Developer Descriptive flexfield segment.
233  * @param p_cei_information6 Developer Descriptive flexfield segment.
234  * @param p_cei_information7 Developer Descriptive flexfield segment.
235  * @param p_cei_information8 Developer Descriptive flexfield segment.
236  * @param p_cei_information9 Developer Descriptive flexfield segment.
237  * @param p_cei_information10 Developer Descriptive flexfield segment.
238  * @param p_cei_information11 Developer Descriptive flexfield segment.
239  * @param p_cei_information12 Developer Descriptive flexfield segment.
240  * @param p_cei_information13 Developer Descriptive flexfield segment.
241  * @param p_cei_information14 Developer Descriptive flexfield segment.
242  * @param p_cei_information15 Developer Descriptive flexfield segment.
243  * @param p_cei_information16 Developer Descriptive flexfield segment.
244  * @param p_cei_information17 Developer Descriptive flexfield segment.
245  * @param p_cei_information18 Developer Descriptive flexfield segment.
246  * @param p_cei_information19 Developer Descriptive flexfield segment.
247  * @param p_cei_information20 Developer Descriptive flexfield segment.
248  * @param p_cei_information21 Developer Descriptive flexfield segment.
249  * @param p_cei_information22 Developer Descriptive flexfield segment.
250  * @param p_cei_information23 Developer Descriptive flexfield segment.
251  * @param p_cei_information24 Developer Descriptive flexfield segment.
252  * @param p_cei_information25 Developer Descriptive flexfield segment.
253  * @param p_cei_information26 Developer Descriptive flexfield segment.
254  * @param p_cei_information27 Developer Descriptive flexfield segment.
255  * @param p_cei_information28 Developer Descriptive flexfield segment.
256  * @param p_cei_information29 Developer Descriptive flexfield segment.
257  * @param p_cei_information30 Developer Descriptive flexfield segment.
258  * @param p_cei_attribute_category This context value determines which
259  * Flexfield Structure to use with the Descriptive flexfield segments.
260  * @param p_cei_attribute1 Descriptive flexfield segment.
261  * @param p_cei_attribute2 Descriptive flexfield segment.
262  * @param p_cei_attribute3 Descriptive flexfield segment.
263  * @param p_cei_attribute4 Descriptive flexfield segment.
264  * @param p_cei_attribute5 Descriptive flexfield segment.
265  * @param p_cei_attribute6 Descriptive flexfield segment.
266  * @param p_cei_attribute7 Descriptive flexfield segment.
267  * @param p_cei_attribute8 Descriptive flexfield segment.
268  * @param p_cei_attribute9 Descriptive flexfield segment.
269  * @param p_cei_attribute10 Descriptive flexfield segment.
270  * @param p_cei_attribute11 Descriptive flexfield segment.
271  * @param p_cei_attribute12 Descriptive flexfield segment.
272  * @param p_cei_attribute13 Descriptive flexfield segment.
273  * @param p_cei_attribute14 Descriptive flexfield segment.
274  * @param p_cei_attribute15 Descriptive flexfield segment.
275  * @param p_cei_attribute16 Descriptive flexfield segment.
276  * @param p_cei_attribute17 Descriptive flexfield segment.
277  * @param p_cei_attribute18 Descriptive flexfield segment.
278  * @param p_cei_attribute19 Descriptive flexfield segment.
279  * @param p_cei_attribute20 Descriptive flexfield segment.
280  * @param p_effective_start_date If p_validate is false, then set to the
281  * effective start date on the updated contact extra information row which now
282  * exists as of the effective date. If p_validate is true, then set to null.
283  * @param p_effective_end_date If p_validate is false, then set to the
284  * effective end date on the updated contact extra information row which now
285  * exists as of the effective date. If p_validate is true, then set to null.
286  * @rep:displayname Update Contact Extra Information
287  * @rep:category BUSINESS_ENTITY PER_PERSONAL_CONTACT
288  * @rep:category MISC_EXTENSIONS HR_USER_HOOKS
289  * @rep:scope public
290  * @rep:lifecycle active
291  * @rep:ihelp PER/@scalapi APIs in Oracle HRMS
292 */
293 --
294 -- {End Of Comments}
295 --
296 procedure update_contact_extra_info
297   (p_validate                      in     boolean  default false
298   ,p_effective_date                in     date,
299 --  ,p_business_group_id             in     number
300 --  ,p_non_mandatory_arg             in     number   default null
301   p_datetrack_update_mode	IN	VARCHAR2,
302   p_contact_extra_info_id	IN	NUMBER,
303   p_contact_relationship_id	IN	NUMBER		DEFAULT hr_api.g_number,
304   p_information_type		IN	VARCHAR2	DEFAULT hr_api.g_varchar2,
305   p_object_version_number       IN OUT NOCOPY NUMBER,
306   p_cei_information_category    IN      VARCHAR2	DEFAULT hr_api.g_varchar2,
307   p_cei_information1            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
308   p_cei_information2            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
309   p_cei_information3            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
310   p_cei_information4            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
311   p_cei_information5            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
312   p_cei_information6            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
313   p_cei_information7            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
314   p_cei_information8            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
315   p_cei_information9            IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
316   p_cei_information10           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
317   p_cei_information11           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
318   p_cei_information12           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
319   p_cei_information13           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
320   p_cei_information14           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
321   p_cei_information15           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
322   p_cei_information16           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
323   p_cei_information17           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
324   p_cei_information18           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
325   p_cei_information19           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
326   p_cei_information20           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
327   p_cei_information21           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
328   p_cei_information22           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
329   p_cei_information23           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
330   p_cei_information24           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
331   p_cei_information25           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
332   p_cei_information26           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
333   p_cei_information27           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
334   p_cei_information28           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
335   p_cei_information29           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
336   p_cei_information30           IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
337   p_cei_attribute_category      IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
338   p_cei_attribute1              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
339   p_cei_attribute2              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
340   p_cei_attribute3              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
341   p_cei_attribute4              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
342   p_cei_attribute5              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
343   p_cei_attribute6              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
344   p_cei_attribute7              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
345   p_cei_attribute8              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
346   p_cei_attribute9              IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
347   p_cei_attribute10             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
348   p_cei_attribute11             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
349   p_cei_attribute12             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
350   p_cei_attribute13             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
351   p_cei_attribute14             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
352   p_cei_attribute15             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
353   p_cei_attribute16             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
354   p_cei_attribute17             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
355   p_cei_attribute18             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
356   p_cei_attribute19             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
357   p_cei_attribute20             IN      VARCHAR2        DEFAULT hr_api.g_varchar2,
358 --  ,p_id                               out number
359 --  ,p_object_version_number            out number
360 --  ,p_some_warning                     out boolean
361   p_effective_start_date OUT NOCOPY DATE,
362   p_effective_end_date	 OUT NOCOPY DATE
363   );
364 --
365 -- ----------------------------------------------------------------------------
366 -- |------------------------< delete_contact_extra_info >---------------------|
367 -- ----------------------------------------------------------------------------
368 --
369 -- {Start Of Comments}
370 /*#
371  * This API deletes Contact Extra Information records.
372  *
373  *
374  * <p><b>Licensing</b><br>
375  * This API is licensed for use with Human Resources.
376  *
377  * <p><b>Prerequisites</b><br>
378  * The contact extra information record must exist as of the effective date.
379  *
380  * <p><b>Post Success</b><br>
381  * The contact extra information record is deleted according to the rules of
382  * the datetrack delete mode specified.
383  *
384  * <p><b>Post Failure</b><br>
385  * The contact extra information record is not deleted and an error is raised.
386  * @param p_validate If true, then validation alone will be performed and the
387  * database will remain unchanged. If false and all validation checks pass,
388  * then the database will be modified.
389  * @param p_effective_date Determines when the DateTrack operation comes into
390  * force.
391  * @param p_datetrack_delete_mode Indicates which DateTrack mode to use when
392  * deleting the record. You must set to either ZAP, DELETE, FUTURE_CHANGE or
393  * DELETE_NEXT_CHANGE. Modes available for use with a particular record depend
394  * on the dates of previous record changes and the effective date of this
395  * change.
396  * @param p_contact_extra_info_id Identifies the contact extra information
397  * record to delete.
398  * @param p_object_version_number Pass in the current version number of the
399  * contact extra information record to be deleted.
400  * @param p_effective_start_date If p_validate is false, then set to the
401  * effective start date for the deleted contact extra information row which now
402  * exists as of the effective date. If p_validate is true or all row instances
403  * have been deleted then set to null.
404  * @param p_effective_end_date If p_validate is false, then set to the
405  * effective end date for the deleted contact extra information row which now
406  * exists as of the effective date. If p_validate is true or all row instances
407  * have been deleted then set to null.
408  * @rep:displayname Delete Contact Extra Information
409  * @rep:category BUSINESS_ENTITY PER_PERSONAL_CONTACT
410  * @rep:category MISC_EXTENSIONS HR_USER_HOOKS
411  * @rep:scope public
412  * @rep:lifecycle active
413  * @rep:ihelp PER/@scalapi APIs in Oracle HRMS
414 */
415 --
416 -- {End Of Comments}
417 --
418 procedure delete_contact_extra_info
419   (p_validate                      in     boolean  default false
420   ,p_effective_date                in     date,
421 --  ,p_business_group_id             in     number
422 --  ,p_non_mandatory_arg             in     number   default null
423   p_datetrack_delete_mode	IN	VARCHAR2,
424   p_contact_extra_info_id	IN	NUMBER,
425   p_object_version_number	IN OUT NOCOPY NUMBER,
426 --  ,p_id                               out number
427 --  ,p_object_version_number            out number
428 --  ,p_some_warning                     out boolean
429   p_effective_start_date OUT NOCOPY DATE,
430   p_effective_end_date	 OUT NOCOPY DATE
431   );
432 --
433 END hr_contact_extra_info_api;