DBA Data[Home] [Help]

APPS.GHR_REI_UPD dependencies on HR_UTILITY

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

51: --
52: l_proc varchar2(72) := g_package||'update_dml';
53: --
54: Begin
55: hr_utility.set_location('Entering:'||l_proc, 5);
56: --
57: -- Increment the object version
58: --
59: p_rec.object_version_number := p_rec.object_version_number + 1;

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

123: program_id = p_rec.program_id,
124: program_update_date = p_rec.program_update_date
125: where pa_request_extra_info_id = p_rec.pa_request_extra_info_id;
126: --
127: hr_utility.set_location(' Leaving:'||l_proc, 10);
128: --
129: Exception
130: When hr_api.check_integrity_violated Then
131: -- A check constraint has been violated

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

179: --
180: l_proc varchar2(72) := g_package||'pre_update';
181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --

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

181: --
182: Begin
183: hr_utility.set_location('Entering:'||l_proc, 5);
184: --
185: hr_utility.set_location(' Leaving:'||l_proc, 10);
186: End pre_update;
187: --
188: -- ----------------------------------------------------------------------------
189: -- |-----------------------------< post_update >------------------------------|

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

221: --
222: l_proc varchar2(72) := g_package||'post_update';
223: --
224: Begin
225: hr_utility.set_location('Entering:'||l_proc, 5);
226: --
227: -- This is a hook point and the user hook for post_update is called here.
228: --
229: begin

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

353: ,p_hook_type => 'AU'
354: );
355: end;
356: -- End of API User Hook for post_update.
357: hr_utility.set_location(' Leaving:'||l_proc, 10);
358: End post_update;
359: --
360: -- ----------------------------------------------------------------------------
361: -- |-----------------------------< convert_defs >-----------------------------|

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

406: l_proc varchar2(72) := g_package||'convert_defs';
407: --
408: Begin
409: --
410: hr_utility.set_location('Entering:'||l_proc, 5);
411: --
412: -- We must now examine each argument value in the
413: -- p_rec plsql record structure
414: -- to see if a system default is being used. If a system default

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

646: p_rec.program_update_date :=
647: ghr_rei_shd.g_old_rec.program_update_date;
648: End If;
649: --
650: hr_utility.set_location(' Leaving:'||l_proc, 10);
651: --
652: End convert_defs;
653: --
654: -- ----------------------------------------------------------------------------

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

662: --
663: l_proc varchar2(72) := g_package||'upd';
664: --
665: Begin
666: hr_utility.set_location('Entering:'||l_proc, 5);
667: --
668: -- Determine if the business process is to be validated.
669: --
670: If p_validate then

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

708: If p_validate then
709: Raise HR_Api.Validate_Enabled;
710: End If;
711: --
712: hr_utility.set_location(' Leaving:'||l_proc, 10);
713: Exception
714: When HR_Api.Validate_Enabled Then
715: --
716: -- As the Validate_Enabled exception has been raised

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

790: l_rec ghr_rei_shd.g_rec_type;
791: l_proc varchar2(72) := g_package||'upd';
792: --
793: Begin
794: hr_utility.set_location('Entering:'||l_proc, 5);
795: --
796: -- Call conversion function to turn arguments into the
797: -- l_rec structure.
798: --

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

867: --
868: upd(l_rec, p_validate);
869: p_object_version_number := l_rec.object_version_number;
870: --
871: hr_utility.set_location(' Leaving:'||l_proc, 10);
872: End upd;
873: --
874: end ghr_rei_upd;