DBA Data[Home] [Help]

APPS.HR_TRV_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: --
62: hr_trv_shd.g_api_dml := true; -- Set the api dml status
63: --

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

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

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

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

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

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

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

180: --
181: l_proc varchar2(72) := g_package||'post_update';
182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End post_update;
188: --

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

182: --
183: Begin
184: hr_utility.set_location('Entering:'||l_proc, 5);
185: --
186: hr_utility.set_location(' Leaving:'||l_proc, 10);
187: End post_update;
188: --
189: -- ----------------------------------------------------------------------------
190: -- |-----------------------------< convert_defs >-----------------------------|

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

235: l_proc varchar2(72) := g_package||'convert_defs';
236: --
237: Begin
238: --
239: hr_utility.set_location('Entering:'||l_proc, 5);
240: --
241: -- We must now examine each argument value in the
242: -- p_rec plsql record structure
243: -- to see if a system default is being used. If a system default

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

279: p_rec.original_date_value :=
280: hr_trv_shd.g_old_rec.original_date_value;
281: End If;
282: --
283: hr_utility.set_location(' Leaving:'||l_proc, 10);
284: --
285: End convert_defs;
286: --
287: -- ----------------------------------------------------------------------------

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

295: --
296: l_proc varchar2(72) := g_package||'upd';
297: --
298: Begin
299: hr_utility.set_location('Entering:'||l_proc, 5);
300: --
301: -- Determine if the business process is to be validated.
302: --
303: If p_validate then

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

340: If p_validate then
341: Raise HR_Api.Validate_Enabled;
342: End If;
343: --
344: hr_utility.set_location(' Leaving:'||l_proc, 10);
345: Exception
346: When HR_Api.Validate_Enabled Then
347: --
348: -- As the Validate_Enabled exception has been raised

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

372: l_rec hr_trv_shd.g_rec_type;
373: l_proc varchar2(72) := g_package||'upd';
374: --
375: Begin
376: hr_utility.set_location('Entering:'||l_proc, 5);
377: --
378: -- Call conversion function to turn arguments into the
379: -- l_rec structure.
380: --

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

399: --
400: upd(l_rec, p_validate);
401: --
402: --
403: hr_utility.set_location(' Leaving:'||l_proc, 10);
404: End upd;
405: --
406: end hr_trv_upd;