DBA Data[Home] [Help]

PACKAGE BODY: APPS.BEN_PCT_INS

Source


1 Package Body ben_pct_ins as
2 /* $Header: bepctrhi.pkb 120.0 2005/05/28 10:18:14 appldev noship $ */
3 --
4 -- ----------------------------------------------------------------------------
5 -- |                     Private Global Definitions                           |
6 -- ----------------------------------------------------------------------------
7 --
8 g_package  varchar2(33)	:= '  ben_pct_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_pct_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_pl_gd_r_svc_ctfn_f t
70     where  t.pl_gd_r_svc_ctfn_id       = p_rec.pl_gd_r_svc_ctfn_id
71     and    t.effective_start_date =
72              ben_pct_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_pl_gd_r_svc_ctfn_f.created_by%TYPE;
77   l_creation_date       ben_pl_gd_r_svc_ctfn_f.creation_date%TYPE;
78   l_last_update_date   	ben_pl_gd_r_svc_ctfn_f.last_update_date%TYPE;
79   l_last_updated_by     ben_pl_gd_r_svc_ctfn_f.last_updated_by%TYPE;
80   l_last_update_login   ben_pl_gd_r_svc_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_pl_gd_r_svc_ctfn_f',
90 	 p_base_key_column => 'pl_gd_r_svc_ctfn_id',
91 	 p_base_key_value  => p_rec.pl_gd_r_svc_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       hr_utility.set_message(801, 'HR_6153_ALL_PROCEDURE_FAIL');
116       hr_utility.set_message_token('PROCEDURE', l_proc);
117       hr_utility.set_message_token('STEP','10');
118       hr_utility.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_pct_shd.g_api_dml := true;  -- Set the api dml status
130   --
131   -- Insert the row into: ben_pl_gd_r_svc_ctfn_f
132   --
133   insert into ben_pl_gd_r_svc_ctfn_f
134   (	pl_gd_r_svc_ctfn_id,
135 	effective_start_date,
136 	effective_end_date,
137 	business_group_id,
138 	pl_gd_or_svc_id,
139 	pfd_flag,
140 	lack_ctfn_deny_rmbmt_flag,
141 	rmbmt_ctfn_typ_cd,
142 	lack_ctfn_deny_rmbmt_rl,
143 	pct_attribute_category,
144 	pct_attribute1,
145 	pct_attribute2,
146 	pct_attribute3,
147 	pct_attribute4,
148 	pct_attribute5,
149 	pct_attribute6,
150 	pct_attribute7,
151 	pct_attribute8,
152 	pct_attribute9,
153 	pct_attribute10,
154 	pct_attribute11,
155 	pct_attribute12,
156 	pct_attribute13,
157 	pct_attribute14,
158 	pct_attribute15,
159 	pct_attribute16,
160 	pct_attribute17,
161 	pct_attribute18,
162 	pct_attribute19,
163 	pct_attribute20,
164 	pct_attribute21,
165 	pct_attribute22,
166 	pct_attribute23,
167 	pct_attribute24,
168 	pct_attribute25,
169 	pct_attribute26,
170 	pct_attribute27,
171 	pct_attribute28,
172 	pct_attribute29,
173 	pct_attribute30,
174 	object_version_number ,
175    	created_by,
176    	creation_date,
177    	last_update_date,
178    	last_updated_by,
179    	last_update_login ,
180         ctfn_rqd_when_rl ,
181         rqd_flag
182   )
183   Values
184   (	p_rec.pl_gd_r_svc_ctfn_id,
185 	p_rec.effective_start_date,
186 	p_rec.effective_end_date,
187 	p_rec.business_group_id,
188 	p_rec.pl_gd_or_svc_id,
189 	p_rec.pfd_flag,
190 	p_rec.lack_ctfn_deny_rmbmt_flag,
191 	p_rec.rmbmt_ctfn_typ_cd,
192 	p_rec.lack_ctfn_deny_rmbmt_rl,
193 	p_rec.pct_attribute_category,
194 	p_rec.pct_attribute1,
195 	p_rec.pct_attribute2,
196 	p_rec.pct_attribute3,
197 	p_rec.pct_attribute4,
198 	p_rec.pct_attribute5,
199 	p_rec.pct_attribute6,
200 	p_rec.pct_attribute7,
201 	p_rec.pct_attribute8,
202 	p_rec.pct_attribute9,
203 	p_rec.pct_attribute10,
204 	p_rec.pct_attribute11,
205 	p_rec.pct_attribute12,
206 	p_rec.pct_attribute13,
207 	p_rec.pct_attribute14,
208 	p_rec.pct_attribute15,
209 	p_rec.pct_attribute16,
210 	p_rec.pct_attribute17,
211 	p_rec.pct_attribute18,
212 	p_rec.pct_attribute19,
213 	p_rec.pct_attribute20,
214 	p_rec.pct_attribute21,
215 	p_rec.pct_attribute22,
216 	p_rec.pct_attribute23,
217 	p_rec.pct_attribute24,
218 	p_rec.pct_attribute25,
219 	p_rec.pct_attribute26,
220 	p_rec.pct_attribute27,
221 	p_rec.pct_attribute28,
222 	p_rec.pct_attribute29,
223 	p_rec.pct_attribute30,
224 	p_rec.object_version_number
225 	, l_created_by,
226    	l_creation_date,
227    	l_last_update_date,
228    	l_last_updated_by,
229    	l_last_update_login ,
230         p_rec.ctfn_rqd_when_rl,
231         p_rec.rqd_flag
232   );
233   --
234   ben_pct_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_pct_shd.g_api_dml := false;   -- Unset the api dml status
241     ben_pct_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_pct_shd.g_api_dml := false;   -- Unset the api dml status
246     ben_pct_shd.constraint_error
247       (p_constraint_name => hr_api.strip_constraint_name(SQLERRM));
248   When Others Then
249     ben_pct_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_pct_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_pct_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 c1 is
326     select ben_pl_gd_r_svc_ctfn_f_s.nextval
327     from   sys.dual;
328   --
329 Begin
330   hr_utility.set_location('Entering:'||l_proc, 5);
331   --
332   open c1;
333     --
334     fetch c1 into p_rec.pl_gd_r_svc_ctfn_id;
335     --
336   close c1;
337   --
338   hr_utility.set_location(' Leaving:'||l_proc, 10);
339 End pre_insert;
340 --
341 -- ----------------------------------------------------------------------------
342 -- |-----------------------------< post_insert >------------------------------|
343 -- ----------------------------------------------------------------------------
344 -- {Start Of Comments}
345 --
346 -- Description:
347 --   This private procedure contains any processing which is required after the
348 --   insert dml.
349 --
350 -- Prerequisites:
351 --   This is an internal procedure which is called from the ins procedure.
352 --
353 -- In Parameters:
354 --   A Pl/Sql record structre.
355 --
356 -- Post Success:
357 --   Processing continues.
358 --
359 -- Post Failure:
360 --   If an error has occurred, an error message and exception will be raised
361 --   but not handled.
362 --
363 -- Developer Implementation Notes:
364 --   Any post-processing required after the insert dml is issued should be
365 --   coded within this procedure. It is important to note that any 3rd party
366 --   maintenance should be reviewed before placing in this procedure.
367 --
368 -- Access Status:
369 --   Internal Row Handler Use Only.
370 --
371 -- {End Of Comments}
372 -- ----------------------------------------------------------------------------
373 Procedure post_insert
374 	(p_rec 			 in ben_pct_shd.g_rec_type,
375 	 p_effective_date	 in date,
376 	 p_datetrack_mode	 in varchar2,
377 	 p_validation_start_date in date,
378 	 p_validation_end_date	 in date) is
379 --
380   l_proc	varchar2(72) := g_package||'post_insert';
381 --
382 Begin
383   hr_utility.set_location('Entering:'||l_proc, 5);
384   --
385   -- Start of API User Hook for post_insert.
386   --
387   begin
388     --
389     ben_pct_rki.after_insert
390       (
391       p_pl_gd_r_svc_ctfn_id           =>p_rec.pl_gd_r_svc_ctfn_id
392      ,p_effective_start_date          =>p_rec.effective_start_date
393      ,p_effective_end_date            =>p_rec.effective_end_date
394      ,p_business_group_id             =>p_rec.business_group_id
395      ,p_pl_gd_or_svc_id               =>p_rec.pl_gd_or_svc_id
396      ,p_pfd_flag                      =>p_rec.pfd_flag
397      ,p_lack_ctfn_deny_rmbmt_flag     =>p_rec.lack_ctfn_deny_rmbmt_flag
398      ,p_rmbmt_ctfn_typ_cd             =>p_rec.rmbmt_ctfn_typ_cd
399      ,p_lack_ctfn_deny_rmbmt_rl       =>p_rec.lack_ctfn_deny_rmbmt_rl
400      ,p_pct_attribute_category        =>p_rec.pct_attribute_category
401      ,p_pct_attribute1                =>p_rec.pct_attribute1
402      ,p_pct_attribute2                =>p_rec.pct_attribute2
403      ,p_pct_attribute3                =>p_rec.pct_attribute3
404      ,p_pct_attribute4                =>p_rec.pct_attribute4
405      ,p_pct_attribute5                =>p_rec.pct_attribute5
406      ,p_pct_attribute6                =>p_rec.pct_attribute6
407      ,p_pct_attribute7                =>p_rec.pct_attribute7
408      ,p_pct_attribute8                =>p_rec.pct_attribute8
409      ,p_pct_attribute9                =>p_rec.pct_attribute9
410      ,p_pct_attribute10               =>p_rec.pct_attribute10
411      ,p_pct_attribute11               =>p_rec.pct_attribute11
412      ,p_pct_attribute12               =>p_rec.pct_attribute12
413      ,p_pct_attribute13               =>p_rec.pct_attribute13
414      ,p_pct_attribute14               =>p_rec.pct_attribute14
415      ,p_pct_attribute15               =>p_rec.pct_attribute15
416      ,p_pct_attribute16               =>p_rec.pct_attribute16
420      ,p_pct_attribute20               =>p_rec.pct_attribute20
417      ,p_pct_attribute17               =>p_rec.pct_attribute17
418      ,p_pct_attribute18               =>p_rec.pct_attribute18
419      ,p_pct_attribute19               =>p_rec.pct_attribute19
421      ,p_pct_attribute21               =>p_rec.pct_attribute21
422      ,p_pct_attribute22               =>p_rec.pct_attribute22
423      ,p_pct_attribute23               =>p_rec.pct_attribute23
424      ,p_pct_attribute24               =>p_rec.pct_attribute24
425      ,p_pct_attribute25               =>p_rec.pct_attribute25
426      ,p_pct_attribute26               =>p_rec.pct_attribute26
427      ,p_pct_attribute27               =>p_rec.pct_attribute27
428      ,p_pct_attribute28               =>p_rec.pct_attribute28
429      ,p_pct_attribute29               =>p_rec.pct_attribute29
430      ,p_pct_attribute30               =>p_rec.pct_attribute30
431      ,p_object_version_number         =>p_rec.object_version_number
432      ,p_effective_date                =>p_effective_date
433      ,p_validation_start_date         =>p_validation_start_date
434      ,p_validation_end_date           =>p_validation_end_date
435      ,p_ctfn_rqd_when_rl              =>p_rec.ctfn_rqd_when_rl
436      ,p_rqd_flag                      =>p_rec.rqd_flag
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_pl_gd_r_svc_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_pct_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_pl_gd_r_svc_ctfn_f',
513 	 p_base_key_column	   => 'pl_gd_r_svc_ctfn_id',
514 	 p_base_key_value 	   => p_rec.pl_gd_r_svc_ctfn_id,
515 	 p_parent_table_name1      => 'ff_formulas_f',
516 	 p_parent_key_column1      => 'formula_id',
517 	 p_parent_key_value1       => p_rec.ctfn_rqd_when_rl,
518 	 p_parent_table_name2      => 'ben_pl_gd_or_svc_f',
519 	 p_parent_key_column2      => 'pl_gd_or_svc_id',
520 	 p_parent_key_value2       => p_rec.pl_gd_or_svc_id,
521 	 --p_parent_table_name3      => 'ben_pl_f',
522 	 --p_parent_key_column3      => 'pl_id',
523 	-- p_parent_key_value3       => p_rec.pl_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 >----------------------------------|
542   p_rec		   in out nocopy ben_pct_shd.g_rec_type,
539 -- ----------------------------------------------------------------------------
540 Procedure ins
541   (
543   p_effective_date in     date
544   ) is
545 --
546   l_proc			varchar2(72) := g_package||'ins';
547   l_datetrack_mode		varchar2(30) := 'INSERT';
548   l_validation_start_date	date;
549   l_validation_end_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_pct_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_pl_gd_r_svc_ctfn_id          out nocopy number,
606   p_effective_start_date         out nocopy date,
607   p_effective_end_date           out nocopy date,
608   p_business_group_id            in number           default null,
609   p_pl_gd_or_svc_id              in number           default null,
610   p_pfd_flag                     in varchar2         default null,
611   p_lack_ctfn_deny_rmbmt_flag    in varchar2         default null,
612   p_rmbmt_ctfn_typ_cd            in varchar2,
613   p_lack_ctfn_deny_rmbmt_rl      in number           default null,
614   p_pct_attribute_category       in varchar2         default null,
615   p_pct_attribute1               in varchar2         default null,
616   p_pct_attribute2               in varchar2         default null,
617   p_pct_attribute3               in varchar2         default null,
618   p_pct_attribute4               in varchar2         default null,
619   p_pct_attribute5               in varchar2         default null,
620   p_pct_attribute6               in varchar2         default null,
621   p_pct_attribute7               in varchar2         default null,
622   p_pct_attribute8               in varchar2         default null,
623   p_pct_attribute9               in varchar2         default null,
624   p_pct_attribute10              in varchar2         default null,
625   p_pct_attribute11              in varchar2         default null,
626   p_pct_attribute12              in varchar2         default null,
627   p_pct_attribute13              in varchar2         default null,
628   p_pct_attribute14              in varchar2         default null,
629   p_pct_attribute15              in varchar2         default null,
630   p_pct_attribute16              in varchar2         default null,
631   p_pct_attribute17              in varchar2         default null,
632   p_pct_attribute18              in varchar2         default null,
633   p_pct_attribute19              in varchar2         default null,
634   p_pct_attribute20              in varchar2         default null,
635   p_pct_attribute21              in varchar2         default null,
636   p_pct_attribute22              in varchar2         default null,
637   p_pct_attribute23              in varchar2         default null,
638   p_pct_attribute24              in varchar2         default null,
639   p_pct_attribute25              in varchar2         default null,
640   p_pct_attribute26              in varchar2         default null,
641   p_pct_attribute27              in varchar2         default null,
642   p_pct_attribute28              in varchar2         default null,
643   p_pct_attribute29              in varchar2         default null,
644   p_pct_attribute30              in varchar2         default null,
645   p_object_version_number        out nocopy number,
646   p_effective_date		 in date ,
647   p_ctfn_rqd_when_rl             in number           default null,
648   p_rqd_flag                     in varchar2         default null
649   ) is
650 --
651   l_rec		ben_pct_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_pct_shd.convert_args
662   (
663   null,
664   null,
665   null,
666   p_business_group_id,
667   p_pl_gd_or_svc_id,
668   p_pfd_flag,
669   p_lack_ctfn_deny_rmbmt_flag,
670   p_rmbmt_ctfn_typ_cd,
671   p_lack_ctfn_deny_rmbmt_rl,
672   p_pct_attribute_category,
673   p_pct_attribute1,
674   p_pct_attribute2,
675   p_pct_attribute3,
676   p_pct_attribute4,
677   p_pct_attribute5,
678   p_pct_attribute6,
679   p_pct_attribute7,
680   p_pct_attribute8,
681   p_pct_attribute9,
682   p_pct_attribute10,
683   p_pct_attribute11,
684   p_pct_attribute12,
685   p_pct_attribute13,
686   p_pct_attribute14,
687   p_pct_attribute15,
688   p_pct_attribute16,
689   p_pct_attribute17,
690   p_pct_attribute18,
691   p_pct_attribute19,
692   p_pct_attribute20,
693   p_pct_attribute21,
694   p_pct_attribute22,
695   p_pct_attribute23,
696   p_pct_attribute24,
697   p_pct_attribute25,
698   p_pct_attribute26,
699   p_pct_attribute27,
700   p_pct_attribute28,
701   p_pct_attribute29,
702   p_pct_attribute30,
703   null ,
704   p_ctfn_rqd_when_rl ,
705   p_rqd_flag
706   );
707   --
708   -- Having converted the arguments into the ben_pct_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_pl_gd_r_svc_ctfn_id        	:= l_rec.pl_gd_r_svc_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_pct_ins;