DBA Data[Home] [Help]

PACKAGE: APPS.PER_MX_WORK_INCIDENT_API

Source


1 PACKAGE PER_MX_WORK_INCIDENT_API AS
2 /* $Header: pemxwrwi.pkh 120.1 2005/10/02 02:43:16 aroussel $ */
3 /*#
4  * This package contains APIs which create and maintain work incident records
5  * for a person in Mexico.
6  * @rep:scope public
7  * @rep:product PER
8  * @rep:displayname Work Incident for Mexico
9 */
10 --
11 -- ----------------------------------------------------------------------------
12 -- |-------------------------< create_mx_work_incident >----------------------|
13 -- ----------------------------------------------------------------------------
14 --
15 -- {Start Of Comments}
16 /*#
17  * This API creates a work incident record for a person in Mexico.
18  *
19  * A work incident holds the information about an occurrence which is
20  * detrimental to the health, safety and well-being of a specific person which
21  * happened whilst they were at work or en route to the work place. A work
22  * incident may require one or more medical assessments or disability records.
23  *
24  * <p><b>Licensing</b><br>
25  * This API is licensed for use with Human Resources.
26  *
27  * <p><b>Prerequisites</b><br>
28  * The person for whom the work incident is to be created must exist.
29  *
30  * <p><b>Post Success</b><br>
31  * The work incident record is created for the person.
32  *
33  * <p><b>Post Failure</b><br>
34  * The work incident is not created and an error is raised.
35  *
36  * @param p_validate If true, then validation alone will be performed and the
37  * database will remain unchanged. If false and all validation checks pass,
38  * then the database will be modified.
39  * @param p_effective_date Reference date for validating lookup values are
40  * applicable during the start to end active date range. This date does not
41  * determine when the changes take effect.
42  * @param p_person_id Identifies the person for whom you create the work
43  * incident record.
44  * @param p_incident_reference Reference code for the work incident.
45  * @param p_incident_type The type of work incident that is being recorded.
46  * Valid values are defined by the 'INCIDENT_TYPE' lookup type.
47  * @param p_at_work_flag Indicates whether work incident occurred at work or en
48  * route. Valid values are defined by the 'AT_WORK_FLAG' lookup type.
49  * @param p_incident_date The date that the work incident occurred.
50  * @param p_incident_time The time that the incident occurred.
51  * @param p_org_notified_date The date that the health and safety organization
52  * was notified of the work incident.
53  * @param p_assignment_id Identifies the assignment for which you create the
54  * work incident record.
55  * @param p_location The name of the place or the location where the incident
56  * happened.
57  * @param p_report_date The date the incident was reported.
58  * @param p_report_time The time the incident was reported.
59  * @param p_report_method The method by which the incident was reported. Valid
60  * values are defined by the 'PER_CM_MTHD' lookup type.
61  * @param p_person_reported_by Uniquely identifies the person who reported the
62  * work incident to the authorities.
63  * @param p_person_reported_to The name and contact details of the person
64  * representing the authority that the incident has been reported to.
65  * @param p_witness_details The name and contact details of any witnesses to
66  * the work incident.
67  * @param p_description Text description of the work incident.
68  * @param p_injury_type Type of injury suffered by the person in the work
69  * incident. Valid values are defined by the 'INJURY_TYPE' lookup type.
70  * @param p_disease_type Type of disease diagnosed as resulting from the work
71  * incident. Valid values are defined by the 'DISEASE_TYPE' lookup type.
72  * @param p_hazard_type Object or substance involved in the work incident.
73  * Valid values are defined by the 'HAZARD_TYPE' lookup type.
74  * @param p_body_part Details of the injured or diseased area of the person's
75  * anatomy.
76  * @param p_treatment_received_flag Indicates if medical treatment has been
77  * administered to the person.
78  * @param p_hospital_details Name and contact details of the hospital where
79  * treatment has been administered.
80  * @param p_emergency_code Indicates whether admitted into emergency room.
81  * @param p_hospitalized_flag Indicates whether hospitalized.
82  * @param p_hospital_address Address of the hospital.
83  * @param p_activity_at_time_of_work Activity of the person at the time of the
84  * incident.
85  * @param p_objects_involved Objects or substances involved in the incident.
86  * @param p_privacy_issue Indicates whether the incident is a private matter to
87  * the person.
88  * @param p_work_start_time Time the person started work.
89  * @param p_date_of_death Date of the person's death due to the work incident.
90  * @param p_report_completed_by Name of the person completing this incident
91  * report.
92  * @param p_reporting_person_title Title of the person completing this incident
93  * report.
94  * @param p_reporting_person_phone Phone number of the person completing this
95  * incident report.
96  * @param p_days_restricted_work Number of days the person is on restricted
97  * work.
98  * @param p_days_away_from_work Number of days the person is away from work or
99  * on transfer.
100  * @param p_doctor_name Name of the medical practitioner coordinating the
101  * treatment of the person.
102  * @param p_compensation_date Date compensation was awarded.
103  * @param p_compensation_currency Currency (code) in which compensation was
104  * awarded.
105  * @param p_compensation_amount Amount of compensation awarded.
106  * @param p_remedial_hs_action Description of (any) corrective action that has
107  * been recommended by the health and safety representative.
108  * @param p_notified_hsrep_id Uniquely identifies the person who is the health
109  * and safety representative that was notified of the work incident.
110  * @param p_notified_hsrep_date The date the health and safety representative
111  * was notified.
112  * @param p_notified_rep_id Uniquely identifies the person who has been
113  * notified of the work incident and who represents (by role) the
114  * representative body.
115  * @param p_notified_rep_date The date the representative body representative
116  * was notified.
117  * @param p_notified_rep_org_id Uniquely identifies the representative body
118  * organization notified.
119  * @param p_related_incident_id Uniquely identifies the work incident that is
120  * related to the current work incident.
121  * @param p_over_time_flag Indicates if the incident occurred over time.
122  * @param p_absence_exists_flag Indicates if person has been absent (not an
123  * HRMS absence) due to the incident.
124  * @param p_attribute_category This context value determines which flexfield
125  * structure to use with the descriptive flexfield segments.
126  * @param p_attribute1 Descriptive flexfield segment.
127  * @param p_attribute2 Descriptive flexfield segment.
128  * @param p_attribute3 Descriptive flexfield segment.
129  * @param p_attribute4 Descriptive flexfield segment.
130  * @param p_attribute5 Descriptive flexfield segment.
131  * @param p_attribute6 Descriptive flexfield segment.
132  * @param p_attribute7 Descriptive flexfield segment.
133  * @param p_attribute8 Descriptive flexfield segment.
134  * @param p_attribute9 Descriptive flexfield segment.
135  * @param p_attribute10 Descriptive flexfield segment.
136  * @param p_attribute11 Descriptive flexfield segment.
137  * @param p_attribute12 Descriptive flexfield segment.
138  * @param p_attribute13 Descriptive flexfield segment.
139  * @param p_attribute14 Descriptive flexfield segment.
140  * @param p_attribute15 Descriptive flexfield segment.
141  * @param p_attribute16 Descriptive flexfield segment.
142  * @param p_attribute17 Descriptive flexfield segment.
143  * @param p_attribute18 Descriptive flexfield segment.
144  * @param p_attribute19 Descriptive flexfield segment.
145  * @param p_attribute20 Descriptive flexfield segment.
146  * @param p_attribute21 Descriptive flexfield segment.
147  * @param p_attribute22 Descriptive flexfield segment.
148  * @param p_attribute23 Descriptive flexfield segment.
149  * @param p_attribute24 Descriptive flexfield segment.
150  * @param p_attribute25 Descriptive flexfield segment.
151  * @param p_attribute26 Descriptive flexfield segment.
152  * @param p_attribute27 Descriptive flexfield segment.
153  * @param p_attribute28 Descriptive flexfield segment.
154  * @param p_attribute29 Descriptive flexfield segment.
155  * @param p_attribute30 Descriptive flexfield segment.
156  * @param p_type_of_risk Nature of the work incident.
157  * @param p_incident_id If p_validate is false, then this uniquely identifies
158  * the work incident created. If p_validate is true, then set to null.
159  * @param p_object_version_number If p_validate is false, then set to the
160  * version number of the created work incident. If p_validate is true, then the
161  * value will be null.
162  * @rep:displayname Create Work Incident for Mexico
163  * @rep:category BUSINESS_ENTITY PER_WORK_INCIDENT
164  * @rep:lifecycle active
165  * @rep:scope public
166 */
167 --
168 -- {End Of Comments}
169 --
170 PROCEDURE CREATE_MX_WORK_INCIDENT
171     (p_validate                      in     boolean  default false
172     ,p_effective_date                in     date
173     ,p_person_id                     in     number
174     ,p_incident_reference            in     varchar2
175     ,p_incident_type                 in     varchar2
176     ,p_at_work_flag                  in     varchar2
177     ,p_incident_date                 in     date
178     ,p_incident_time                 in     varchar2 default null
179     ,p_org_notified_date             in     date     default null
180     ,p_assignment_id                 in     number   default null
181     ,p_location                      in     varchar2 default null
182     ,p_report_date                   in     date     default null
183     ,p_report_time                   in     varchar2 default null
184     ,p_report_method                 in     varchar2 default null
185     ,p_person_reported_by            in     number   default null
186     ,p_person_reported_to            in     varchar2 default null
187     ,p_witness_details               in     varchar2 default null
188     ,p_description                   in     varchar2 default null
189     ,p_injury_type                   in     varchar2 default null
190     ,p_disease_type                  in     varchar2 default null
191     ,p_hazard_type                   in     varchar2 default null
192     ,p_body_part                     in     varchar2 default null
193     ,p_treatment_received_flag       in     varchar2 default null
194     ,p_hospital_details              in     varchar2 default null
195     ,p_emergency_code                in     varchar2 default null
196     ,p_hospitalized_flag             in     varchar2 default null
197     ,p_hospital_address              in     varchar2 default null
198     ,p_activity_at_time_of_work      in     varchar2 default null
199     ,p_objects_involved              in     varchar2 default null
200     ,p_privacy_issue                 in     varchar2 default null
201     ,p_work_start_time               in     varchar2 default null
202     ,p_date_of_death                 in     date     default null
203     ,p_report_completed_by           in     varchar2 default null
204     ,p_reporting_person_title        in     varchar2 default null
205     ,p_reporting_person_phone        in     varchar2 default null
206     ,p_days_restricted_work          in     number   default null
207     ,p_days_away_from_work           in     number   default null
208     ,p_doctor_name                   in     varchar2 default null
209     ,p_compensation_date             in     date     default null
210     ,p_compensation_currency         in     varchar2 default null
211     ,p_compensation_amount           in     number   default null
212     ,p_remedial_hs_action            in     varchar2 default null
213     ,p_notified_hsrep_id             in     number   default null
214     ,p_notified_hsrep_date           in     date     default null
215     ,p_notified_rep_id               in     number   default null
216     ,p_notified_rep_date             in     date     default null
217     ,p_notified_rep_org_id           in     number   default null
218     ,p_related_incident_id           in     number   default null
219     ,p_over_time_flag                in     varchar2 default null
223     ,p_attribute2                    in     varchar2 default null
220     ,p_absence_exists_flag           in     varchar2 default null
221     ,p_attribute_category            in     varchar2 default null
222     ,p_attribute1                    in     varchar2 default null
224     ,p_attribute3                    in     varchar2 default null
225     ,p_attribute4                    in     varchar2 default null
226     ,p_attribute5                    in     varchar2 default null
227     ,p_attribute6                    in     varchar2 default null
228     ,p_attribute7                    in     varchar2 default null
229     ,p_attribute8                    in     varchar2 default null
230     ,p_attribute9                    in     varchar2 default null
231     ,p_attribute10                   in     varchar2 default null
232     ,p_attribute11                   in     varchar2 default null
233     ,p_attribute12                   in     varchar2 default null
234     ,p_attribute13                   in     varchar2 default null
235     ,p_attribute14                   in     varchar2 default null
236     ,p_attribute15                   in     varchar2 default null
237     ,p_attribute16                   in     varchar2 default null
238     ,p_attribute17                   in     varchar2 default null
239     ,p_attribute18                   in     varchar2 default null
240     ,p_attribute19                   in     varchar2 default null
241     ,p_attribute20                   in     varchar2 default null
242     ,p_attribute21                   in     varchar2 default null
243     ,p_attribute22                   in     varchar2 default null
244     ,p_attribute23                   in     varchar2 default null
245     ,p_attribute24                   in     varchar2 default null
246     ,p_attribute25                   in     varchar2 default null
247     ,p_attribute26                   in     varchar2 default null
248     ,p_attribute27                   in     varchar2 default null
249     ,p_attribute28                   in     varchar2 default null
250     ,p_attribute29                   in     varchar2 default null
251     ,p_attribute30                   in     varchar2 default null
252     ,p_type_of_risk                  in     varchar2 default null
253     ,p_incident_id                   out nocopy number
254     ,p_object_version_number         out nocopy number);
255 --
256 -- ----------------------------------------------------------------------------
257 -- |-------------------------< update_mx_work_incident >----------------------|
258 -- ----------------------------------------------------------------------------
259 --
260 -- {Start Of Comments}
261 /*#
262  * This API updates a work incident record for a person in Mexico.
263  *
264  * A work incident holds the information about an occurrence which is
265  * detrimental to the health, safety and well-being of a specific person which
266  * happened whilst they were at work or en route to the work place. A work
267  * incident may give rise to one or more medical assessments or disabilities.
268  *
269  * <p><b>Licensing</b><br>
270  * This API is licensed for use with Human Resources.
271  *
272  * <p><b>Prerequisites</b><br>
273  * The work incident to be updated must exist.
274  *
275  * <p><b>Post Success</b><br>
276  * The work incident record is updated.
277  *
278  * <p><b>Post Failure</b><br>
279  * The work incident is not updated and an error is raised.
280  *
281  * @param p_validate If true, then validation alone will be performed and the
282  * database will remain unchanged. If false and all validation checks pass,
283  * then the database will be modified.
284  * @param p_effective_date Reference date for validating lookup values are
285  * applicable during the start to end active date range. This date does not
286  * determine when the changes take effect.
287  * @param p_incident_id Uniquely identifies the work incident to be updated.
288  * @param p_object_version_number Pass in the current version number of the
289  * work incident to be updated. When the API completes if p_validate is false,
290  * will be set to the new version number of the updated work incident. If
291  * p_validate is true will be set to the same value which was passed in.
292  * @param p_incident_reference Reference code for the work incident.
293  * @param p_incident_type The type of work incident that is being recorded.
294  * Valid values are defined by the 'INCIDENT_TYPE' lookup type.
295  * @param p_at_work_flag Indicates whether work incident occurred at work or en
296  * route. Valid values are defined by the 'AT_WORK_FLAG' lookup type.
297  * @param p_incident_date The date that the work incident occurred.
298  * @param p_incident_time The time that the incident occurred.
299  * @param p_org_notified_date The date that the health and safety organization
300  * was notified of the work incident.
301  * @param p_assignment_id Identifies the assignment record to be modified.
302  * @param p_location The name of the place or the location where the incident
303  * happened.
304  * @param p_report_date The date the incident was reported.
305  * @param p_report_time The time the incident was reported.
306  * @param p_report_method The method by which the incident was reported. Valid
307  * values are defined by the 'PER_CM_MTHD' lookup type.
308  * @param p_person_reported_by Uniquely identifies the person who reported the
309  * work incident to the authorities.
310  * @param p_person_reported_to The name and contact details of the person
311  * representing the authority that the incident has been reported to.
312  * @param p_witness_details The name and contact details of any witnesses to
313  * the work incident.
314  * @param p_description Text description of the work incident.
315  * @param p_injury_type Type of injury suffered by the person in the work
316  * incident. Valid values are defined by the 'INJURY_TYPE' lookup type.
317  * @param p_disease_type Type of disease diagnosed as resulting from the work
318  * incident. Valid values are defined by the 'DISEASE_TYPE' lookup type.
322  * anatomy.
319  * @param p_hazard_type Object or substance involved in the work incident.
320  * Valid values are defined by the 'HAZARD_TYPE' lookup type.
321  * @param p_body_part Details of the injured or diseased area of the person's
323  * @param p_treatment_received_flag Indicates if medical treatment has been
324  * administered to the person.
325  * @param p_hospital_details Name and contact details of the hospital where
326  * treatment has been administered.
327  * @param p_emergency_code Indicates whether admitted into emergency room.
328  * @param p_hospitalized_flag Indicates whether hospitalized.
329  * @param p_hospital_address Address of the hospital.
330  * @param p_activity_at_time_of_work Activity of the person at the time of the
331  * incident.
332  * @param p_objects_involved Objects or substances involved in the incident.
333  * @param p_privacy_issue Indicates whether the incident is a private matter to
334  * the person.
335  * @param p_work_start_time Time the person started work.
336  * @param p_date_of_death Date of the person's death due to the work incident.
337  * @param p_report_completed_by Name of the person completing this incident
338  * report.
339  * @param p_reporting_person_title Title of the person completing this incident
340  * report.
341  * @param p_reporting_person_phone Phone number of the person completing this
342  * incident report.
343  * @param p_days_restricted_work Number of days the person is on restricted
344  * work.
345  * @param p_days_away_from_work Number of days the person is away from work or
346  * on transfer.
347  * @param p_doctor_name Name of the medical practitioner coordinating the
348  * treatment of the person.
349  * @param p_compensation_date Date compensation was awarded.
350  * @param p_compensation_currency Currency (code) in which compensation was
351  * awarded.
352  * @param p_compensation_amount Amount of compensation awarded.
353  * @param p_remedial_hs_action Description of (any) corrective action that has
354  * been recommended by the health and safety representative.
355  * @param p_notified_hsrep_id Uniquely identifies the person who is the health
356  * and safety representative that was notified of the work incident.
357  * @param p_notified_hsrep_date The date the health and safety representative
358  * was notified.
359  * @param p_notified_rep_id Uniquely identifies the person who has been
360  * notified of the work incident and who represents (by role) the
361  * representative body.
362  * @param p_notified_rep_date The date the representative body representative
363  * was notified.
364  * @param p_notified_rep_org_id Uniquely identifies the representative body
365  * organization notified.
366  * @param p_related_incident_id Uniquely identifies the work incident that is
367  * related to the current work incident.
368  * @param p_over_time_flag Indicates if the incident occurred over time.
369  * @param p_absence_exists_flag Indicates if person has been absent (not an
370  * HRMS absence) due to the incident.
371  * @param p_attribute_category This context value determines which flexfield
372  * structure to use with the descriptive flexfield segments.
373  * @param p_attribute1 Descriptive flexfield segment.
374  * @param p_attribute2 Descriptive flexfield segment.
375  * @param p_attribute3 Descriptive flexfield segment.
376  * @param p_attribute4 Descriptive flexfield segment.
377  * @param p_attribute5 Descriptive flexfield segment.
378  * @param p_attribute6 Descriptive flexfield segment.
379  * @param p_attribute7 Descriptive flexfield segment.
380  * @param p_attribute8 Descriptive flexfield segment.
381  * @param p_attribute9 Descriptive flexfield segment.
382  * @param p_attribute10 Descriptive flexfield segment.
383  * @param p_attribute11 Descriptive flexfield segment.
384  * @param p_attribute12 Descriptive flexfield segment.
385  * @param p_attribute13 Descriptive flexfield segment.
386  * @param p_attribute14 Descriptive flexfield segment.
387  * @param p_attribute15 Descriptive flexfield segment.
388  * @param p_attribute16 Descriptive flexfield segment.
389  * @param p_attribute17 Descriptive flexfield segment.
390  * @param p_attribute18 Descriptive flexfield segment.
391  * @param p_attribute19 Descriptive flexfield segment.
392  * @param p_attribute20 Descriptive flexfield segment.
393  * @param p_attribute21 Descriptive flexfield segment.
394  * @param p_attribute22 Descriptive flexfield segment.
395  * @param p_attribute23 Descriptive flexfield segment.
396  * @param p_attribute24 Descriptive flexfield segment.
397  * @param p_attribute25 Descriptive flexfield segment.
398  * @param p_attribute26 Descriptive flexfield segment.
399  * @param p_attribute27 Descriptive flexfield segment.
400  * @param p_attribute28 Descriptive flexfield segment.
401  * @param p_attribute29 Descriptive flexfield segment.
402  * @param p_attribute30 Descriptive flexfield segment.
403  * @param p_type_of_risk Nature of the work incident.
404  * @rep:displayname Update Work Incident for Mexico
405  * @rep:category BUSINESS_ENTITY PER_WORK_INCIDENT
406  * @rep:lifecycle active
407  * @rep:scope public
408 */
409 --
410 -- {End Of Comments}
411 --
412 PROCEDURE UPDATE_MX_WORK_INCIDENT
413     (p_validate                      in     boolean  default false
414     ,p_effective_date                in     date
415     ,p_incident_id                   in     number
416     ,p_object_version_number         in out nocopy number
417     ,p_incident_reference            in     varchar2 default hr_api.g_varchar2
418     ,p_incident_type                 in     varchar2 default hr_api.g_varchar2
419     ,p_at_work_flag                  in     varchar2 default hr_api.g_varchar2
420     ,p_incident_date                 in     date     default hr_api.g_date
421     ,p_incident_time                 in     varchar2 default hr_api.g_varchar2
422     ,p_org_notified_date             in     date     default hr_api.g_date
423     ,p_assignment_id                 in     number   default hr_api.g_number
427     ,p_report_method                 in     varchar2 default hr_api.g_varchar2
424     ,p_location                      in     varchar2 default hr_api.g_varchar2
425     ,p_report_date                   in     date     default hr_api.g_date
426     ,p_report_time                   in     varchar2 default hr_api.g_varchar2
428     ,p_person_reported_by            in     number   default hr_api.g_number
429     ,p_person_reported_to            in     varchar2 default hr_api.g_varchar2
430     ,p_witness_details               in     varchar2 default hr_api.g_varchar2
431     ,p_description                   in     varchar2 default hr_api.g_varchar2
432     ,p_injury_type                   in     varchar2 default hr_api.g_varchar2
433     ,p_disease_type                  in     varchar2 default hr_api.g_varchar2
434     ,p_hazard_type                   in     varchar2 default hr_api.g_varchar2
435     ,p_body_part                     in     varchar2 default hr_api.g_varchar2
436     ,p_treatment_received_flag       in     varchar2 default hr_api.g_varchar2
437     ,p_hospital_details              in     varchar2 default hr_api.g_varchar2
438     ,p_emergency_code                in     varchar2 default hr_api.g_varchar2
439     ,p_hospitalized_flag             in     varchar2 default hr_api.g_varchar2
440     ,p_hospital_address              in     varchar2 default hr_api.g_varchar2
441     ,p_activity_at_time_of_work      in     varchar2 default hr_api.g_varchar2
442     ,p_objects_involved              in     varchar2 default hr_api.g_varchar2
443     ,p_privacy_issue                 in     varchar2 default hr_api.g_varchar2
444     ,p_work_start_time               in     varchar2 default hr_api.g_varchar2
445     ,p_date_of_death                 in     date     default hr_api.g_date
446     ,p_report_completed_by           in     varchar2 default hr_api.g_varchar2
447     ,p_reporting_person_title        in     varchar2 default hr_api.g_varchar2
448     ,p_reporting_person_phone        in     varchar2 default hr_api.g_varchar2
449     ,p_days_restricted_work          in     number   default hr_api.g_number
450     ,p_days_away_from_work           in     number   default hr_api.g_number
451     ,p_doctor_name                   in     varchar2 default hr_api.g_varchar2
452     ,p_compensation_date             in     date     default hr_api.g_date
453     ,p_compensation_currency         in     varchar2 default hr_api.g_varchar2
454     ,p_compensation_amount           in     number   default hr_api.g_number
455     ,p_remedial_hs_action            in     varchar2 default hr_api.g_varchar2
456     ,p_notified_hsrep_id             in     number   default hr_api.g_number
457     ,p_notified_hsrep_date           in     date     default hr_api.g_date
458     ,p_notified_rep_id               in     number   default hr_api.g_number
459     ,p_notified_rep_date             in     date     default hr_api.g_date
460     ,p_notified_rep_org_id           in     number   default hr_api.g_number
461     ,p_related_incident_id           in     number   default hr_api.g_number
462     ,p_over_time_flag                in     varchar2 default hr_api.g_varchar2
463     ,p_absence_exists_flag           in     varchar2 default hr_api.g_varchar2
464     ,p_attribute_category            in     varchar2 default hr_api.g_varchar2
465     ,p_attribute1                    in     varchar2 default hr_api.g_varchar2
466     ,p_attribute2                    in     varchar2 default hr_api.g_varchar2
467     ,p_attribute3                    in     varchar2 default hr_api.g_varchar2
468     ,p_attribute4                    in     varchar2 default hr_api.g_varchar2
469     ,p_attribute5                    in     varchar2 default hr_api.g_varchar2
470     ,p_attribute6                    in     varchar2 default hr_api.g_varchar2
471     ,p_attribute7                    in     varchar2 default hr_api.g_varchar2
472     ,p_attribute8                    in     varchar2 default hr_api.g_varchar2
473     ,p_attribute9                    in     varchar2 default hr_api.g_varchar2
474     ,p_attribute10                   in     varchar2 default hr_api.g_varchar2
475     ,p_attribute11                   in     varchar2 default hr_api.g_varchar2
476     ,p_attribute12                   in     varchar2 default hr_api.g_varchar2
477     ,p_attribute13                   in     varchar2 default hr_api.g_varchar2
478     ,p_attribute14                   in     varchar2 default hr_api.g_varchar2
479     ,p_attribute15                   in     varchar2 default hr_api.g_varchar2
480     ,p_attribute16                   in     varchar2 default hr_api.g_varchar2
481     ,p_attribute17                   in     varchar2 default hr_api.g_varchar2
482     ,p_attribute18                   in     varchar2 default hr_api.g_varchar2
483     ,p_attribute19                   in     varchar2 default hr_api.g_varchar2
484     ,p_attribute20                   in     varchar2 default hr_api.g_varchar2
485     ,p_attribute21                   in     varchar2 default hr_api.g_varchar2
486     ,p_attribute22                   in     varchar2 default hr_api.g_varchar2
487     ,p_attribute23                   in     varchar2 default hr_api.g_varchar2
488     ,p_attribute24                   in     varchar2 default hr_api.g_varchar2
489     ,p_attribute25                   in     varchar2 default hr_api.g_varchar2
490     ,p_attribute26                   in     varchar2 default hr_api.g_varchar2
491     ,p_attribute27                   in     varchar2 default hr_api.g_varchar2
492     ,p_attribute28                   in     varchar2 default hr_api.g_varchar2
493     ,p_attribute29                   in     varchar2 default hr_api.g_varchar2
494     ,p_attribute30                   in     varchar2 default hr_api.g_varchar2
495     ,p_type_of_risk                  in     varchar2 default hr_api.g_varchar2);
496 
497 END PER_MX_WORK_INCIDENT_API;