DBA Data[Home] [Help]

APPS.PQH_RLS_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 pqh_roles row.

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

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

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

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

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

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

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

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

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

266: ,p_hook_type => 'AD');
267: --
268: end;
269: --
270: hr_utility.set_location(' Leaving:'||l_proc,10);
271: End post_delete;
272: --
273: -- ----------------------------------------------------------------------------
274: -- |---------------------------------< del >----------------------------------|

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

279: --
280: l_proc varchar2(72) := g_package||'del';
281: --
282: Begin
283: hr_utility.set_location('Entering:'||l_proc, 5);
284: --
285: -- We must lock the row which we need to delete.
286: --
287: pqh_rls_shd.lck

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

319: l_rec pqh_rls_shd.g_rec_type;
320: l_proc varchar2(72) := g_package||'del';
321: --
322: Begin
323: hr_utility.set_location('Entering:'||l_proc, 5);
324: --
325: -- As the delete procedure accepts a plsql record structure we do need to
326: -- convert the arguments into the record structure.
327: -- We don't need to call the supplied conversion argument routine as we

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

335: -- business process
336: --
337: pqh_rls_del.del(p_effective_date,l_rec);
338: --
339: hr_utility.set_location(' Leaving:'||l_proc, 10);
340: End del;
341: --
342: end pqh_rls_del;