DBA Data[Home] [Help]

APPS.PQH_RMV_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

90: where node_value_id = p_rec.node_value_id;
91: --
92: --
93: --
94: hr_utility.set_location(' Leaving:'||l_proc, 10);
95: --
96: Exception
97: When hr_api.check_integrity_violated Then
98: -- A check constraint has been violated

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

152: --
153: l_proc varchar2(72) := g_package||'pre_update';
154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --

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

154: --
155: Begin
156: hr_utility.set_location('Entering:'||l_proc, 5);
157: --
158: hr_utility.set_location(' Leaving:'||l_proc, 10);
159: End pre_update;
160: --
161: -- ----------------------------------------------------------------------------
162: -- |-----------------------------< post_update >------------------------------|

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

196: --
197: l_proc varchar2(72) := g_package||'post_update';
198: --
199: Begin
200: hr_utility.set_location('Entering:'||l_proc, 5);
201: begin
202: --
203: pqh_rmv_rku.after_update
204: (p_node_value_id

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

282: ,p_hook_type => 'AU');
283: --
284: end;
285: --
286: hr_utility.set_location(' Leaving:'||l_proc, 10);
287: End post_update;
288: --
289: -- ----------------------------------------------------------------------------
290: -- |-----------------------------< convert_defs >-----------------------------|

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

416: --
417: l_proc varchar2(72) := g_package||'upd';
418: --
419: Begin
420: hr_utility.set_location('Entering:'||l_proc, 5);
421: --
422: -- We must lock the row which we need to update.
423: --
424: pqh_rmv_shd.lck

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

485: l_rec pqh_rmv_shd.g_rec_type;
486: l_proc varchar2(72) := g_package||'upd';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Call conversion function to turn arguments into the
492: -- l_rec structure.
493: --

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

521: (l_rec
522: );
523: p_object_version_number := l_rec.object_version_number;
524: --
525: hr_utility.set_location(' Leaving:'||l_proc, 10);
526: End upd;
527: --
528: end pqh_rmv_upd;