DBA Data[Home] [Help]

APPS.FF_FFP_DEL dependencies on HR_UTILITY

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

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

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

66: and sequence_number = p_rec.sequence_number;
67: --
68: ff_ffp_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: begin
164: --
165: ff_ffp_rkd.after_delete
166: (p_function_id

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

190: ,p_hook_type => 'AD');
191: --
192: end;
193: --
194: hr_utility.set_location(' Leaving:'||l_proc, 10);
195: End post_delete;
196: --
197: -- ----------------------------------------------------------------------------
198: -- |---------------------------------< del >----------------------------------|

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

203: --
204: l_proc varchar2(72) := g_package||'del';
205: --
206: Begin
207: hr_utility.set_location('Entering:'||l_proc, 5);
208: --
209: -- We must lock the row which we need to delete.
210: --
211: ff_ffp_shd.lck

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

250: l_rec ff_ffp_shd.g_rec_type;
251: l_proc varchar2(72) := g_package||'del';
252: --
253: Begin
254: hr_utility.set_location('Entering:'||l_proc, 5);
255: --
256: -- As the delete procedure accepts a plsql record structure we do need to
257: -- convert the arguments into the record structure.
258: -- We don't need to call the supplied conversion argument routine as we

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

267: -- business process
268: --
269: ff_ffp_del.del(l_rec);
270: --
271: hr_utility.set_location(' Leaving:'||l_proc, 10);
272: End del;
273: --
274: end ff_ffp_del;