DBA Data[Home] [Help]

APPS.PER_SPH_INS dependencies on HR_UTILITY

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

20: --
21: l_proc varchar2(72) := g_package||'set_base_key_value';
22: --
23: Begin
24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_sph_ins.g_plan_id_i := p_plan_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);

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

24: hr_utility.set_location('Entering:'||l_proc, 10);
25: --
26: per_sph_ins.g_plan_id_i := p_plan_id;
27: --
28: hr_utility.set_location(' Leaving:'||l_proc, 20);
29: End set_base_key_value;
30: --
31: --
32: -- ----------------------------------------------------------------------------

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

78: --
79: l_proc varchar2(72) := g_package||'insert_dml';
80: --
81: Begin
82: hr_utility.set_location('Entering:'||l_proc, 5);
83: p_rec.object_version_number := 1; -- Initialise the object version
84: --
85: per_sph_shd.g_api_dml := true; -- Set the api dml status
86: --

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

166: );
167: --
168: per_sph_shd.g_api_dml := false; -- Unset the api dml status
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: Exception
172: When hr_api.check_integrity_violated Then
173: -- A check constraint has been violated
174: per_sph_shd.g_api_dml := false; -- Unset the api dml status

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

241: l_proc varchar2(72) := g_package||'pre_insert';
242: l_exists varchar2(1);
243: --
244: Begin
245: hr_utility.set_location('Entering:'||l_proc, 5);
246: --
247: If (per_sph_ins.g_plan_id_i is not null) Then
248: --
249: -- Verify registered primary key values not already in use

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

277: Fetch C_Sel1 Into p_rec.plan_id;
278: Close C_Sel1;
279: End If;
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: End pre_insert;
283: --
284: -- ----------------------------------------------------------------------------
285: -- |-----------------------------< post_insert >------------------------------|

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

320: --
321: l_proc varchar2(72) := g_package||'post_insert';
322: --
323: Begin
324: hr_utility.set_location('Entering:'||l_proc, 5);
325: begin
326: --
327: per_sph_rki.after_insert
328: (p_effective_date => p_effective_date

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

411: ,p_hook_type => 'AI');
412: --
413: end;
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End post_insert;
417: --
418: -- ----------------------------------------------------------------------------
419: -- |---------------------------------< ins >----------------------------------|

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

425: --
426: l_proc varchar2(72) := g_package||'ins';
427: --
428: Begin
429: hr_utility.set_location('Entering:'||l_proc, 5);
430: --
431: -- Call the supporting insert validate operations
432: --
433: per_sph_bus.insert_validate

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

455: --
456: -- Call to raise any errors on multi-message list
457: hr_multi_message.end_validation_set;
458: --
459: hr_utility.set_location('Leaving:'||l_proc, 20);
460: end ins;
461: --
462: -- ----------------------------------------------------------------------------
463: -- |---------------------------------< ins >----------------------------------|

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

506: l_rec per_sph_shd.g_rec_type;
507: l_proc varchar2(72) := g_package||'ins';
508: --
509: Begin
510: hr_utility.set_location('Entering:'||l_proc, 5);
511: --
512: -- Call conversion function to turn arguments into the
513: -- p_rec structure.
514: --

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

566: --
567: p_plan_id := l_rec.plan_id;
568: p_object_version_number := l_rec.object_version_number;
569: --
570: hr_utility.set_location(' Leaving:'||l_proc, 10);
571: End ins;
572: --
573: end per_sph_ins;