DBA Data[Home] [Help]

APPS.PER_ZA_QUA_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 80: hr_utility.set_location(' Leaving:'||l_proc, 10);

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

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

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

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

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

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

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

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

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

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

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

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

240: If p_validate then
241: Raise HR_Api.Validate_Enabled;
242: End If;
243: --
244: hr_utility.set_location(' Leaving:'||l_proc, 10);
245: Exception
246: When HR_Api.Validate_Enabled Then
247: --
248: -- As the Validate_Enabled exception has been raised

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

268: l_rec per_za_qua_shd.g_za_rec_type;
269: l_proc varchar2(72) := g_package||'upd';
270: --
271: Begin
272: hr_utility.set_location('Entering:'||l_proc, 5);
273: --
274: -- Call conversion function to turn arguments into the
275: -- l_rec structure.
276: --

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

290: -- business process.
291: --
292: upd(l_rec, p_validate);
293: --
294: hr_utility.set_location(' Leaving:'||l_proc, 10);
295: End upd;
296: --
297: end per_za_qua_upd;