DBA Data[Home] [Help]

APPS.PER_CIT_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 per_cagr_entitlement_items_tl row.

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

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

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

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

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

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

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

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

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

182: ,p_hook_type => 'AD');
183: --
184: end;
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End post_delete;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |---------------------------------< del >----------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'del';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: --
201: -- We must lock the row which we need to delete.
202: --
203: per_cit_shd.lck

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

234: l_rec per_cit_shd.g_rec_type;
235: l_proc varchar2(72) := g_package||'del';
236: --
237: Begin
238: hr_utility.set_location('Entering:'||l_proc, 5);
239: --
240: -- As the delete procedure accepts a plsql record structure we do need to
241: -- convert the arguments into the record structure.
242: -- We don't need to call the supplied conversion argument routine as we

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

251: -- business process
252: --
253: per_cit_del.del(l_rec);
254: --
255: hr_utility.set_location(' Leaving:'||l_proc, 10);
256: End del;
257: --
258: -- ----------------------------------------------------------------------------
259: -- |------------------------------< del_tl >----------------------------------|

Line 275: hr_utility.set_location('Entering:'||l_proc,10);

271: --
272: l_proc varchar2(72) := g_package||'del_tl';
273: --
274: Begin
275: hr_utility.set_location('Entering:'||l_proc,10);
276: --
277: -- Delete all the translated rows
278: --
279: for l_lang in csr_del_langs loop

Line 286: hr_utility.set_location(' Leaving:'||l_proc,20);

282: ,p_language => l_lang.language
283: );
284: end loop;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc,20);
287: End del_tl;
288: --
289: end per_cit_del;