DBA Data[Home] [Help]

APPS.HR_TTP_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: --
62: -- Delete the hr_template_tab_pages_b row.

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

89: where template_tab_page_id = p_rec.template_tab_page_id;
90: --
91: --
92: --
93: hr_utility.set_location(' Leaving:'||l_proc, 10);
94: --
95: Exception
96: When hr_api.child_integrity_violated then
97: -- Child integrity has been violated

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

139: --
140: l_proc varchar2(72) := g_package||'pre_delete';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_delete;
147: --

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

141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_delete;
147: --
148: -- ----------------------------------------------------------------------------
149: -- |-----------------------------< post_delete >------------------------------|

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

181: --
182: l_proc varchar2(72) := g_package||'post_delete';
183: --
184: Begin
185: hr_utility.set_location('Entering:'||l_proc, 5);
186: begin
187: --
188: hr_ttp_rkd.after_delete
189: (p_template_tab_page_id

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

205: ,p_hook_type => 'AD');
206: --
207: end;
208: --
209: hr_utility.set_location(' Leaving:'||l_proc, 10);
210: End post_delete;
211: --
212: -- ----------------------------------------------------------------------------
213: -- |---------------------------------< del >----------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'del';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: -- We must lock the row which we need to delete.
225: --
226: hr_ttp_shd.lck

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

257: l_rec hr_ttp_shd.g_rec_type;
258: l_proc varchar2(72) := g_package||'del';
259: --
260: Begin
261: hr_utility.set_location('Entering:'||l_proc, 5);
262: --
263: -- As the delete procedure accepts a plsql record structure we do need to
264: -- convert the arguments into the record structure.
265: -- We don't need to call the supplied conversion argument routine as we

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

273: -- business process
274: --
275: hr_ttp_del.del(l_rec);
276: --
277: hr_utility.set_location(' Leaving:'||l_proc, 10);
278: End del;
279: --
280: end hr_ttp_del;