DBA Data[Home] [Help]

APPS.PE_PEI_UPD dependencies on HR_UTILITY

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

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

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

129: pei_information30 = p_rec.pei_information30,
130: object_version_number = p_rec.object_version_number
131: where person_extra_info_id = p_rec.person_extra_info_id;
132: --
133: hr_utility.set_location(' Leaving:'||l_proc, 10);
134: --
135: Exception
136: When hr_api.check_integrity_violated Then
137: -- A check constraint has been violated

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

185: --
186: l_proc varchar2(72) := g_package||'pre_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --

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

187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' Leaving:'||l_proc, 10);
192: End pre_update;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_update >------------------------------|

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

228: l_proc varchar2(72) := g_package||'post_update';
229: l_eot date := to_date('31/12/4712','dd/mm/yyyy');
230: --
231: Begin
232: hr_utility.set_location('Entering:'||l_proc, 5);
233: --
234: -- This is a hook point and the user hook for post_update is called here.
235: --
236: begin

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

470: end if;
471: end;
472: end if;
473: end if;
474: hr_utility.set_location(' Leaving:'||l_proc, 10);
475: End post_update;
476: --
477: -- ----------------------------------------------------------------------------
478: -- |-----------------------------< convert_defs >-----------------------------|

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

523: l_proc varchar2(72) := g_package||'convert_defs';
524: --
525: Begin
526: --
527: hr_utility.set_location('Entering:'||l_proc, 5);
528: --
529: -- We must now examine each argument value in the
530: -- p_rec plsql record structure
531: -- to see if a system default is being used. If a system default

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

764: pe_pei_shd.g_old_rec.pei_information30;
765: End If;
766:
767: --
768: hr_utility.set_location(' Leaving:'||l_proc, 10);
769: --
770: End convert_defs;
771: --
772: -- ----------------------------------------------------------------------------

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

780: --
781: l_proc varchar2(72) := g_package||'upd';
782: --
783: Begin
784: hr_utility.set_location('Entering:'||l_proc, 5);
785: --
786: -- Determine if the business process is to be validated.
787: --
788: If p_validate then

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

826: If p_validate then
827: Raise HR_Api.Validate_Enabled;
828: End If;
829: --
830: hr_utility.set_location(' Leaving:'||l_proc, 10);
831: Exception
832: When HR_Api.Validate_Enabled Then
833: --
834: -- As the Validate_Enabled exception has been raised

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

906: l_rec pe_pei_shd.g_rec_type;
907: l_proc varchar2(72) := g_package||'upd';
908: --
909: Begin
910: hr_utility.set_location('Entering:'||l_proc, 5);
911: --
912: -- Call conversion function to turn arguments into the
913: -- l_rec structure.
914: --

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

983: --
984: upd(l_rec, p_validate);
985: p_object_version_number := l_rec.object_version_number;
986: --
987: hr_utility.set_location(' Leaving:'||l_proc, 10);
988: End upd;
989: --
990: end pe_pei_upd;