DBA Data[Home] [Help]

APPS.HR_PPU_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 purpose_usage_id = p_rec.purpose_usage_id;
77: --
78: hr_ppu_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: --
143: hr_utility.set_location(' Leaving:'||l_proc, 10);
144: End pre_update;

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

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

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

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

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

183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: --
186: --
187: hr_utility.set_location(' Leaving:'||l_proc, 10);
188: End post_update;
189: --
190: -- ----------------------------------------------------------------------------
191: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

257: hr_ppu_shd.g_old_rec.hierarchy_level;
258: End If;
259:
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: --
263: End convert_defs;
264: --
265: -- ----------------------------------------------------------------------------

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

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

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

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

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

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

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

368: --
369: upd(l_rec, p_validate);
370: p_object_version_number := l_rec.object_version_number;
371: --
372: hr_utility.set_location(' Leaving:'||l_proc, 10);
373: End upd;
374: --
375: end hr_ppu_upd;