DBA Data[Home] [Help]

APPS.PQP_ERS_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: and legislation_code = p_rec.legislation_code;
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 187: hr_utility.set_location('Entering:'||l_proc, 5);

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

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

212: ,p_hook_type => 'AU');
213: --
214: end;
215: --
216: hr_utility.set_location(' Leaving:'||l_proc, 10);
217: End post_update;
218: --
219: -- ----------------------------------------------------------------------------
220: -- |-----------------------------< convert_defs >-----------------------------|

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

286: --
287: l_proc varchar2(72) := g_package||'upd';
288: --
289: Begin
290: hr_utility.set_location('Entering:'||l_proc, 5);
291: --
292: -- We must lock the row which we need to update.
293: --
294: pqp_ers_shd.lck

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

342: l_rec pqp_ers_shd.g_rec_type;
343: l_proc varchar2(72) := g_package||'upd';
344: --
345: Begin
346: hr_utility.set_location('Entering:'||l_proc, 5);
347: --
348: -- Call conversion function to turn arguments into the
349: -- l_rec structure.
350: --

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

364: (l_rec
365: );
366: p_object_version_number := l_rec.object_version_number;
367: --
368: hr_utility.set_location(' Leaving:'||l_proc, 10);
369: End upd;
370: --
371: end pqp_ers_upd;