DBA Data[Home] [Help]

APPS.PER_ECO_UPD dependencies on HR_UTILITY

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

60: l_last_updated_by per_election_constituencys.last_updated_by%TYPE;
61: l_last_update_login per_election_constituencys.last_update_login%TYPE;
62: --
63: Begin
64: hr_utility.set_location('Entering:'||l_proc, 5);
65: --
66: -- Increment the object version
67: p_rec.object_version_number := p_rec.object_version_number + 1;
68: --

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

120: where election_constituency_id = p_rec.election_constituency_id;
121: --
122: per_eco_shd.g_api_dml := false; -- Unset the api dml status
123: --
124: hr_utility.set_location(' Leaving:'||l_proc, 10);
125: --
126: Exception
127: When hr_api.check_integrity_violated Then
128: -- A check constraint has been violated

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

182: --
183: l_proc varchar2(72) := g_package||'pre_update';
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: End pre_update;
190: --

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

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

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

227: --
228: l_proc varchar2(72) := g_package||'post_update';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: begin
233: --
234: per_eco_rku.after_update
235: (p_effective_date => p_effective_date

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

386: ,p_hook_type => 'AU');
387: --
388: end;
389: --
390: hr_utility.set_location(' Leaving:'||l_proc, 10);
391: End post_update;
392: --
393: -- ----------------------------------------------------------------------------
394: -- |-----------------------------< convert_defs >-----------------------------|

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

594: --
595: l_proc varchar2(72) := g_package||'upd';
596: --
597: Begin
598: hr_utility.set_location('Entering:'||l_proc, 5);
599: --
600: -- Determine if the business process is to be validated.
601: --
602: If p_validate then

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

645: If p_validate then
646: Raise HR_Api.Validate_Enabled;
647: End If;
648: --
649: hr_utility.set_location(' Leaving:'||l_proc, 10);
650: Exception
651: When HR_Api.Validate_Enabled Then
652: --
653: -- As the Validate_Enabled exception has been raised

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

704: l_rec per_eco_shd.g_rec_type;
705: l_proc varchar2(72) := g_package||'upd';
706: --
707: Begin
708: hr_utility.set_location('Entering:'||l_proc, 5);
709: --
710: -- Call conversion function to turn arguments into the
711: -- l_rec structure.
712: --

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

760: ,l_rec
761: );
762: p_object_version_number := l_rec.object_version_number;
763: --
764: hr_utility.set_location(' Leaving:'||l_proc, 10);
765: End upd;
766: --
767: end per_eco_upd;