DBA Data[Home] [Help]

APPS.PER_PEM_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_pem_ins.g_previous_employer_id_i := p_previous_employer_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_pem_ins.g_previous_employer_id_i := p_previous_employer_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: --
86: --

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

250: );
251: --
252: --
253: --
254: hr_utility.set_location(' Leaving:'||l_proc, 10);
255: Exception
256: When hr_api.check_integrity_violated Then
257: -- A check constraint has been violated
258: --

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

325: l_proc varchar2(72) := g_package||'pre_insert';
326: l_exists varchar2(1);
327: --
328: Begin
329: hr_utility.set_location('Entering:'||l_proc, 5);
330: --
331: If (per_pem_ins.g_previous_employer_id_i is not null) Then
332: --
333: -- Verify registered primary key values not already in use

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

361: Fetch C_Sel1 Into p_rec.previous_employer_id;
362: Close C_Sel1;
363: End If;
364: --
365: hr_utility.set_location(' Leaving:'||l_proc, 10);
366: End pre_insert;
367: --
368: -- ----------------------------------------------------------------------------
369: -- |-----------------------------< post_insert >------------------------------|

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

404: --
405: l_proc varchar2(72) := g_package||'post_insert';
406: --
407: Begin
408: hr_utility.set_location('Entering:'||l_proc, 5);
409: begin
410: --
411: per_pem_rki.after_insert
412: (p_effective_date => p_effective_date

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

579: ,p_hook_type => 'AI');
580: --
581: end;
582: --
583: hr_utility.set_location(' Leaving:'||l_proc, 10);
584: End post_insert;
585: --
586: -- ----------------------------------------------------------------------------
587: -- |---------------------------------< ins >----------------------------------|

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

593: --
594: l_proc varchar2(72) := g_package||'ins';
595: --
596: Begin
597: hr_utility.set_location('Entering:'||l_proc, 5);
598: --
599: -- Call the supporting insert validate operations
600: --
601: per_pem_bus.insert_validate

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

623: --
624: -- Call to raise any errors on multi-message list
625: hr_multi_message.end_validation_set;
626: --
627: hr_utility.set_location('Leaving:'||l_proc, 20);
628: end ins;
629: --
630: -- ----------------------------------------------------------------------------
631: -- |---------------------------------< ins >----------------------------------|

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

727: l_proc varchar2(72) := g_package||'ins';
728: l_party_id number;
729: --
730: Begin
731: hr_utility.set_location('Entering:'||l_proc, 5);
732: -- Bug Fix 3261422 Start
733: if p_party_id is null then
734: open csr_get_party_id;
735: fetch csr_get_party_id into l_party_id;

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

839: --
840: p_previous_employer_id := l_rec.previous_employer_id;
841: p_object_version_number := l_rec.object_version_number;
842: --
843: hr_utility.set_location(' Leaving:'||l_proc, 10);
844: End ins;
845: --
846: end per_pem_ins;