DBA Data[Home] [Help]

APPS.HR_PAE_UPD dependencies on HR_UTILITY

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

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

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

76: where exception_id = p_rec.exception_id;
77: --
78: hr_pae_shd.g_api_dml := false; -- Unset the api dml status
79: --
80: hr_utility.set_location(' Leaving:'||l_proc, 10);
81: --
82: Exception
83: When hr_api.check_integrity_violated Then
84: -- A check constraint has been violated

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

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

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

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

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

178: --
179: l_proc varchar2(72) := g_package||'post_update';
180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End post_update;
186: --

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

180: --
181: Begin
182: hr_utility.set_location('Entering:'||l_proc, 5);
183: --
184: hr_utility.set_location(' Leaving:'||l_proc, 10);
185: End post_update;
186: --
187: -- ----------------------------------------------------------------------------
188: -- |-----------------------------< convert_defs >-----------------------------|

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

233: l_proc varchar2(72) := g_package||'convert_defs';
234: --
235: Begin
236: --
237: hr_utility.set_location('Entering:'||l_proc, 5);
238: --
239: -- We must now examine each argument value in the
240: -- p_rec plsql record structure
241: -- to see if a system default is being used. If a system default

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

262: hr_pae_shd.g_old_rec.exception_category;
263: End If;
264:
265: --
266: hr_utility.set_location(' Leaving:'||l_proc, 10);
267: --
268: End convert_defs;
269: --
270: -- ----------------------------------------------------------------------------

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

278: --
279: l_proc varchar2(72) := g_package||'upd';
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --
284: -- Determine if the business process is to be validated.
285: --
286: If p_validate then

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

324: If p_validate then
325: Raise HR_Api.Validate_Enabled;
326: End If;
327: --
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: Exception
330: When HR_Api.Validate_Enabled Then
331: --
332: -- As the Validate_Enabled exception has been raised

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

350: l_rec hr_pae_shd.g_rec_type;
351: l_proc varchar2(72) := g_package||'upd';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- Call conversion function to turn arguments into the
357: -- l_rec structure.
358: --

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

374: --
375: upd(l_rec, p_validate);
376: p_object_version_number := l_rec.object_version_number;
377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End upd;
380: --
381: end hr_pae_upd;