DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

260: hr_cau_shd.g_old_rec.end_date;
261: End If;
262:
263: --
264: hr_utility.set_location(' Leaving:'||l_proc, 10);
265: --
266: End convert_defs;
267: --
268: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

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