DBA Data[Home] [Help]

APPS.PER_ZA_TRA_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: --

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

80:
81: --
82: per_za_tra_shd.g_api_dml := false; -- Unset the api dml status
83: --
84: hr_utility.set_location(' Leaving:'||l_proc, 10);
85: --
86: Exception
87: When hr_api.check_integrity_violated Then
88: -- A check constraint has been violated

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

140: --
141: l_proc varchar2(72) := g_package||'pre_update';
142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --

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

142: --
143: Begin
144: hr_utility.set_location('Entering:'||l_proc, 5);
145: --
146: hr_utility.set_location(' Leaving:'||l_proc, 10);
147: End pre_update;
148: --
149: -- ----------------------------------------------------------------------------
150: -- |-----------------------------< post_update >------------------------------|

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

182: --
183: l_proc varchar2(72) := g_package||'post_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 post_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 post_update;
190: --
191: -- ----------------------------------------------------------------------------
192: -- |---------------------------------< upd >----------------------------------|

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

199: --
200: l_proc varchar2(72) := g_package||'upd';
201: --
202: Begin
203: hr_utility.set_location('Entering:'||l_proc, 5);
204: --
205: -- Determine if the business process is to be validated.
206: --
207: If p_validate then

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

245: If p_validate then
246: Raise HR_Api.Validate_Enabled;
247: End If;
248: --
249: hr_utility.set_location(' Leaving:'||l_proc, 10);
250: Exception
251: When HR_Api.Validate_Enabled Then
252: --
253: -- As the Validate_Enabled exception has been raised

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

277: l_rec per_za_tra_shd.g_za_rec_type;
278: l_proc varchar2(72) := g_package||'upd';
279: --
280: Begin
281: hr_utility.set_location('Entering:'||l_proc, 5);
282: --
283: -- Call conversion function to turn arguments into the
284: -- l_rec structure.
285: --

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

303: -- business process.
304: --
305: upd(l_rec, p_validate);
306: --
307: hr_utility.set_location(' Leaving:'||l_proc, 10);
308: End upd;
309: --
310: end per_za_tra_upd;