DBA Data[Home] [Help]

APPS.BEN_CPG_INS dependencies on HR_UTILITY

Line 9: g_debug boolean := hr_utility.debug_enabled;

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

Line 30: hr_utility.set_location('Entering:'||l_proc, 10);

26: l_proc varchar2(72) := g_package||'set_base_key_value';
27: --
28: Begin
29: if g_debug then
30: hr_utility.set_location('Entering:'||l_proc, 10);
31: end if;
32: --
33: ben_cpg_ins.g_group_per_in_ler_id_i := p_group_per_in_ler_id;
34: ben_cpg_ins.g_group_pl_id_i := p_group_pl_id;

Line 38: hr_utility.set_location(' Leaving:'||l_proc, 20);

34: ben_cpg_ins.g_group_pl_id_i := p_group_pl_id;
35: ben_cpg_ins.g_group_oipl_id_i := p_group_oipl_id;
36: --
37: if g_debug then
38: hr_utility.set_location(' Leaving:'||l_proc, 20);
39: end if;
40: End set_base_key_value;
41: --
42: --

Line 94: hr_utility.set_location('Entering:'||l_proc, 5);

90: l_proc varchar2(72) := g_package||'insert_dml';
91: --
92: Begin
93: if g_debug then
94: hr_utility.set_location('Entering:'||l_proc, 5);
95: end if;
96: p_rec.object_version_number := 1; -- Initialise the object version
97: --
98: ben_cpg_shd.g_api_dml := true; -- Set the api dml status

Line 182: hr_utility.set_location(' Leaving:'||l_proc, 10);

178: --
179: ben_cpg_shd.g_api_dml := false; -- Unset the api dml status
180: --
181: if g_debug then
182: hr_utility.set_location(' Leaving:'||l_proc, 10);
183: end if;
184: Exception
185: When hr_api.check_integrity_violated Then
186: -- A check constraint has been violated

Line 261: hr_utility.set_location('Entering:'||l_proc, 5);

257: l_exists varchar2(1);
258: --
259: Begin
260: if g_debug then
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: end if;
263: --
264: If (ben_cpg_ins.g_group_per_in_ler_id_i is not null or
265: ben_cpg_ins.g_group_pl_id_i is not null or

Line 309: hr_utility.set_location(' Leaving:'||l_proc, 10);

305: Close C_Sel1; */
306: End If;
307: --
308: if g_debug then
309: hr_utility.set_location(' Leaving:'||l_proc, 10);
310: end if;
311: End pre_insert;
312: --
313: -- ----------------------------------------------------------------------------

Line 353: hr_utility.set_location('Entering:'||l_proc, 5);

349: l_proc varchar2(72) := g_package||'post_insert';
350: --
351: Begin
352: if g_debug then
353: hr_utility.set_location('Entering:'||l_proc, 5);
354: end if;
355: begin
356: --
357: ben_cpg_rki.after_insert

Line 443: hr_utility.set_location(' Leaving:'||l_proc, 10);

439: --
440: end;
441: --
442: if g_debug then
443: hr_utility.set_location(' Leaving:'||l_proc, 10);
444: end if;
445: End post_insert;
446: --
447: -- ----------------------------------------------------------------------------

Line 458: hr_utility.set_location('Entering:'||l_proc, 5);

454: l_proc varchar2(72) := g_package||'ins';
455: --
456: Begin
457: if g_debug then
458: hr_utility.set_location('Entering:'||l_proc, 5);
459: end if;
460: --
461: -- Call the supporting insert validate operations
462: --

Line 488: hr_utility.set_location('Leaving:'||l_proc, 20);

484: -- Call to raise any errors on multi-message list
485: hr_multi_message.end_validation_set;
486: --
487: if g_debug then
488: hr_utility.set_location('Leaving:'||l_proc, 20);
489: end if;
490: end ins;
491: --
492: -- ----------------------------------------------------------------------------

Line 543: hr_utility.set_location('Entering:'||l_proc, 5);

539: l_proc varchar2(72) := g_package||'ins';
540: --
541: Begin
542: if g_debug then
543: hr_utility.set_location('Entering:'||l_proc, 5);
544: end if;
545: --
546: -- Call conversion function to turn arguments into the
547: -- p_rec structure.

Line 599: hr_utility.set_location(' Leaving:'||l_proc, 10);

595: --
596: p_object_version_number := l_rec.object_version_number;
597: --
598: if g_debug then
599: hr_utility.set_location(' Leaving:'||l_proc, 10);
600: end if;
601: End ins;
602: --
603: end ben_cpg_ins;