DBA Data[Home] [Help]

PACKAGE BODY: APPS.BEN_LRE_INS

Source


1 Package Body ben_lre_ins as
2 /* $Header: belrerhi.pkb 120.0.12010000.3 2008/08/05 14:29:04 ubhat ship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |                     Private Global Definitions                           |
6 -- ----------------------------------------------------------------------------
7 --
8 g_package  varchar2(33)	:= '  ben_lre_ins.';  -- Global package name
9 --
10 -- ----------------------------------------------------------------------------
11 -- |----------------------------< dt_insert_dml >-----------------------------|
12 -- ----------------------------------------------------------------------------
13 -- {Start Of Comments}
14 --
15 -- Description:
16 --   This procedure controls the actual dml insert logic for datetrack. The
17 --   functions of this procedure are as follows:
18 --   1) Get the object_version_number.
19 --   2) To set the effective start and end dates to the corresponding
20 --      validation start and end dates. Also, the object version number
21 --      record attribute is set.
22 --   3) To set and unset the g_api_dml status as required (as we are about to
23 --      perform dml).
24 --   4) To insert the row into the schema with the derived effective start
25 --      and end dates and the object version number.
26 --   5) To trap any constraint violations that may have occurred.
27 --   6) To raise any other errors.
28 --
29 -- Prerequisites:
30 --   This is an internal private procedure which must be called from the
31 --   insert_dml and pre_update (logic permitting) procedure and must have
32 --   all mandatory arguments set.
33 --
34 -- In Parameters:
35 --   A Pl/Sql record structre.
36 --
37 -- Post Success:
38 --   The specified row will be inserted into the schema.
39 --
40 -- Post Failure:
41 --   On the insert dml failure it is important to note that we always reset the
42 --   g_api_dml status to false.
43 --   If a check or unique integrity constraint violation is raised the
44 --   constraint_error procedure will be called.
45 --   If any other error is reported, the error will be raised after the
46 --   g_api_dml status is reset.
47 --
48 -- Developer Implementation Notes:
49 --   This is an internal datetrack maintenance procedure which should
50 --   not be modified in anyway.
51 --
52 -- Access Status:
53 --   Internal Row Handler Use Only.
54 --
55 -- {End Of Comments}
56 -- ----------------------------------------------------------------------------
57 Procedure dt_insert_dml
58 	(p_rec 			 in out nocopy ben_lre_shd.g_rec_type,
59 	 p_effective_date	 in	date,
60 	 p_datetrack_mode	 in	varchar2,
61 	 p_validation_start_date in	date,
62 	 p_validation_end_date	 in	date) is
63 --
64 -- Cursor to select 'old' created AOL who column values
65 --
66   Cursor C_Sel1 Is
67     select t.created_by,
68            t.creation_date
69     from   ben_ler_rqrs_enrt_ctfn_f t
70     where  t.ler_rqrs_enrt_ctfn_id       = p_rec.ler_rqrs_enrt_ctfn_id
71     and    t.effective_start_date =
72              ben_lre_shd.g_old_rec.effective_start_date
73     and    t.effective_end_date   = (p_validation_start_date - 1);
74 --
75   l_proc		varchar2(72) := g_package||'dt_insert_dml';
76   l_created_by          ben_ler_rqrs_enrt_ctfn_f.created_by%TYPE;
77   l_creation_date       ben_ler_rqrs_enrt_ctfn_f.creation_date%TYPE;
78   l_last_update_date   	ben_ler_rqrs_enrt_ctfn_f.last_update_date%TYPE;
79   l_last_updated_by     ben_ler_rqrs_enrt_ctfn_f.last_updated_by%TYPE;
80   l_last_update_login   ben_ler_rqrs_enrt_ctfn_f.last_update_login%TYPE;
81 --
82 Begin
83   hr_utility.set_location('Entering:'||l_proc, 5);
84   --
85   -- Get the object version number for the insert
86   --
87   p_rec.object_version_number :=
88     dt_api.get_object_version_number
89 	(p_base_table_name => 'ben_ler_rqrs_enrt_ctfn_f',
90 	 p_base_key_column => 'ler_rqrs_enrt_ctfn_id',
91 	 p_base_key_value  => p_rec.ler_rqrs_enrt_ctfn_id);
92   --
93   -- Set the effective start and end dates to the corresponding
94   -- validation start and end dates
95   --
96   p_rec.effective_start_date := p_validation_start_date;
97   p_rec.effective_end_date   := p_validation_end_date;
98   --
99   -- If the datetrack_mode is not INSERT then we must populate the WHO
100   -- columns with the 'old' creation values and 'new' updated values.
101   --
102   If (p_datetrack_mode <> 'INSERT') then
103     hr_utility.set_location(l_proc, 10);
104     --
105     -- Select the 'old' created values
106     --
107     Open C_Sel1;
108     Fetch C_Sel1 Into l_created_by, l_creation_date;
109     If C_Sel1%notfound Then
110       --
111       -- The previous 'old' created row has not been found. We need
112       -- to error as an internal datetrack problem exists.
113       --
114       Close C_Sel1;
115       fnd_message.set_name('PAY', 'HR_6153_ALL_PROCEDURE_FAIL');
116       fnd_message.set_token('PROCEDURE', l_proc);
117       fnd_message.set_token('STEP','10');
118       fnd_message.raise_error;
119     End If;
120     Close C_Sel1;
121     --
122     -- Set the AOL updated WHO values
123     --
124     l_last_update_date   := sysdate;
125     l_last_updated_by    := fnd_global.user_id;
126     l_last_update_login  := fnd_global.login_id;
127   End If;
128   --
129   ben_lre_shd.g_api_dml := true;  -- Set the api dml status
130   --
131   -- Insert the row into: ben_ler_rqrs_enrt_ctfn_f
132   --
133   insert into ben_ler_rqrs_enrt_ctfn_f
134   (	ler_rqrs_enrt_ctfn_id,
135 	effective_start_date,
136 	effective_end_date,
137 	excld_flag,
138 	ctfn_rqd_when_rl,
139 	ler_id,
140 	pl_id,
141 	oipl_id,
142 	business_group_id,
143 	lre_attribute_category,
144 	lre_attribute1,
145 	lre_attribute2,
146 	lre_attribute3,
147 	lre_attribute4,
148 	lre_attribute5,
149 	lre_attribute6,
150 	lre_attribute7,
151 	lre_attribute8,
152 	lre_attribute9,
153 	lre_attribute10,
154 	lre_attribute11,
155 	lre_attribute12,
156 	lre_attribute13,
157 	lre_attribute14,
158 	lre_attribute15,
159 	lre_attribute16,
160 	lre_attribute17,
161 	lre_attribute18,
162 	lre_attribute19,
163 	lre_attribute20,
164 	lre_attribute21,
165 	lre_attribute22,
166 	lre_attribute23,
167 	lre_attribute24,
168 	lre_attribute25,
169 	lre_attribute26,
170 	lre_attribute27,
171 	lre_attribute28,
172 	lre_attribute29,
173 	lre_attribute30,
174         susp_if_ctfn_not_prvd_flag,
175         ctfn_determine_cd,
176 	object_version_number
177    	, created_by,
178    	creation_date,
179    	last_update_date,
180    	last_updated_by,
181    	last_update_login
182   )
183   Values
184   (	p_rec.ler_rqrs_enrt_ctfn_id,
185 	p_rec.effective_start_date,
186 	p_rec.effective_end_date,
187 	p_rec.excld_flag,
188 	p_rec.ctfn_rqd_when_rl,
189 	p_rec.ler_id,
190 	p_rec.pl_id,
191 	p_rec.oipl_id,
192 	p_rec.business_group_id,
193 	p_rec.lre_attribute_category,
194 	p_rec.lre_attribute1,
195 	p_rec.lre_attribute2,
196 	p_rec.lre_attribute3,
197 	p_rec.lre_attribute4,
198 	p_rec.lre_attribute5,
199 	p_rec.lre_attribute6,
200 	p_rec.lre_attribute7,
201 	p_rec.lre_attribute8,
202 	p_rec.lre_attribute9,
203 	p_rec.lre_attribute10,
204 	p_rec.lre_attribute11,
205 	p_rec.lre_attribute12,
206 	p_rec.lre_attribute13,
207 	p_rec.lre_attribute14,
208 	p_rec.lre_attribute15,
209 	p_rec.lre_attribute16,
210 	p_rec.lre_attribute17,
211 	p_rec.lre_attribute18,
212 	p_rec.lre_attribute19,
213 	p_rec.lre_attribute20,
214 	p_rec.lre_attribute21,
215 	p_rec.lre_attribute22,
216 	p_rec.lre_attribute23,
217 	p_rec.lre_attribute24,
218 	p_rec.lre_attribute25,
219 	p_rec.lre_attribute26,
220 	p_rec.lre_attribute27,
221 	p_rec.lre_attribute28,
222 	p_rec.lre_attribute29,
223 	p_rec.lre_attribute30,
224         p_rec.susp_if_ctfn_not_prvd_flag,
225         p_rec.ctfn_determine_cd,
226 	p_rec.object_version_number
227 	, l_created_by,
228    	l_creation_date,
229    	l_last_update_date,
230    	l_last_updated_by,
231    	l_last_update_login
232   );
233   --
234   ben_lre_shd.g_api_dml := false;   -- Unset the api dml status
235   hr_utility.set_location(' Leaving:'||l_proc, 15);
236 --
237 Exception
238   When hr_api.check_integrity_violated Then
239     -- A check constraint has been violated
240     ben_lre_shd.g_api_dml := false;   -- Unset the api dml status
241     ben_lre_shd.constraint_error
242       (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
243   When hr_api.unique_integrity_violated Then
244     -- Unique integrity has been violated
245     ben_lre_shd.g_api_dml := false;   -- Unset the api dml status
246     ben_lre_shd.constraint_error
247       (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
248   When Others Then
249     ben_lre_shd.g_api_dml := false;   -- Unset the api dml status
250     Raise;
251 End dt_insert_dml;
252 --
253 -- ----------------------------------------------------------------------------
254 -- |------------------------------< insert_dml >------------------------------|
255 -- ----------------------------------------------------------------------------
256 Procedure insert_dml
257 	(p_rec 			 in out nocopy ben_lre_shd.g_rec_type,
258 	 p_effective_date	 in	date,
259 	 p_datetrack_mode	 in	varchar2,
260 	 p_validation_start_date in	date,
261 	 p_validation_end_date	 in	date) is
262 --
263   l_proc	varchar2(72) := g_package||'insert_dml';
264 --
265 Begin
266   hr_utility.set_location('Entering:'||l_proc, 5);
267   --
268   dt_insert_dml(p_rec			=> p_rec,
269 		p_effective_date	=> p_effective_date,
270 		p_datetrack_mode	=> p_datetrack_mode,
271        		p_validation_start_date	=> p_validation_start_date,
272 		p_validation_end_date	=> p_validation_end_date);
273   --
274   hr_utility.set_location(' Leaving:'||l_proc, 10);
275 End insert_dml;
276 --
277 -- ----------------------------------------------------------------------------
278 -- |------------------------------< pre_insert >------------------------------|
279 -- ----------------------------------------------------------------------------
280 -- {Start Of Comments}
281 --
282 -- Description:
283 --   This private procedure contains any processing which is required before
284 --   the insert dml. Presently, if the entity has a corresponding primary
285 --   key which is maintained by an associating sequence, the primary key for
286 --   the entity will be populated with the next sequence value in
287 --   preparation for the insert dml.
288 --   Also, if comments are defined for this entity, the comments insert
289 --   logic will also be called, generating a comment_id if required.
290 --
291 -- Prerequisites:
292 --   This is an internal procedure which is called from the ins procedure.
293 --
294 -- In Parameters:
295 --   A Pl/Sql record structre.
296 --
297 -- Post Success:
298 --   Processing continues.
299 --
300 -- Post Failure:
301 --   If an error has occurred, an error message and exception will be raised
302 --   but not handled.
303 --
304 -- Developer Implementation Notes:
305 --   Any pre-processing required before the insert dml is issued should be
306 --   coded within this procedure. As stated above, a good example is the
307 --   generation of a primary key number via a corresponding sequence.
308 --   It is important to note that any 3rd party maintenance should be reviewed
309 --   before placing in this procedure.
310 --
311 -- Access Status:
312 --   Internal Row Handler Use Only.
313 --
314 -- {End Of Comments}
315 -- ----------------------------------------------------------------------------
316 Procedure pre_insert
317 	(p_rec  			in out nocopy ben_lre_shd.g_rec_type,
318 	 p_effective_date		in date,
319 	 p_datetrack_mode		in varchar2,
320 	 p_validation_start_date	in date,
321 	 p_validation_end_date		in date) is
322 --
323   l_proc	varchar2(72) := g_package||'pre_insert';
324 --
325   Cursor C_Sel1 is select ben_ler_rqrs_enrt_ctfn_f_s.nextval from sys.dual;
326 --
327 Begin
328   hr_utility.set_location('Entering:'||l_proc, 5);
329   --
330   --
331   -- Select the next sequence number
332   --
333   Open C_Sel1;
334   Fetch C_Sel1 Into p_rec.ler_rqrs_enrt_ctfn_id;
335   Close C_Sel1;
336   --
337   hr_utility.set_location(' Leaving:'||l_proc, 10);
338 End pre_insert;
339 --
340 -- ----------------------------------------------------------------------------
341 -- |-----------------------------< post_insert >------------------------------|
342 -- ----------------------------------------------------------------------------
343 -- {Start Of Comments}
344 --
345 -- Description:
346 --   This private procedure contains any processing which is required after the
347 --   insert dml.
348 --
349 -- Prerequisites:
350 --   This is an internal procedure which is called from the ins procedure.
351 --
352 -- In Parameters:
353 --   A Pl/Sql record structre.
354 --
355 -- Post Success:
356 --   Processing continues.
357 --
358 -- Post Failure:
359 --   If an error has occurred, an error message and exception will be raised
360 --   but not handled.
361 --
362 -- Developer Implementation Notes:
363 --   Any post-processing required after the insert dml is issued should be
364 --   coded within this procedure. It is important to note that any 3rd party
365 --   maintenance should be reviewed before placing in this procedure.
366 --
367 -- Access Status:
368 --   Internal Row Handler Use Only.
369 --
370 -- {End Of Comments}
371 -- ----------------------------------------------------------------------------
372 Procedure post_insert
373 	(p_rec 			 in ben_lre_shd.g_rec_type,
374 	 p_effective_date	 in date,
375 	 p_datetrack_mode	 in varchar2,
376 	 p_validation_start_date in date,
377 	 p_validation_end_date	 in date) is
378 --
379   l_proc	varchar2(72) := g_package||'post_insert';
380 --
381 Begin
382   hr_utility.set_location('Entering:'||l_proc, 5);
383 --
384   --
385   -- Start of API User Hook for post_insert.
386   --
387   begin
388     --
389     ben_lre_rki.after_insert
390       (
391   p_ler_rqrs_enrt_ctfn_id         =>p_rec.ler_rqrs_enrt_ctfn_id
392  ,p_effective_start_date          =>p_rec.effective_start_date
393  ,p_effective_end_date            =>p_rec.effective_end_date
394  ,p_excld_flag                    =>p_rec.excld_flag
395  ,p_ctfn_rqd_when_rl              =>p_rec.ctfn_rqd_when_rl
396  ,p_ler_id                        =>p_rec.ler_id
397  ,p_pl_id                         =>p_rec.pl_id
398  ,p_oipl_id                       =>p_rec.oipl_id
399  ,p_business_group_id             =>p_rec.business_group_id
400  ,p_lre_attribute_category        =>p_rec.lre_attribute_category
401  ,p_lre_attribute1                =>p_rec.lre_attribute1
402  ,p_lre_attribute2                =>p_rec.lre_attribute2
403  ,p_lre_attribute3                =>p_rec.lre_attribute3
404  ,p_lre_attribute4                =>p_rec.lre_attribute4
405  ,p_lre_attribute5                =>p_rec.lre_attribute5
406  ,p_lre_attribute6                =>p_rec.lre_attribute6
407  ,p_lre_attribute7                =>p_rec.lre_attribute7
408  ,p_lre_attribute8                =>p_rec.lre_attribute8
409  ,p_lre_attribute9                =>p_rec.lre_attribute9
410  ,p_lre_attribute10               =>p_rec.lre_attribute10
411  ,p_lre_attribute11               =>p_rec.lre_attribute11
412  ,p_lre_attribute12               =>p_rec.lre_attribute12
413  ,p_lre_attribute13               =>p_rec.lre_attribute13
414  ,p_lre_attribute14               =>p_rec.lre_attribute14
415  ,p_lre_attribute15               =>p_rec.lre_attribute15
416  ,p_lre_attribute16               =>p_rec.lre_attribute16
417  ,p_lre_attribute17               =>p_rec.lre_attribute17
418  ,p_lre_attribute18               =>p_rec.lre_attribute18
422  ,p_lre_attribute22               =>p_rec.lre_attribute22
419  ,p_lre_attribute19               =>p_rec.lre_attribute19
420  ,p_lre_attribute20               =>p_rec.lre_attribute20
421  ,p_lre_attribute21               =>p_rec.lre_attribute21
423  ,p_lre_attribute23               =>p_rec.lre_attribute23
424  ,p_lre_attribute24               =>p_rec.lre_attribute24
425  ,p_lre_attribute25               =>p_rec.lre_attribute25
426  ,p_lre_attribute26               =>p_rec.lre_attribute26
427  ,p_lre_attribute27               =>p_rec.lre_attribute27
428  ,p_lre_attribute28               =>p_rec.lre_attribute28
429  ,p_lre_attribute29               =>p_rec.lre_attribute29
430  ,p_lre_attribute30               =>p_rec.lre_attribute30
431  ,p_susp_if_ctfn_not_prvd_flag   =>p_rec.susp_if_ctfn_not_prvd_flag
432  ,p_ctfn_determine_cd             =>p_rec.ctfn_determine_cd
433  ,p_object_version_number         =>p_rec.object_version_number
434  ,p_effective_date                =>p_effective_date
435  ,p_validation_start_date         =>p_validation_start_date
436  ,p_validation_end_date           =>p_validation_end_date
437       );
438     --
439   exception
440     --
441     when hr_api.cannot_find_prog_unit then
442       --
443       hr_api.cannot_find_prog_unit_error
444         (p_module_name => 'ben_ler_rqrs_enrt_ctfn_f'
445         ,p_hook_type   => 'AI');
446       --
447   end;
448   --
449   -- End of API User Hook for post_insert.
450   --
451   --
452   hr_utility.set_location(' Leaving:'||l_proc, 10);
453 End post_insert;
454 --
455 -- ----------------------------------------------------------------------------
456 -- |-------------------------------< ins_lck >--------------------------------|
457 -- ----------------------------------------------------------------------------
458 -- {Start Of Comments}
459 --
460 -- Description:
461 --   The ins_lck process has one main function to perform. When inserting
462 --   a datetracked row, we must validate the DT mode.
463 --   be manipulated.
464 --
465 -- Prerequisites:
466 --   This procedure can only be called for the datetrack mode of INSERT.
467 --
468 -- In Parameters:
469 --
470 -- Post Success:
471 --   On successful completion of the ins_lck process the parental
472 --   datetracked rows will be locked providing the p_enforce_foreign_locking
473 --   argument value is TRUE.
474 --   If the p_enforce_foreign_locking argument value is FALSE then the
475 --   parential rows are not locked.
476 --
477 -- Post Failure:
478 --   The Lck process can fail for:
479 --   1) When attempting to lock the row the row could already be locked by
480 --      another user. This will raise the HR_Api.Object_Locked exception.
481 --   2) When attempting to the lock the parent which doesn't exist.
482 --      For the entity to be locked the parent must exist!
483 --
484 -- Developer Implementation Notes:
485 --   None.
486 --
487 -- Access Status:
488 --   Internal Row Handler Use Only.
489 --
490 -- {End Of Comments}
491 -- ----------------------------------------------------------------------------
492 Procedure ins_lck
493 	(p_effective_date	 in  date,
494 	 p_datetrack_mode	 in  varchar2,
495 	 p_rec	 		 in  ben_lre_shd.g_rec_type,
496 	 p_validation_start_date out nocopy date,
497 	 p_validation_end_date	 out nocopy date) is
498 --
499   l_proc		  varchar2(72) := g_package||'ins_lck';
500   l_validation_start_date date;
501   l_validation_end_date	  date;
502 --
503 Begin
504   hr_utility.set_location('Entering:'||l_proc, 5);
505   --
506   -- Validate the datetrack mode mode getting the validation start
507   -- and end dates for the specified datetrack operation.
508   --
509   dt_api.validate_dt_mode
510 	(p_effective_date	   => p_effective_date,
511 	 p_datetrack_mode	   => p_datetrack_mode,
512 	 p_base_table_name	   => 'ben_ler_rqrs_enrt_ctfn_f',
513 	 p_base_key_column	   => 'ler_rqrs_enrt_ctfn_id',
514 	 p_base_key_value 	   => p_rec.ler_rqrs_enrt_ctfn_id,
515 	 p_parent_table_name1      => 'ben_pl_f',
516 	 p_parent_key_column1      => 'pl_id',
517 	 p_parent_key_value1       => p_rec.pl_id,
518 	 p_parent_table_name2      => 'ben_oipl_f',
519 	 p_parent_key_column2      => 'oipl_id',
520 	 p_parent_key_value2       => p_rec.oipl_id,
521 	 p_parent_table_name3      => 'ben_ler_f',
522 	 p_parent_key_column3      => 'ler_id',
523 	 p_parent_key_value3       => p_rec.ler_id,
524          p_enforce_foreign_locking => true,
525 	 p_validation_start_date   => l_validation_start_date,
526  	 p_validation_end_date	   => l_validation_end_date);
527   --
528   -- Set the validation start and end date OUT arguments
529   --
530   p_validation_start_date := l_validation_start_date;
531   p_validation_end_date   := l_validation_end_date;
532   --
533   hr_utility.set_location(' Leaving:'||l_proc, 10);
534 --
535 End ins_lck;
536 --
537 -- ----------------------------------------------------------------------------
538 -- |---------------------------------< ins >----------------------------------|
539 -- ----------------------------------------------------------------------------
540 Procedure ins
541   (
542   p_rec		   in out nocopy ben_lre_shd.g_rec_type,
543   p_effective_date in     date
544   ) is
545 --
549   l_validation_end_date		date;
546   l_proc			varchar2(72) := g_package||'ins';
547   l_datetrack_mode		varchar2(30) := 'INSERT';
548   l_validation_start_date	date;
550 --
551 Begin
552   hr_utility.set_location('Entering:'||l_proc, 5);
553   --
554   -- Call the lock operation
555   --
556   ins_lck
557 	(p_effective_date	 => p_effective_date,
558 	 p_datetrack_mode	 => l_datetrack_mode,
559 	 p_rec	 		 => p_rec,
560 	 p_validation_start_date => l_validation_start_date,
561 	 p_validation_end_date	 => l_validation_end_date);
562   --
563   -- Call the supporting insert validate operations
564   --
565   ben_lre_bus.insert_validate
566 	(p_rec			 => p_rec,
567 	 p_effective_date	 => p_effective_date,
568 	 p_datetrack_mode	 => l_datetrack_mode,
569 	 p_validation_start_date => l_validation_start_date,
570 	 p_validation_end_date	 => l_validation_end_date);
571   --
572   -- Call the supporting pre-insert operation
573   --
574   pre_insert
575  	(p_rec			 => p_rec,
576 	 p_effective_date	 => p_effective_date,
577 	 p_datetrack_mode	 => l_datetrack_mode,
578 	 p_validation_start_date => l_validation_start_date,
579 	 p_validation_end_date	 => l_validation_end_date);
580   --
581   -- Insert the row
582   --
583   insert_dml
584  	(p_rec			 => p_rec,
585 	 p_effective_date	 => p_effective_date,
586 	 p_datetrack_mode	 => l_datetrack_mode,
587 	 p_validation_start_date => l_validation_start_date,
588 	 p_validation_end_date	 => l_validation_end_date);
589   --
590   -- Call the supporting post-insert operation
591   --
592   post_insert
593  	(p_rec			 => p_rec,
594 	 p_effective_date	 => p_effective_date,
595 	 p_datetrack_mode	 => l_datetrack_mode,
596 	 p_validation_start_date => l_validation_start_date,
597 	 p_validation_end_date	 => l_validation_end_date);
598 end ins;
599 --
600 -- ----------------------------------------------------------------------------
601 -- |---------------------------------< ins >----------------------------------|
602 -- ----------------------------------------------------------------------------
603 Procedure ins
604   (
605   p_ler_rqrs_enrt_ctfn_id        out nocopy number,
606   p_effective_start_date         out nocopy date,
607   p_effective_end_date           out nocopy date,
608   p_excld_flag                   in varchar2,
609   p_ctfn_rqd_when_rl             in number           default null,
610   p_ler_id                       in number           default null,
611   p_pl_id                        in number           default null,
612   p_oipl_id                      in number           default null,
613   p_business_group_id            in number,
614   p_lre_attribute_category       in varchar2         default null,
615   p_lre_attribute1               in varchar2         default null,
616   p_lre_attribute2               in varchar2         default null,
617   p_lre_attribute3               in varchar2         default null,
618   p_lre_attribute4               in varchar2         default null,
619   p_lre_attribute5               in varchar2         default null,
620   p_lre_attribute6               in varchar2         default null,
621   p_lre_attribute7               in varchar2         default null,
622   p_lre_attribute8               in varchar2         default null,
623   p_lre_attribute9               in varchar2         default null,
624   p_lre_attribute10              in varchar2         default null,
625   p_lre_attribute11              in varchar2         default null,
626   p_lre_attribute12              in varchar2         default null,
627   p_lre_attribute13              in varchar2         default null,
628   p_lre_attribute14              in varchar2         default null,
629   p_lre_attribute15              in varchar2         default null,
630   p_lre_attribute16              in varchar2         default null,
631   p_lre_attribute17              in varchar2         default null,
632   p_lre_attribute18              in varchar2         default null,
633   p_lre_attribute19              in varchar2         default null,
634   p_lre_attribute20              in varchar2         default null,
635   p_lre_attribute21              in varchar2         default null,
636   p_lre_attribute22              in varchar2         default null,
637   p_lre_attribute23              in varchar2         default null,
638   p_lre_attribute24              in varchar2         default null,
639   p_lre_attribute25              in varchar2         default null,
640   p_lre_attribute26              in varchar2         default null,
641   p_lre_attribute27              in varchar2         default null,
642   p_lre_attribute28              in varchar2         default null,
643   p_lre_attribute29              in varchar2         default null,
644   p_lre_attribute30              in varchar2         default null,
645   p_susp_if_ctfn_not_prvd_flag  in varchar2          default 'Y',
646   p_ctfn_determine_cd            in  varchar2        default null,
647   p_object_version_number        out nocopy number,
648   p_effective_date		 in date
649   ) is
650 --
651   l_rec		ben_lre_shd.g_rec_type;
652   l_proc	varchar2(72) := g_package||'ins';
653 --
654 Begin
655   hr_utility.set_location('Entering:'||l_proc, 5);
656   --
657   -- Call conversion function to turn arguments into the
658   -- p_rec structure.
659   --
660   l_rec :=
661   ben_lre_shd.convert_args
662   (
663   null,
664   null,
665   null,
666   p_excld_flag,
667   p_ctfn_rqd_when_rl,
668   p_ler_id,
669   p_pl_id,
670   p_oipl_id,
671   p_business_group_id,
672   p_lre_attribute_category,
673   p_lre_attribute1,
674   p_lre_attribute2,
675   p_lre_attribute3,
676   p_lre_attribute4,
677   p_lre_attribute5,
678   p_lre_attribute6,
679   p_lre_attribute7,
680   p_lre_attribute8,
681   p_lre_attribute9,
682   p_lre_attribute10,
683   p_lre_attribute11,
684   p_lre_attribute12,
685   p_lre_attribute13,
686   p_lre_attribute14,
687   p_lre_attribute15,
688   p_lre_attribute16,
689   p_lre_attribute17,
690   p_lre_attribute18,
691   p_lre_attribute19,
692   p_lre_attribute20,
693   p_lre_attribute21,
694   p_lre_attribute22,
695   p_lre_attribute23,
696   p_lre_attribute24,
697   p_lre_attribute25,
698   p_lre_attribute26,
699   p_lre_attribute27,
700   p_lre_attribute28,
701   p_lre_attribute29,
702   p_lre_attribute30,
703   p_susp_if_ctfn_not_prvd_flag,
704   p_ctfn_determine_cd,
705   null
706   );
707   --
708   -- Having converted the arguments into the ben_lre_rec
709   -- plsql record structure we call the corresponding record
710   -- business process.
711   --
712   ins(l_rec, p_effective_date);
713   --
714   -- Set the OUT arguments.
715   --
716   p_ler_rqrs_enrt_ctfn_id        	:= l_rec.ler_rqrs_enrt_ctfn_id;
717   p_effective_start_date  	:= l_rec.effective_start_date;
718   p_effective_end_date    	:= l_rec.effective_end_date;
719   p_object_version_number 	:= l_rec.object_version_number;
720   --
721   --
722   hr_utility.set_location(' Leaving:'||l_proc, 10);
723 End ins;
724 --
725 end ben_lre_ins;