DBA Data[Home] [Help]

APPS.OTA_FTU_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 ota_pvt_frm_thread_users row.

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

68: and (contact_id is null or contact_id = p_rec.contact_id);
69: --
70: --
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 164: hr_utility.set_location('Entering:'||l_proc, 5);

160: --
161: l_proc varchar2(72) := g_package||'post_delete';
162: --
163: Begin
164: hr_utility.set_location('Entering:'||l_proc, 5);
165: begin
166: --
167: ota_ftu_rkd.after_delete
168: (p_forum_thread_id

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

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

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

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

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

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

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

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