DBA Data[Home] [Help]

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

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

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

177: --
178: l_proc varchar2(72) := g_package||'pre_update';
179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: End pre_update;
185: --

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

179: --
180: Begin
181: hr_utility.set_location('Entering:'||l_proc, 5);
182: --
183: hr_utility.set_location(' Leaving:'||l_proc, 10);
184: End pre_update;
185: --
186: -- ----------------------------------------------------------------------------
187: -- |-----------------------------< post_update >------------------------------|

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

219: --
220: l_proc varchar2(72) := g_package||'post_update';
221: --
222: Begin
223: hr_utility.set_location('Entering:'||l_proc, 5);
224: --
225: -- Start of API User Hook for post_insert.
226: Begin
227: per_est_rku.after_update

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

324: p_hook_type => 'AU'
325: );
326: end;
327: -- End of API User Hook for post_insert.
328: hr_utility.set_location(' Leaving:'||l_proc, 10);
329: End post_update;
330: --
331: -- ----------------------------------------------------------------------------
332: -- |-----------------------------< convert_defs >-----------------------------|

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

377: l_proc varchar2(72) := g_package||'convert_defs';
378: --
379: Begin
380: --
381: hr_utility.set_location('Entering:'||l_proc, 5);
382: --
383: -- We must now examine each argument value in the
384: -- p_rec plsql record structure
385: -- to see if a system default is being used. If a system default

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

562: per_est_shd.g_old_rec.est_information20;
563: End If;
564:
565: --
566: hr_utility.set_location(' Leaving:'||l_proc, 10);
567: --
568: End convert_defs;
569: --
570: -- ----------------------------------------------------------------------------

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

578: --
579: l_proc varchar2(72) := g_package||'upd';
580: --
581: Begin
582: hr_utility.set_location('Entering:'||l_proc, 5);
583: --
584: -- Determine if the business process is to be validated.
585: --
586: If p_validate then

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

624: If p_validate then
625: Raise HR_Api.Validate_Enabled;
626: End If;
627: --
628: hr_utility.set_location(' Leaving:'||l_proc, 10);
629: Exception
630: When HR_Api.Validate_Enabled Then
631: --
632: -- As the Validate_Enabled exception has been raised

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

692: l_rec per_est_shd.g_rec_type;
693: l_proc varchar2(72) := g_package||'upd';
694: --
695: Begin
696: hr_utility.set_location('Entering:'||l_proc, 5);
697: --
698: -- Call conversion function to turn arguments into the
699: -- l_rec structure.
700: --

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

755: --
756: upd(l_rec, p_validate);
757: p_object_version_number := l_rec.object_version_number;
758: --
759: hr_utility.set_location(' Leaving:'||l_proc, 10);
760: End upd;
761: --
762: end per_est_upd;