DBA Data[Home] [Help]

APPS.PER_PGT_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 81: hr_utility.set_location(' Leaving:'||l_proc, 10);

77: where hier_node_type_id = p_rec.hier_node_type_id;
78: --
79: --
80: --
81: hr_utility.set_location(' Leaving:'||l_proc, 10);
82: --
83: Exception
84: When hr_api.check_integrity_violated Then
85: -- A check constraint has been violated

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

139: --
140: l_proc varchar2(72) := g_package||'pre_update';
141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_update;
147: --

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

141: --
142: Begin
143: hr_utility.set_location('Entering:'||l_proc, 5);
144: --
145: hr_utility.set_location(' Leaving:'||l_proc, 10);
146: End pre_update;
147: --
148: -- ----------------------------------------------------------------------------
149: -- |-----------------------------< post_update >------------------------------|

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

184: --
185: l_proc varchar2(72) := g_package||'post_update';
186: --
187: Begin
188: hr_utility.set_location('Entering:'||l_proc, 5);
189: begin
190: --
191: per_pgt_rku.after_update
192: (p_effective_date

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

225: ,p_hook_type => 'AU');
226: --
227: end;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End post_update;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< convert_defs >-----------------------------|

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

320: --
321: l_proc varchar2(72) := g_package||'upd';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: --
326: -- We must lock the row which we need to update.
327: --
328: per_pgt_shd.lck

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

379: l_rec per_pgt_shd.g_rec_type;
380: l_proc varchar2(72) := g_package||'upd';
381: --
382: Begin
383: hr_utility.set_location('Entering:'||l_proc, 5);
384: --
385: -- Call conversion function to turn arguments into the
386: -- l_rec structure.
387: --

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

406: ,l_rec
407: );
408: p_object_version_number := l_rec.object_version_number;
409: --
410: hr_utility.set_location(' Leaving:'||l_proc, 10);
411: End upd;
412: --
413: end per_pgt_upd;