DBA Data[Home] [Help]

APPS.PER_RTL_UPD dependencies on HR_UTILITY

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

49: --
50: l_proc varchar2(72) := g_package||'update_dml';
51: --
52: Begin
53: hr_utility.set_location('Entering:'||l_proc, 5);
54: --
55: -- Increment the object version
56: --
57: p_rec.object_version_number := p_rec.object_version_number + 1;

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

86: attribute19 = p_rec.attribute19,
87: attribute20 = p_rec.attribute20
88: where rating_level_id = p_rec.rating_level_id;
89: --
90: hr_utility.set_location(' Leaving:'||l_proc, 10);
91: --
92: Exception
93: When hr_api.check_integrity_violated Then
94: -- A check constraint has been violated

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

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

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

144: --
145: Begin
146: hr_utility.set_location('Entering:'||l_proc, 5);
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: End pre_update;
150: --
151: -- ----------------------------------------------------------------------------
152: -- |-----------------------------< 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: --
190: -- This is a hook point and the user hook for post_update is called here.
191: --
192: begin

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

257: );
258: end;
259: -- End of API User Hook for post_update
260: --
261: hr_utility.set_location(' Leaving:'||l_proc, 10);
262: End post_update;
263: --
264: -- ----------------------------------------------------------------------------
265: -- |-----------------------------< convert_defs >-----------------------------|

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

310: l_proc varchar2(72) := g_package||'convert_defs';
311: --
312: Begin
313: --
314: hr_utility.set_location('Entering:'||l_proc, 5);
315: --
316: -- We must now examine each argument value in the
317: -- p_rec plsql record structure
318: -- to see if a system default is being used. If a system default

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

426: p_rec.attribute20 :=
427: per_rtl_shd.g_old_rec.attribute20;
428: End If;
429: --
430: hr_utility.set_location(' Leaving:'||l_proc, 10);
431: --
432: End convert_defs;
433: --
434: -- ----------------------------------------------------------------------------

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

443: --
444: l_proc varchar2(72) := g_package||'upd';
445: --
446: Begin
447: hr_utility.set_location('Entering:'||l_proc, 5);
448: --
449: -- Determine if the business process is to be validated.
450: --
451: If p_validate then

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

489: If p_validate then
490: Raise HR_Api.Validate_Enabled;
491: End If;
492: --
493: hr_utility.set_location(' Leaving:'||l_proc, 10);
494: Exception
495: When HR_Api.Validate_Enabled Then
496: --
497: -- As the Validate_Enabled exception has been raised

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

537: l_rec per_rtl_shd.g_rec_type;
538: l_proc varchar2(72) := g_package||'upd';
539: --
540: Begin
541: hr_utility.set_location('Entering:'||l_proc, 5);
542: --
543: -- Call conversion function to turn arguments into the
544: -- l_rec structure.
545: --

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

583: --
584: upd(l_rec, p_effective_date,p_validate);
585: p_object_version_number := l_rec.object_version_number;
586: --
587: hr_utility.set_location(' Leaving:'||l_proc, 10);
588: End upd;
589: --
590: end per_rtl_upd;