DBA Data[Home] [Help]

APPS.OTA_FOI_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_frm_obj_inclusions row.

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

67: and object_type = p_rec.object_type;
68: --
69: --
70: --
71: hr_utility.set_location(' Leaving:'||l_proc, 10);
72: --
73: Exception
74: When hr_api.child_integrity_violated then
75: -- Child integrity has been violated

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

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

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

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

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

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

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

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

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

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

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

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

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

269: -- business process
270: --
271: ota_foi_del.del(l_rec);
272: --
273: hr_utility.set_location(' Leaving:'||l_proc, 10);
274: End del;
275: --
276: end ota_foi_del;