DBA Data[Home] [Help]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

256: p_rec.module_package :=
257: hr_amd_shd.g_old_rec.module_package;
258: End If;
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: --
262: End convert_defs;
263: --
264: -- ----------------------------------------------------------------------------

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

272: --
273: l_proc varchar2(72) := g_package||'upd';
274: --
275: Begin
276: hr_utility.set_location('Entering:'||l_proc, 5);
277: --
278: -- We must lock the row which we need to update.
279: --
280: hr_amd_shd.lck

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

321: l_rec hr_amd_shd.g_rec_type;
322: l_proc varchar2(72) := g_package||'upd';
323: --
324: Begin
325: hr_utility.set_location('Entering:'||l_proc, 5);
326: --
327: -- Call conversion function to turn arguments into the
328: -- l_rec structure.
329: --

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

344: --
345: upd(l_rec, p_effective_date);
346: --
347: --
348: hr_utility.set_location(' Leaving:'||l_proc, 10);
349: End upd;
350: --
351: end hr_amd_upd;