DBA Data[Home] [Help]

APPS.HR_TCN_DEL dependencies on HR_UTILITY

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

54: --
55: l_proc varchar2(72) := g_package||'delete_dml';
56: --
57: Begin
58: hr_utility.set_location('Entering:'||l_proc, 5);
59: --
60: --
61: -- Added the following code as a part of Zero Downtime Patching Project.
62: -- Code Starts Here.

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

79: where template_canvas_id = p_rec.template_canvas_id;
80: --
81: --
82: --
83: hr_utility.set_location(' Leaving:'||l_proc, 10);
84: --
85: Exception
86: When hr_api.child_integrity_violated then
87: -- Child integrity has been violated

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

129: --
130: l_proc varchar2(72) := g_package||'pre_delete';
131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: End pre_delete;
137: --

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

131: --
132: Begin
133: hr_utility.set_location('Entering:'||l_proc, 5);
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: End pre_delete;
137: --
138: -- ----------------------------------------------------------------------------
139: -- |-----------------------------< post_delete >------------------------------|

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

171: --
172: l_proc varchar2(72) := g_package||'post_delete';
173: --
174: Begin
175: hr_utility.set_location('Entering:'||l_proc, 5);
176: begin
177: --
178: hr_tcn_rkd.after_delete
179: (p_template_canvas_id

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

195: ,p_hook_type => 'AD');
196: --
197: end;
198: --
199: hr_utility.set_location(' Leaving:'||l_proc, 10);
200: End post_delete;
201: --
202: -- ----------------------------------------------------------------------------
203: -- |---------------------------------< del >----------------------------------|

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

208: --
209: l_proc varchar2(72) := g_package||'del';
210: --
211: Begin
212: hr_utility.set_location('Entering:'||l_proc, 5);
213: --
214: -- We must lock the row which we need to delete.
215: --
216: hr_tcn_shd.lck

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

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

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

263: -- business process
264: --
265: hr_tcn_del.del(l_rec);
266: --
267: hr_utility.set_location(' Leaving:'||l_proc, 10);
268: End del;
269: --
270: end hr_tcn_del;