DBA Data[Home] [Help]

APPS.PER_SUC_DEL dependencies on HR_UTILITY

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

55: --
56: l_proc VARCHAR2 (72) := g_package || 'delete_dml';
57: --
58: BEGIN
59: hr_utility.set_location ('Entering:' || l_proc, 5);
60: --
61: per_suc_shd.g_api_dml := TRUE; -- Set the api dml status
62:
63: --

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

68:
69: --
70: per_suc_shd.g_api_dml := FALSE; -- Unset the api dml status
71: --
72: hr_utility.set_location (' Leaving:' || l_proc, 10);
73: --
74: EXCEPTION
75: WHEN hr_api.child_integrity_violated
76: THEN

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

122: --
123: l_proc VARCHAR2 (72) := g_package || 'pre_delete';
124: --
125: BEGIN
126: hr_utility.set_location ('Entering:' || l_proc, 5);
127: --
128: hr_utility.set_location (' Leaving:' || l_proc, 10);
129: END pre_delete;
130:

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

124: --
125: BEGIN
126: hr_utility.set_location ('Entering:' || l_proc, 5);
127: --
128: hr_utility.set_location (' Leaving:' || l_proc, 10);
129: END pre_delete;
130:
131: --
132: -- ----------------------------------------------------------------------------

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

166: --
167: l_proc VARCHAR2 (72) := g_package || 'post_delete';
168: --
169: BEGIN
170: hr_utility.set_location ('Entering:' || l_proc, 5);
171:
172: --
173: -- Start of Row Handler User Hook for post_delete.
174: --

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

222:
223: --
224: -- End of Row Handler User Hook for post_delete.
225: --
226: hr_utility.set_location (' Leaving:' || l_proc, 10);
227: END post_delete;
228:
229: --
230: -- ----------------------------------------------------------------------------

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

235: --
236: l_proc VARCHAR2 (72) := g_package || 'del';
237: --
238: BEGIN
239: hr_utility.set_location ('Entering:' || l_proc, 5);
240: --
241: -- We must lock the row which we need to delete.
242: --
243: per_suc_shd.lck (p_rec.succession_plan_id, p_rec.object_version_number);

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

269: l_rec per_suc_shd.g_rec_type;
270: l_proc VARCHAR2 (72) := g_package || 'del';
271: --
272: BEGIN
273: hr_utility.set_location ('Entering:' || l_proc, 5);
274: --
275: -- As the delete procedure accepts a plsql record structure we do need to
276: -- convert the arguments into the record structure.
277: -- We don't need to call the supplied conversion argument routine as we

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

285: -- business process
286: --
287: del (l_rec);
288: --
289: hr_utility.set_location (' Leaving:' || l_proc, 10);
290: END del;
291: --
292: END per_suc_del;