DBA Data[Home] [Help]

APPS.PER_ECA_UPD dependencies on HR_UTILITY

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

60: l_last_updated_by per_election_candidates.last_updated_by%TYPE;
61: l_last_update_login per_election_candidates.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 156: hr_utility.set_location(' Leaving:'||l_proc, 10);

152: where election_candidate_id = p_rec.election_candidate_id;
153: --
154: --
155: --
156: hr_utility.set_location(' Leaving:'||l_proc, 10);
157: --
158: Exception
159: When hr_api.check_integrity_violated Then
160: -- A check constraint has been violated

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

214: --
215: l_proc varchar2(72) := g_package||'pre_update';
216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: End pre_update;
222: --

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

216: --
217: Begin
218: hr_utility.set_location('Entering:'||l_proc, 5);
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: End pre_update;
222: --
223: -- ----------------------------------------------------------------------------
224: -- |-----------------------------< post_update >------------------------------|

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

258: --
259: l_proc varchar2(72) := g_package||'post_update';
260: --
261: Begin
262: hr_utility.set_location('Entering:'||l_proc, 5);
263: begin
264: --
265: per_eca_rku.after_update
266: (p_election_candidate_id

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

548: ,p_hook_type => 'AU');
549: --
550: end;
551: --
552: hr_utility.set_location(' Leaving:'||l_proc, 10);
553: End post_update;
554: --
555: -- ----------------------------------------------------------------------------
556: -- |-----------------------------< convert_defs >-----------------------------|

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

888: --
889: l_proc varchar2(72) := g_package||'upd';
890: --
891: Begin
892: hr_utility.set_location('Entering:'||l_proc, 5);
893: --
894: -- Determine if the business process is to be validated.
895: --
896: If p_validate then

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

938: If p_validate then
939: Raise HR_Api.Validate_Enabled;
940: End If;
941: --
942: hr_utility.set_location(' Leaving:'||l_proc, 10);
943: Exception
944: When HR_Api.Validate_Enabled Then
945: --
946: -- As the Validate_Enabled exception has been raised

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

1028: l_rec per_eca_shd.g_rec_type;
1029: l_proc varchar2(72) := g_package||'upd';
1030: --
1031: Begin
1032: hr_utility.set_location('Entering:'||l_proc, 5);
1033: --
1034: -- Call conversion function to turn arguments into the
1035: -- l_rec structure.
1036: --

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

1115: (l_rec
1116: );
1117: p_object_version_number := l_rec.object_version_number;
1118: --
1119: hr_utility.set_location(' Leaving:'||l_proc, 10);
1120: End upd;
1121: --
1122: end per_eca_upd;