DBA Data[Home] [Help]

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

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

80: and sequence = p_rec.sequence;
81: --
82: pay_mgr_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: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

283: End If;
284: --
285: -- Return the plsql record structure.
286: --
287: hr_utility.set_location(' Leaving:'||l_proc, 10);
288: Return(p_rec);
289: --
290: End convert_defs;
291: --

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

300: --
301: l_proc varchar2(72) := g_package||'upd';
302: --
303: Begin
304: hr_utility.set_location('Entering:'||l_proc, 5);
305: --
306: -- Determine if the business process is to be validated.
307: --
308: If p_validate then

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

345: If p_validate then
346: Raise HR_Api.Validate_Enabled;
347: End If;
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: Exception
351: When HR_Api.Validate_Enabled Then
352: --
353: -- As the Validate_Enabled exception has been raised

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

378: l_rec pay_mgr_shd.g_rec_type;
379: l_proc varchar2(72) := g_package||'upd';
380: --
381: Begin
382: hr_utility.set_location('Entering:'||l_proc, 5);
383: --
384: -- Call conversion function to turn arguments into the
385: -- l_rec structure.
386: --

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

403: --
404: upd(l_rec, p_validate);
405: --
406: --
407: hr_utility.set_location(' Leaving:'||l_proc, 10);
408: End upd;
409: --
410: end pay_mgr_upd;