DBA Data[Home] [Help]

APPS.BEN_EIV_INS dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_eiv_ins.g_extra_input_value_id_i := p_extra_input_value_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: ben_eiv_ins.g_extra_input_value_id_i := p_extra_input_value_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: ben_eiv_shd.g_api_dml := true; -- Set the api dml status
86: --

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

170: );
171: --
172: ben_eiv_shd.g_api_dml := false; -- Unset the api dml status
173: --
174: hr_utility.set_location(' Leaving:'||l_proc, 10);
175: Exception
176: When hr_api.check_integrity_violated Then
177: -- A check constraint has been violated
178: ben_eiv_shd.g_api_dml := false; -- Unset the api dml status

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

239: --
240: l_proc varchar2(72) := g_package||'pre_insert';
241: --
242: Begin
243: hr_utility.set_location('Entering:'||l_proc, 5);
244: --
245: -- Select the next sequence number
246: --
247: Open C_Sel1;

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

247: Open C_Sel1;
248: Fetch C_Sel1 Into p_rec.extra_input_value_id;
249: Close C_Sel1;
250: --
251: hr_utility.set_location(' Leaving:'||l_proc, 10);
252: End pre_insert;
253: --
254: -- ----------------------------------------------------------------------------
255: -- |-----------------------------< post_insert >------------------------------|

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

290: --
291: l_proc varchar2(72) := g_package||'post_insert';
292: --
293: Begin
294: hr_utility.set_location('Entering:'||l_proc, 5);
295: begin
296: --
297: ben_eiv_rki.after_insert
298: (p_extra_input_value_id

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

386: ,p_hook_type => 'AI');
387: --
388: end;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_insert;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |---------------------------------< ins >----------------------------------|

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

400: --
401: l_proc varchar2(72) := g_package||'ins';
402: --
403: Begin
404: hr_utility.set_location('Entering:'||l_proc, 5);
405: --
406: -- Call the supporting insert validate operations
407: --
408: ben_eiv_bus.insert_validate

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

425: (p_effective_date
426: ,p_rec
427: );
428: --
429: hr_utility.set_location('Leaving:'||l_proc, 20);
430: end ins;
431: --
432: -- ----------------------------------------------------------------------------
433: -- |---------------------------------< ins >----------------------------------|

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

478: l_rec ben_eiv_shd.g_rec_type;
479: l_proc varchar2(72) := g_package||'ins';
480: --
481: Begin
482: hr_utility.set_location('Entering:'||l_proc, 5);
483: --
484: -- Call conversion function to turn arguments into the
485: -- p_rec structure.
486: --

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

540: --
541: p_extra_input_value_id := l_rec.extra_input_value_id;
542: p_object_version_number := l_rec.object_version_number;
543: --
544: hr_utility.set_location(' Leaving:'||l_proc, 10);
545: End ins;
546: --
547: end ben_eiv_ins;