DBA Data[Home] [Help]

APPS.PER_QUA_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 148: hr_utility.set_location(' Leaving:'||l_proc, 10);

144: where qualification_id = p_rec.qualification_id;
145: --
146: per_qua_shd.g_api_dml := false; -- Unset the api dml status
147: --
148: hr_utility.set_location(' Leaving:'||l_proc, 10);
149: --
150: Exception
151: When hr_api.check_integrity_violated Then
152: -- A check constraint has been violated

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

204: --
205: l_proc varchar2(72) := g_package||'pre_update';
206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End pre_update;
212: --

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

206: --
207: Begin
208: hr_utility.set_location('Entering:'||l_proc, 5);
209: --
210: hr_utility.set_location(' Leaving:'||l_proc, 10);
211: End pre_update;
212: --
213: -- ----------------------------------------------------------------------------
214: -- |-----------------------------< post_update >------------------------------|

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

247: --
248: l_proc varchar2(72) := g_package||'post_update';
249: --
250: Begin
251: hr_utility.set_location('Entering:'||l_proc, 5);
252: --
253: -- Start of Row Handler User Hook for post_update.
254: --
255: Begin

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

411: end;
412: --
413: -- End of Row Handler User Hook for post_update.
414: --
415: hr_utility.set_location(' Leaving:'||l_proc, 10);
416: End post_update;
417: --
418: -- ----------------------------------------------------------------------------
419: -- |-----------------------------< convert_defs >-----------------------------|

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

464: l_proc varchar2(72) := g_package||'convert_defs';
465: --
466: Begin
467: --
468: hr_utility.set_location('Entering:'||l_proc, 5);
469: --
470: -- We must now examine each argument value in the
471: -- p_rec plsql record structure
472: -- to see if a system default is being used. If a system default

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

756: p_rec.party_id :=
757: per_qua_shd.g_old_rec.party_id;
758: End If;
759: --
760: hr_utility.set_location(' Leaving:'||l_proc, 10);
761: --
762: End convert_defs;
763: --
764: -- ----------------------------------------------------------------------------

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

773: --
774: l_proc varchar2(72) := g_package||'upd';
775: --
776: Begin
777: hr_utility.set_location('Entering:'||l_proc, 5);
778: --
779: -- Determine if the business process is to be validated.
780: --
781: If p_validate then

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

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

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

923: l_rec per_qua_shd.g_rec_type;
924: l_proc varchar2(72) := g_package||'upd';
925: --
926: Begin
927: hr_utility.set_location('Entering:'||l_proc, 5);
928: --
929: -- Call conversion function to turn arguments into the
930: -- l_rec structure.
931: --

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

1013: --
1014: upd(l_rec, p_effective_date, p_validate);
1015: p_object_version_number := l_rec.object_version_number;
1016: --
1017: hr_utility.set_location(' Leaving:'||l_proc, 10);
1018: End upd;
1019: --
1020: end per_qua_upd;