DBA Data[Home] [Help]

APPS.PER_OBJ_INS dependencies on HR_UTILITY

Line 22: hr_utility.set_location('Entering:'||l_proc, 10);

18: --
19: l_proc varchar2(72) := g_package||'set_base_key_value';
20: --
21: Begin
22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_obj_ins.g_objective_id_i := p_objective_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);

Line 26: hr_utility.set_location(' Leaving:'||l_proc, 20);

22: hr_utility.set_location('Entering:'||l_proc, 10);
23: --
24: per_obj_ins.g_objective_id_i := p_objective_id;
25: --
26: hr_utility.set_location(' Leaving:'||l_proc, 20);
27: End set_base_key_value;
28: --
29: --
30: --

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

70: --
71: l_proc varchar2(72) := g_package||'insert_dml';
72: --
73: Begin
74: hr_utility.set_location('Entering:'||l_proc, 5);
75: p_rec.object_version_number := 1; -- Initialise the object version
76: --
77: -- Insert the row into: per_objectives
78: --

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

217:
218: );
219: --
220: --
221: hr_utility.set_location(' Leaving:'||l_proc, 10);
222: Exception
223: When hr_api.check_integrity_violated Then
224: -- A check constraint has been violated
225: per_obj_shd.constraint_error

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

288: per_obj_ins.g_objective_id_i;
289: --
290:
291: Begin
292: hr_utility.set_location('Entering:'||l_proc, 5);
293: --
294: --
295: -- Select the next sequence number
296: --

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

323: Close C_Sel1;
324:
325: END IF;
326: --
327: hr_utility.set_location(' Leaving:'||l_proc, 10);
328: End pre_insert;
329: --
330: -- ----------------------------------------------------------------------------
331: -- |-----------------------------< post_insert >------------------------------|

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

368: --
369: l_proc varchar2(72) := g_package||'post_insert';
370: --
371: Begin
372: hr_utility.set_location('Entering:'||l_proc, 5);
373: --
374: -- Start of API User Hook for post_insert.
375: begin
376: per_obj_rki.after_insert

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

456: );
457: end;
458: -- End of API User Hook for post_insert.
459: --
460: hr_utility.set_location(' Leaving:'||l_proc, 10);
461: End post_insert;
462: --
463: -- ----------------------------------------------------------------------------
464: -- |---------------------------------< ins >----------------------------------|

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

475: l_proc varchar2(72) := g_package||'ins';
476: l_effective_date date;
477: --
478: Begin
479: hr_utility.set_location('Entering:'||l_proc, 5);
480: --
481: -- Determine if the business process is to be validated.
482: --
483: If p_validate then

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

536: If p_validate then
537: Raise HR_Api.Validate_Enabled;
538: End If;
539: --
540: hr_utility.set_location(' Leaving:'||l_proc, 10);
541: Exception
542: When HR_Api.Validate_Enabled Then
543: --
544: -- As the Validate_Enabled exception has been raised

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

632: l_weighting_over_100_warning boolean;
633: l_weighting_appraisal_warning boolean;
634: --
635: Begin
636: hr_utility.set_location('Entering:'||l_proc, 5);
637: --
638: -- Call conversion function to turn arguments into the
639: -- p_rec structure.
640: --

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

729:
730: p_weighting_over_100_warning := l_weighting_over_100_warning;
731: p_weighting_appraisal_warning := l_weighting_appraisal_warning;
732: --
733: hr_utility.set_location(' Leaving:'||l_proc, 10);
734: End ins;
735: --
736: end per_obj_ins;