DBA Data[Home] [Help]

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

145: where competence_element_id = p_rec.competence_element_id;
146: --
147: per_cel_shd.g_api_dml := false; -- Unset the api dml status
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: --
151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated

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

205: --
206: l_proc varchar2(72) := g_package||'pre_update';
207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End pre_update;
213: --

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

207: --
208: Begin
209: hr_utility.set_location('Entering:'||l_proc, 5);
210: --
211: hr_utility.set_location(' Leaving:'||l_proc, 10);
212: End pre_update;
213: --
214: -- ----------------------------------------------------------------------------
215: -- |-----------------------------< post_update >------------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'post_update';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: -- This is a hook point and the user hook for post_update is called here.
254: --
255: begin

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

443: );
444: end;
445: -- End of API User Hook for post_update
446: --
447: hr_utility.set_location(' Leaving:'||l_proc, 10);
448: End post_update;
449: --
450: -- ----------------------------------------------------------------------------
451: -- |-----------------------------< convert_defs >-----------------------------|

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

496: l_proc varchar2(72) := g_package||'convert_defs';
497: --
498: Begin
499: --
500: hr_utility.set_location('Entering:'||l_proc, 5);
501: --
502: -- We must now examine each argument value in the
503: -- p_rec plsql record structure
504: -- to see if a system default is being used. If a system default

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

830: p_rec.appr_line_score :=
831: per_cel_shd.g_old_rec.appr_line_score;
832: End If;
833: --
834: hr_utility.set_location(' Leaving:'||l_proc, 10);
835: --
836: End convert_defs;
837: --
838: -- ----------------------------------------------------------------------------

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

847: --
848: l_proc varchar2(72) := g_package||'upd';
849: --
850: Begin
851: hr_utility.set_location('Entering:'||l_proc, 5);
852: --
853: -- Determine if the business process is to be validated.
854: --
855: If p_validate then

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

900: If p_validate then
901: Raise HR_Api.Validate_Enabled;
902: End If;
903: --
904: hr_utility.set_location(' Leaving:'||l_proc, 10);
905: Exception
906: When HR_Api.Validate_Enabled Then
907: --
908: -- As the Validate_Enabled exception has been raised

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

993: l_rec per_cel_shd.g_rec_type;
994: l_proc varchar2(72) := g_package||'upd';
995: --
996: Begin
997: hr_utility.set_location('Entering:'||l_proc, 5);
998: --
999: -- Call conversion function to turn arguments into the
1000: -- l_rec structure.
1001: --

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

1093: --
1094: upd(l_rec, p_validate,p_effective_date);
1095: p_object_version_number := l_rec.object_version_number;
1096: --
1097: hr_utility.set_location(' Leaving:'||l_proc, 10);
1098: End upd;
1099: --
1100: end per_cel_upd;