DBA Data[Home] [Help]

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

103: where attendance_id = p_rec.attendance_id;
104: --
105: per_esa_shd.g_api_dml := false; -- Unset the api dml status
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: --
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated

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

163: --
164: l_proc varchar2(72) := g_package||'pre_update';
165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End pre_update;
171: --

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

165: --
166: Begin
167: hr_utility.set_location('Entering:'||l_proc, 5);
168: --
169: hr_utility.set_location(' Leaving:'||l_proc, 10);
170: End pre_update;
171: --
172: -- ----------------------------------------------------------------------------
173: -- |-----------------------------< post_update >------------------------------|

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

207: --
208: l_proc varchar2(72) := g_package||'post_update';
209: --
210: Begin
211: hr_utility.set_location('Entering:'||l_proc, 5);
212: --
213: --
214: -- Start of API User Hook for post_update.
215: begin

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

287: );
288: end;
289: -- End of API User Hook for post_update.
290: --
291: hr_utility.set_location(' Leaving:'||l_proc, 10);
292: End post_update;
293: --
294: -- ----------------------------------------------------------------------------
295: -- |-----------------------------< convert_defs >-----------------------------|

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

340: l_proc varchar2(72) := g_package||'convert_defs';
341: --
342: Begin
343: --
344: hr_utility.set_location('Entering:'||l_proc, 5);
345: --
346: -- We must now examine each argument value in the
347: -- p_rec plsql record structure
348: -- to see if a system default is being used. If a system default

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

468: p_rec.address :=
469: per_esa_shd.g_old_rec.address;
470: End If;
471: --
472: hr_utility.set_location(' Leaving:'||l_proc, 10);
473: --
474: End convert_defs;
475: --
476: -- ----------------------------------------------------------------------------

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

485: --
486: l_proc varchar2(72) := g_package||'upd';
487: --
488: Begin
489: hr_utility.set_location('Entering:'||l_proc, 5);
490: --
491: -- Determine if the business process is to be validated.
492: --
493: If p_validate then

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

531: If p_validate then
532: Raise HR_Api.Validate_Enabled;
533: End If;
534: --
535: hr_utility.set_location(' Leaving:'||l_proc, 10);
536: Exception
537: When HR_Api.Validate_Enabled Then
538: --
539: -- As the Validate_Enabled exception has been raised

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

586: l_rec per_esa_shd.g_rec_type;
587: l_proc varchar2(72) := g_package||'upd';
588: --
589: Begin
590: hr_utility.set_location('Entering:'||l_proc, 5);
591: --
592: -- Call conversion function to turn arguments into the
593: -- l_rec structure.
594: --

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

635: --
636: upd(l_rec, p_effective_date,p_validate);
637: p_object_version_number := l_rec.object_version_number;
638: --
639: hr_utility.set_location(' Leaving:'||l_proc, 10);
640: End upd;
641: --
642: end per_esa_upd;