DBA Data[Home] [Help]

APPS.BEN_EAT_DEL dependencies on HR_UTILITY

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

52: --
53: l_proc varchar2(72) := g_package||'delete_dml';
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: ben_eat_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the ben_actn_typ row.

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

68: where actn_typ_id = p_rec.actn_typ_id;
69: --
70: ben_eat_shd.g_api_dml := false; -- Unset the api dml status
71: --
72: hr_utility.set_location(' Leaving:'||l_proc, 10);
73: --
74: Exception
75: When hr_api.child_integrity_violated then
76: -- Child integrity has been violated

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

118: --
119: l_proc varchar2(72) := g_package||'pre_delete';
120: --
121: Begin
122: hr_utility.set_location('Entering:'||l_proc, 5);
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: End pre_delete;
126: --

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

120: --
121: Begin
122: hr_utility.set_location('Entering:'||l_proc, 5);
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: End pre_delete;
126: --
127: -- ----------------------------------------------------------------------------
128: -- |-----------------------------< post_delete >------------------------------|

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

161: --
162: l_proc varchar2(72) := g_package||'post_delete';
163: --
164: Begin
165: hr_utility.set_location('Entering:'||l_proc, 5);
166: --
167: --
168: -- Start of API User Hook for post_delete.
169: --

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

222: --
223: -- End of API User Hook for post_delete.
224: --
225: --
226: hr_utility.set_location(' Leaving:'||l_proc, 10);
227: End post_delete;
228: --
229: -- ----------------------------------------------------------------------------
230: -- |---------------------------------< del >----------------------------------|

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

237: --
238: l_proc varchar2(72) := g_package||'del';
239: --
240: Begin
241: hr_utility.set_location('Entering:'||l_proc, 5);
242: --
243: -- We must lock the row which we need to delete.
244: --
245: ben_eat_shd.lck

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

280: l_rec ben_eat_shd.g_rec_type;
281: l_proc varchar2(72) := g_package||'del';
282: --
283: Begin
284: hr_utility.set_location('Entering:'||l_proc, 5);
285: --
286: -- As the delete procedure accepts a plsql record structure we do need to
287: -- convert the arguments into the record structure.
288: -- We don't need to call the supplied conversion argument routine as we

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

297: --
298: del(
299: p_effective_date,l_rec);
300: --
301: hr_utility.set_location(' Leaving:'||l_proc, 10);
302: End del;
303: --
304: end ben_eat_del;