DBA Data[Home] [Help]

APPS.PER_ZA_EQT_DEL dependencies on HR_UTILITY

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

52: --
53: l_proc varchar2(72) := g_package||'delete_dml';
54: --
55: Begin
56: hr_utility.set_location('Entering:'||l_proc, 5);
57: --
58: per_za_eqt_shd.g_api_dml := true; -- Set the api dml status
59: --
60: -- Delete the per_qualification_types row.

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

66: where qualification_type_id = p_rec.qualification_type_id;
67: --
68: per_za_eqt_shd.g_api_dml := false; -- Unset the api dml status
69: --
70: hr_utility.set_location(' Leaving:'||l_proc, 10);
71: --
72: Exception
73: When hr_api.child_integrity_violated then
74: -- Child integrity has been violated

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

116: --
117: l_proc varchar2(72) := g_package||'pre_delete';
118: --
119: Begin
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: End pre_delete;
124: --

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

118: --
119: Begin
120: hr_utility.set_location('Entering:'||l_proc, 5);
121: --
122: hr_utility.set_location(' Leaving:'||l_proc, 10);
123: End pre_delete;
124: --
125: -- ----------------------------------------------------------------------------
126: -- |-----------------------------< post_delete >------------------------------|

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

158: --
159: l_proc varchar2(72) := g_package||'post_delete';
160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End post_delete;
166: --

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

160: --
161: Begin
162: hr_utility.set_location('Entering:'||l_proc, 5);
163: --
164: hr_utility.set_location(' Leaving:'||l_proc, 10);
165: End post_delete;
166: --
167: -- ----------------------------------------------------------------------------
168: -- |---------------------------------< del >----------------------------------|

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

175: --
176: l_proc varchar2(72) := g_package||'del';
177: --
178: Begin
179: hr_utility.set_location('Entering:'||l_proc, 5);
180: --
181: -- Determine if the business process is to be validated.
182: --
183: If p_validate then

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

216: If p_validate then
217: Raise HR_Api.Validate_Enabled;
218: End If;
219: --
220: hr_utility.set_location(' Leaving:'||l_proc, 10);
221: Exception
222: When HR_Api.Validate_Enabled Then
223: --
224: -- As the Validate_Enabled exception has been raised

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

240: l_rec per_za_eqt_shd.g_rec_type;
241: l_proc varchar2(72) := g_package||'del';
242: --
243: Begin
244: hr_utility.set_location('Entering:'||l_proc, 5);
245: --
246: -- As the delete procedure accepts a plsql record structure we do need to
247: -- convert the arguments into the record structure.
248: -- We don't need to call the supplied conversion argument routine as we

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

256: -- business process
257: --
258: del(l_rec, p_validate);
259: --
260: hr_utility.set_location(' Leaving:'||l_proc, 10);
261: End del;
262: --
263: end per_za_eqt_del;