DBA Data[Home] [Help]

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

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

74: where magnetic_block_id = p_rec.magnetic_block_id;
75: --
76: pay_mgb_shd.g_api_dml := false; -- Unset the api dml status
77: --
78: hr_utility.set_location(' Leaving:'||l_proc, 10);
79: --
80: Exception
81: When hr_api.check_integrity_violated Then
82: -- A check constraint has been violated

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

134: --
135: l_proc varchar2(72) := g_package||'pre_update';
136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End pre_update;
142: --

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

136: --
137: Begin
138: hr_utility.set_location('Entering:'||l_proc, 5);
139: --
140: hr_utility.set_location(' Leaving:'||l_proc, 10);
141: End pre_update;
142: --
143: -- ----------------------------------------------------------------------------
144: -- |-----------------------------< post_update >------------------------------|

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

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

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

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

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

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

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

261: End If;
262: --
263: -- Return the plsql record structure.
264: --
265: hr_utility.set_location(' Leaving:'||l_proc, 10);
266: Return(p_rec);
267: --
268: End convert_defs;
269: --

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

278: --
279: l_proc varchar2(72) := g_package||'upd';
280: --
281: Begin
282: hr_utility.set_location('Entering:'||l_proc, 5);
283: --
284: -- Determine if the business process is to be validated.
285: --
286: If p_validate then

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

322: If p_validate then
323: Raise HR_Api.Validate_Enabled;
324: End If;
325: --
326: hr_utility.set_location(' Leaving:'||l_proc, 10);
327: Exception
328: When HR_Api.Validate_Enabled Then
329: --
330: -- As the Validate_Enabled exception has been raised

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

350: l_rec pay_mgb_shd.g_rec_type;
351: l_proc varchar2(72) := g_package||'upd';
352: --
353: Begin
354: hr_utility.set_location('Entering:'||l_proc, 5);
355: --
356: -- Call conversion function to turn arguments into the
357: -- l_rec structure.
358: --

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

373: --
374: upd(l_rec, p_validate);
375: --
376: --
377: hr_utility.set_location(' Leaving:'||l_proc, 10);
378: End upd;
379: --
380: end pay_mgb_upd;