DBA Data[Home] [Help]

APPS.PER_ELC_UPD dependencies on HR_UTILITY

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

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

156: where election_id = p_rec.election_id;
157: --
158: per_elc_shd.g_api_dml := false; -- Unset the api dml status
159: --
160: hr_utility.set_location(' Leaving:'||l_proc, 10);
161: --
162: Exception
163: When hr_api.check_integrity_violated Then
164: -- A check constraint has been violated

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

218: --
219: l_proc varchar2(72) := g_package||'pre_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End pre_update;
226: --

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

220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: --
224: hr_utility.set_location(' Leaving:'||l_proc, 10);
225: End pre_update;
226: --
227: -- ----------------------------------------------------------------------------
228: -- |-----------------------------< post_update >------------------------------|

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

263: --
264: l_proc varchar2(72) := g_package||'post_update';
265: --
266: Begin
267: hr_utility.set_location('Entering:'||l_proc, 5);
268: begin
269: --
270: per_elc_rku.after_update
271: (p_effective_date => p_effective_date

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

562: ,p_hook_type => 'AU');
563: --
564: end;
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);
567: End post_update;
568: --
569: -- ----------------------------------------------------------------------------
570: -- |-----------------------------< convert_defs >-----------------------------|

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

910: --
911: l_proc varchar2(72) := g_package||'upd';
912: --
913: Begin
914: hr_utility.set_location('Entering:'||l_proc, 5);
915: --
916: -- Determine if the business process is to be validated.
917: --
918: If p_validate then

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

961: If p_validate then
962: Raise HR_Api.Validate_Enabled;
963: End If;
964: --
965: hr_utility.set_location(' Leaving:'||l_proc, 10);
966: Exception
967: When HR_Api.Validate_Enabled Then
968: --
969: -- As the Validate_Enabled exception has been raised

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

1055: l_rec per_elc_shd.g_rec_type;
1056: l_proc varchar2(72) := g_package||'upd';
1057: --
1058: Begin
1059: hr_utility.set_location('Entering:'||l_proc, 5);
1060: --
1061: -- Call conversion function to turn arguments into the
1062: -- l_rec structure.
1063: --

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

1146: ,l_rec
1147: );
1148: p_object_version_number := l_rec.object_version_number;
1149: --
1150: hr_utility.set_location(' Leaving:'||l_proc, 10);
1151: End upd;
1152: --
1153: end per_elc_upd;