DBA Data[Home] [Help]

APPS.PER_SUC_UPD dependencies on HR_UTILITY

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

58: --
59: l_proc VARCHAR2 (72) := g_package || 'update_dml';
60: --
61: BEGIN
62: hr_utility.set_location ('Entering:' || l_proc, 5);
63: --
64: -- Increment the object version
65: --
66: p_rec.object_version_number := p_rec.object_version_number + 1;

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

112:
113: --
114: per_suc_shd.g_api_dml := FALSE; -- Unset the api dml status
115: --
116: hr_utility.set_location (' Leaving:' || l_proc, 10);
117: --
118: EXCEPTION
119: WHEN hr_api.check_integrity_violated
120: THEN

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

178: --
179: l_proc VARCHAR2 (72) := g_package || 'pre_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 pre_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 pre_update;
186:
187: --
188: -- ----------------------------------------------------------------------------

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

222: --
223: l_proc VARCHAR2 (72) := g_package || 'post_update';
224: --
225: BEGIN
226: hr_utility.set_location ('Entering:' || l_proc, 5);
227:
228: --
229: -- Start of Row Handler User Hook for post_update.
230: --

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

315:
316: --
317: -- End of Row Handler User Hook for post_update.
318: --
319: hr_utility.set_location (' Leaving:' || l_proc, 10);
320: END post_update;
321:
322: --
323: -- ----------------------------------------------------------------------------

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

370: l_proc VARCHAR2 (72) := g_package || 'convert_defs';
371: --
372: BEGIN
373: --
374: hr_utility.set_location ('Entering:' || l_proc, 5);
375:
376: --
377: -- We must now examine each argument value in the
378: -- p_rec plsql record structure

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

553: THEN
554: p_rec.readiness_percentage := per_suc_shd.g_old_rec.readiness_percentage;
555: END IF;
556:
557: hr_utility.set_location (' Leaving:' || l_proc, 10);
558: --
559: END convert_defs;
560:
561: --

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

567: --
568: l_proc VARCHAR2 (72) := g_package || 'upd';
569: --
570: BEGIN
571: hr_utility.set_location ('Entering:' || l_proc, 5);
572: --
573: -- We must lock the row which we need to update.
574: --
575: per_suc_shd.lck (p_rec.succession_plan_id, p_rec.object_version_number);

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

645: l_rec per_suc_shd.g_rec_type;
646: l_proc VARCHAR2 (72) := g_package || 'upd';
647: --
648: BEGIN
649: hr_utility.set_location ('Entering:' || l_proc, 5);
650: --
651: -- Call conversion function to turn arguments into the
652: -- l_rec structure.
653: --

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

697: --
698: upd (l_rec, p_effective_date);
699: p_object_version_number := l_rec.object_version_number;
700: --
701: hr_utility.set_location (' Leaving:' || l_proc, 10);
702: END upd;
703: --
704: END per_suc_upd;