DBA Data[Home] [Help]

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

116: where position_id = p_rec.position_id;
117: --
118: per_pos_shd.g_api_dml := false; -- Unset the api dml status
119: --
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: --
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated

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

176: --
177: l_proc varchar2(72) := g_package||'pre_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 pre_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 pre_update;
184: --
185: -- ----------------------------------------------------------------------------
186: -- |-----------------------------< post_update >------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'post_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: -- Start of API User Hook for post_update.
225: begin
226: per_pos_rku.after_update

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

366: );
367: end;
368: -- End of API User Hook for post_update.
369: --
370: hr_utility.set_location(' Leaving:'||l_proc, 10);
371: End post_update;
372: --
373: -- ----------------------------------------------------------------------------
374: -- |-----------------------------< convert_defs >-----------------------------|

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

419: l_proc varchar2(72) := g_package||'convert_defs';
420: --
421: Begin
422: --
423: hr_utility.set_location('Entering:'||l_proc, 5);
424: --
425: -- We must now examine each argument value in the
426: -- p_rec plsql record structure
427: -- to see if a system default is being used. If a system default

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

603: p_rec.attribute20 :=
604: per_pos_shd.g_old_rec.attribute20;
605: End If;
606: --
607: hr_utility.set_location(' Leaving:'||l_proc, 10);
608: --
609: End convert_defs;
610: --
611: -- ----------------------------------------------------------------------------

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

619: --
620: l_proc varchar2(72) := g_package||'upd';
621: --
622: Begin
623: hr_utility.set_location('Entering:'||l_proc, 5);
624: --
625: -- Determine if the business process is to be validated.
626: --
627: If p_validate then

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

666: If p_validate then
667: Raise HR_Api.Validate_Enabled;
668: End If;
669: --
670: hr_utility.set_location(' Leaving:'||l_proc, 10);
671: Exception
672: When HR_Api.Validate_Enabled Then
673: --
674: -- As the Validate_Enabled exception has been raised

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

731: l_rec per_pos_shd.g_rec_type;
732: l_proc varchar2(72) := g_package||'upd';
733: --
734: Begin
735: hr_utility.set_location('Entering:'||l_proc, 5);
736: --
737: -- Call conversion function to turn arguments into the
738: -- l_rec structure.
739: --

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

794: --
795: upd(l_rec, p_validate);
796: p_object_version_number := l_rec.object_version_number;
797: --
798: hr_utility.set_location(' Leaving:'||l_proc, 10);
799: End upd;
800: --
801: end per_pos_upd;