DBA Data[Home] [Help]

APPS.OTA_TSR_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: ota_tsr_shd.g_api_dml := true; -- Set the api dml status
59:
60: -- Bug. no. 3242410

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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