DBA Data[Home] [Help]

APPS.BEN_DPNT_EGD_INS dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'insert_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: p_rec.object_version_number := 1; -- Initialise the object version
60: --
61: ben_dpnt_egd_shd.g_api_dml := true; -- Set the api dml status
62: --

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

187: );
188: --
189: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: Exception
193: When hr_api.check_integrity_violated Then
194: -- A check constraint has been violated
195: ben_dpnt_egd_shd.g_api_dml := false; -- Unset the api dml status

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

253: --
254: Cursor C_Sel1 is select ben_eligy_criteria_dpnt_s.nextval from sys.dual;
255: --
256: Begin
257: hr_utility.set_location('Entering:'||l_proc, 5);
258: --
259: --
260: -- Select the next sequence number
261: --

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

262: Open C_Sel1;
263: Fetch C_Sel1 Into p_rec.eligy_criteria_dpnt_id;
264: Close C_Sel1;
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: End pre_insert;
268: --
269: -- ----------------------------------------------------------------------------
270: -- |-----------------------------< post_insert >------------------------------|

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

305: l_eligy_criteria_dpnt_id ben_eligy_criteria_dpnt.eligy_criteria_dpnt_id%TYPE;
306: --
307: Begin
308:
309: hr_utility.set_location('Entering:'||l_proc, 5);
310: --
311: --
312: -- Start of API User Hook for post_insert.
313: --

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

389: --
390: -- End of API User Hook for post_insert.
391: --
392: --
393: hr_utility.set_location(' Leaving:'||l_proc, 10);
394: End post_insert;
395: --
396: -- ----------------------------------------------------------------------------
397: -- |---------------------------------< ins >----------------------------------|

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

404: --
405: l_proc varchar2(72) := g_package||'ins';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: --
410: -- Call the supporting insert validate operations
411: --
412: ben_dpnt_egd_bus.insert_validate(p_rec

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

496: l_rec ben_dpnt_egd_shd.g_rec_type;
497: l_proc varchar2(72) := g_package||'ins';
498: --
499: Begin
500: hr_utility.set_location('Entering:'||l_proc, 5);
501: --
502: -- Call conversion function to turn arguments into the
503: -- p_rec structure.
504: --

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

577: --
578: p_eligy_criteria_dpnt_id := l_rec.eligy_criteria_dpnt_id;
579: p_object_version_number := l_rec.object_version_number;
580: --
581: hr_utility.set_location(' Leaving:'||l_proc, 10);
582: End ins;
583: --
584: end ben_dpnt_egd_ins;