DBA Data[Home] [Help]

APPS.GHR_NRE_DEL dependencies on HR_UTILITY

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

47: l_proc varchar2(72);
48: --
49: Begin
50: l_proc := g_package||'delete_dml';
51: hr_utility.set_location('Entering:'||l_proc, 5);
52:
53: --
54: --
55: -- Delete the ghr_noac_remarks row.

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

57: delete from ghr_noac_remarks
58: where noac_remark_id = p_rec.noac_remark_id;
59: --
60: --
61: hr_utility.set_location(' Leaving:'||l_proc, 10);
62: --
63: Exception
64: When hr_api.child_integrity_violated then
65: -- Child integrity has been violated

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

106: l_proc varchar2(72) := g_package||'pre_delete';
107: --
108: Begin
109: l_proc := g_package||'pre_delete';
110: hr_utility.set_location('Entering:'||l_proc, 5);
111:
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: End pre_delete;

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

109: l_proc := g_package||'pre_delete';
110: hr_utility.set_location('Entering:'||l_proc, 5);
111:
112: --
113: hr_utility.set_location(' Leaving:'||l_proc, 10);
114: End pre_delete;
115: --
116: -- ----------------------------------------------------------------------------
117: -- |-----------------------------< post_delete >------------------------------|

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

151: l_proc varchar2(72);
152: --
153: Begin
154: l_proc := g_package||'post_delete';
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: --
158: -- Start of API User Hook for post_delete.
159: --

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

183: --
184: -- End of API User Hook for post_delete.
185: --
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: End post_delete;
189: --
190: -- ----------------------------------------------------------------------------
191: -- |---------------------------------< del >----------------------------------|

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

199: l_proc varchar2(72);
200: --
201: Begin
202: l_proc := g_package||'del';
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: -- We must lock the row which we need to delete.
206: --
207: ghr_nre_shd.lck

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

243: l_proc varchar2(72);
244: --
245: Begin
246: l_proc := g_package||'del';
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- As the delete procedure accepts a plsql record structure we do need to
250: -- convert the arguments into the record structure.
251: -- We don't need to call the supplied conversion argument routine as we

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

260: --
261: del(
262: p_effective_date,l_rec);
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: End del;
266: --
267: end ghr_nre_del;