DBA Data[Home] [Help]

APPS.PER_SUB_UPD dependencies on HR_UTILITY

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

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

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

122: where subjects_taken_id = p_rec.subjects_taken_id;
123: --
124: per_sub_shd.g_api_dml := false; -- Unset the api dml status
125: --
126: hr_utility.set_location(' Leaving:'||l_proc, 10);
127: --
128: Exception
129: When hr_api.check_integrity_violated Then
130: -- A check constraint has been violated

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

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

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

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

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

225: --
226: l_proc varchar2(72) := g_package||'post_update';
227: --
228: Begin
229: hr_utility.set_location('Entering:'||l_proc, 5);
230: --
231: -- Start of Row Handler User Hook for post_update.
232: --
233: Begin

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

345: end;
346: --
347: -- End of Row Handler User Hook for post_update.
348: --
349: hr_utility.set_location(' Leaving:'||l_proc, 10);
350: End post_update;
351: --
352: -- ----------------------------------------------------------------------------
353: -- |-----------------------------< convert_defs >-----------------------------|

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

398: l_proc varchar2(72) := g_package||'convert_defs';
399: --
400: Begin
401: --
402: hr_utility.set_location('Entering:'||l_proc, 5);
403: --
404: -- We must now examine each argument value in the
405: -- p_rec plsql record structure
406: -- to see if a system default is being used. If a system default

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

602: p_rec.sub_information20 :=
603: per_sub_shd.g_old_rec.sub_information20;
604: End If;
605: --
606: hr_utility.set_location(' Leaving:'||l_proc, 10);
607: --
608: End convert_defs;
609: --
610: -- ----------------------------------------------------------------------------

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

619: --
620: l_proc varchar2(72) := g_package||'upd';
621: --
622: Begin
623: hr_utility.set_location('Entering:'||l_proc, 5);
624: --
625: -- Determine if the business process is to be validated.
626: --
627: If p_validate then

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

665: If p_validate then
666: Raise HR_Api.Validate_Enabled;
667: End If;
668: --
669: hr_utility.set_location(' Leaving:'||l_proc, 10);
670: Exception
671: When HR_Api.Validate_Enabled Then
672: --
673: -- As the Validate_Enabled exception has been raised

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

739: l_rec per_sub_shd.g_rec_type;
740: l_proc varchar2(72) := g_package||'upd';
741: --
742: Begin
743: hr_utility.set_location('Entering:'||l_proc, 5);
744: --
745: -- Call conversion function to turn arguments into the
746: -- l_rec structure.
747: --

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

807: --
808: upd(l_rec, p_effective_date, p_validate);
809: p_object_version_number := l_rec.object_version_number;
810: --
811: hr_utility.set_location(' Leaving:'||l_proc, 10);
812: End upd;
813: --
814: end per_sub_upd;