DBA Data[Home] [Help]

APPS.PER_SUC_INS dependencies on HR_UTILITY

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

40: --
41: l_proc VARCHAR2 (72) := g_package || 'set_base_key_value';
42: --
43: BEGIN
44: hr_utility.set_location ('Entering:' || l_proc, 5);
45: --
46: g_succession_plan_id := p_succession_plan_id;
47: END;
48:

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

95: --
96: l_proc VARCHAR2 (72) := g_package || 'insert_dml';
97: --
98: BEGIN
99: hr_utility.set_location ('Entering:' || l_proc, 5);
100: p_rec.object_version_number := 1; -- Initialise the object version
101: --
102: per_suc_shd.g_api_dml := TRUE; -- Set the api dml status
103:

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

184:
185: --
186: per_suc_shd.g_api_dml := FALSE; -- Unset the api dml status
187: --
188: hr_utility.set_location (' Leaving:' || l_proc, 10);
189: EXCEPTION
190: WHEN hr_api.check_integrity_violated
191: THEN
192: -- A check constraint has been violated

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

260: SELECT per_succession_planning_s.NEXTVAL
261: FROM SYS.DUAL;
262: --
263: BEGIN
264: hr_utility.set_location ('Entering:' || l_proc, 5);
265:
266: --
267: IF (g_succession_plan_id IS NULL)
268: THEN

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

280: g_succession_plan_id := NULL;
281: END IF;
282:
283: --
284: hr_utility.set_location (' Leaving:' || l_proc, 10);
285: END pre_insert;
286:
287: --
288: -- ----------------------------------------------------------------------------

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

322: --
323: l_proc VARCHAR2 (72) := g_package || 'post_insert';
324: --
325: BEGIN
326: hr_utility.set_location ('Entering:' || l_proc, 5);
327:
328: --
329: -- Start of Row Handler User Hook for post_insert.
330: --

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

378:
379: --
380: -- End of Row Handler User Hook for post_insert.
381: --
382: hr_utility.set_location (' Leaving:' || l_proc, 10);
383: END post_insert;
384:
385: --
386: -- ----------------------------------------------------------------------------

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

391: --
392: l_proc VARCHAR2 (72) := g_package || 'ins';
393: --
394: BEGIN
395: hr_utility.set_location ('Entering:' || l_proc, 5);
396: --
397: -- Call the supporting insert validate operations
398: --
399: per_suc_bus.insert_validate (p_rec, p_effective_date);

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

460: l_rec per_suc_shd.g_rec_type;
461: l_proc VARCHAR2 (72) := g_package || 'ins';
462: --
463: BEGIN
464: hr_utility.set_location ('Entering:' || l_proc, 5);
465: --
466: -- Call conversion function to turn arguments into the
467: -- p_rec structure.
468: --

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

516: --
517: p_succession_plan_id := l_rec.succession_plan_id;
518: p_object_version_number := l_rec.object_version_number;
519: --
520: hr_utility.set_location (' Leaving:' || l_proc, 10);
521: END ins;
522: --
523: END per_suc_ins;