DBA Data[Home] [Help]

APPS.BEN_CPI_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_cpi_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 26: hr_utility.set_location('Entering:'||l_proc, 10);

22: l_proc varchar2(72) := g_package||'set_base_key_value';
23: --
24: Begin
25: if g_debug then
26: hr_utility.set_location('Entering:'||l_proc, 10);
27: end if;
28: --
29: ben_cpi_ins.g_group_per_in_ler_id_i := p_group_per_in_ler_id;
30: --

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

28: --
29: ben_cpi_ins.g_group_per_in_ler_id_i := p_group_per_in_ler_id;
30: --
31: if g_debug then
32: hr_utility.set_location(' Leaving:'||l_proc, 20);
33: end if;
34: End set_base_key_value;
35: --
36: --

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

132: l_proc varchar2(72) := g_package||'insert_dml';
133: --
134: Begin
135: if g_debug then
136: hr_utility.set_location('Entering:'||l_proc, 5);
137: end if;
138: p_rec.object_version_number := 1; -- Initialise the object version
139: --
140: ben_cpi_shd.g_api_dml := true; -- Set the api dml status

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

452: --
453: ben_cpi_shd.g_api_dml := false; -- Unset the api dml status
454: --
455: if g_debug then
456: hr_utility.set_location(' Leaving:'||l_proc, 10);
457: end if;
458: Exception
459: When hr_api.check_integrity_violated Then
460: -- A check constraint has been violated

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

527: l_exists varchar2(1);
528: --
529: Begin
530: if g_debug then
531: hr_utility.set_location('Entering:'||l_proc, 5);
532: end if;
533: --
534: If (ben_cpi_ins.g_group_per_in_ler_id_i is not null) Then
535: --

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

566: Close C_Sel1; */
567: End If;
568: --
569: if g_debug then
570: hr_utility.set_location(' Leaving:'||l_proc, 10);
571: end if;
572: End pre_insert;
573: --
574: -- ----------------------------------------------------------------------------

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

610: l_proc varchar2(72) := g_package||'post_insert';
611: --
612: Begin
613: if g_debug then
614: hr_utility.set_location('Entering:'||l_proc, 5);
615: end if;
616: begin
617: --
618: -- insert ownerships if applicable

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

938: --
939: end;
940: --
941: if g_debug then
942: hr_utility.set_location(' Leaving:'||l_proc, 10);
943: end if;
944: End post_insert;
945: --
946: -- ----------------------------------------------------------------------------

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

953: l_proc varchar2(72) := g_package||'ins';
954: --
955: Begin
956: if g_debug then
957: hr_utility.set_location('Entering:'||l_proc, 5);
958: end if;
959: --
960: -- Call the supporting insert validate operations
961: --

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

983: -- Call to raise any errors on multi-message list
984: hr_multi_message.end_validation_set;
985: --
986: if g_debug then
987: hr_utility.set_location('Leaving:'||l_proc, 20);
988: end if;
989: end ins;
990: --
991: -- ----------------------------------------------------------------------------

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

1150: l_proc varchar2(72) := g_package||'ins';
1151: --
1152: Begin
1153: if g_debug then
1154: hr_utility.set_location('Entering:'||l_proc, 5);
1155: end if;
1156: --
1157: -- Call conversion function to turn arguments into the
1158: -- p_rec structure.

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

1322: --
1323: p_object_version_number := l_rec.object_version_number;
1324: --
1325: if g_debug then
1326: hr_utility.set_location(' Leaving:'||l_proc, 10);
1327: end if;
1328: End ins;
1329: --
1330: end ben_cpi_ins;