DBA Data[Home] [Help]

APPS.BEN_CTY_INS dependencies on BEN_CTY_INS

Line 1: Package Body ben_cty_ins as

1: Package Body ben_cty_ins as
2: /* $Header: bectyrhi.pkb 120.2 2006/03/30 23:42:52 gsehgal noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' ben_cty_ins.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' ben_cty_ins.'; -- Global package name
9: --
10: -- The following global variables are only to be used by
11: -- the set_base_key_value and pre_insert procedures.
12: --

Line 26: ben_cty_ins.g_comptncy_rt_id_i := p_comptncy_rt_id;

22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_cty_ins.g_comptncy_rt_id_i := p_comptncy_rt_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --

Line 288: ben_cty_ins.dt_insert_dml

284: --
285: Begin
286: hr_utility.set_location('Entering:'||l_proc, 5);
287: --
288: ben_cty_ins.dt_insert_dml
289: (p_rec => p_rec
290: ,p_effective_date => p_effective_date
291: ,p_datetrack_mode => p_datetrack_mode
292: ,p_validation_start_date => p_validation_start_date

Line 352: ben_cty_ins.g_comptncy_rt_id_i;

348: Cursor C_Sel2 is
349: Select null
350: from ben_comptncy_rt_f
351: where comptncy_rt_id =
352: ben_cty_ins.g_comptncy_rt_id_i;
353: --
354: l_proc varchar2(72) := g_package||'pre_insert';
355: l_exists varchar2(1);
356: --

Line 360: If (ben_cty_ins.g_comptncy_rt_id_i is not null) Then

356: --
357: Begin
358: hr_utility.set_location('Entering:'||l_proc, 5);
359: --
360: If (ben_cty_ins.g_comptncy_rt_id_i is not null) Then
361: --
362: -- Verify registered primary key values not already in use
363: --
364: Open C_Sel2;

Line 380: ben_cty_ins.g_comptncy_rt_id_i;

376: --
377: -- Use registered key values and clear globals
378: --
379: p_rec.comptncy_rt_id :=
380: ben_cty_ins.g_comptncy_rt_id_i;
381: ben_cty_ins.g_comptncy_rt_id_i := null;
382: Else
383: --
384: -- No registerd key values, so select the next sequence number

Line 381: ben_cty_ins.g_comptncy_rt_id_i := null;

377: -- Use registered key values and clear globals
378: --
379: p_rec.comptncy_rt_id :=
380: ben_cty_ins.g_comptncy_rt_id_i;
381: ben_cty_ins.g_comptncy_rt_id_i := null;
382: Else
383: --
384: -- No registerd key values, so select the next sequence number
385: --

Line 643: ben_cty_ins.ins_lck

639: hr_utility.set_location('Entering:'||l_proc, 5);
640: --
641: -- Call the lock operation
642: --
643: ben_cty_ins.ins_lck
644: (p_effective_date => p_effective_date
645: ,p_datetrack_mode => l_datetrack_mode
646: ,p_rec => p_rec
647: ,p_validation_start_date => l_validation_start_date

Line 666: ben_cty_ins.pre_insert

662: hr_multi_message.end_validation_set;
663: --
664: -- Call the supporting pre-insert operation
665: --
666: ben_cty_ins.pre_insert
667: (p_rec => p_rec
668: ,p_effective_date => p_effective_date
669: ,p_datetrack_mode => l_datetrack_mode
670: ,p_validation_start_date => l_validation_start_date

Line 676: ben_cty_ins.insert_dml

672: );
673: --
674: -- Insert the row
675: --
676: ben_cty_ins.insert_dml
677: (p_rec => p_rec
678: ,p_effective_date => p_effective_date
679: ,p_datetrack_mode => l_datetrack_mode
680: ,p_validation_start_date => l_validation_start_date

Line 686: ben_cty_ins.post_insert

682: );
683: --
684: -- Call the supporting post-insert operation
685: --
686: ben_cty_ins.post_insert
687: (p_rec => p_rec
688: ,p_effective_date => p_effective_date
689: ,p_datetrack_mode => l_datetrack_mode
690: ,p_validation_start_date => l_validation_start_date

Line 806: ben_cty_ins.ins

802: -- Having converted the arguments into the ben_cty_rec
803: -- plsql record structure we call the corresponding record
804: -- business process.
805: --
806: ben_cty_ins.ins
807: (p_effective_date
808: ,l_rec
809: );
810: --

Line 822: end ben_cty_ins;

818: --
819: hr_utility.set_location(' Leaving:'||l_proc, 10);
820: End ins;
821: --
822: end ben_cty_ins;