DBA Data[Home] [Help]

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

132: where contact_relationship_id = p_rec.contact_relationship_id;
133: --
134: per_ctr_shd.g_api_dml := false; -- Unset the api dml status
135: --
136: hr_utility.set_location(' Leaving:'||l_proc, 10);
137: --
138: Exception
139: When hr_api.check_integrity_violated Then
140: -- A check constraint has been violated

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

192: --
193: l_proc varchar2(72) := g_package||'pre_update';
194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: End pre_update;
200: --

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

194: --
195: Begin
196: hr_utility.set_location('Entering:'||l_proc, 5);
197: --
198: hr_utility.set_location(' Leaving:'||l_proc, 10);
199: End pre_update;
200: --
201: -- ----------------------------------------------------------------------------
202: -- |-----------------------------< post_update >------------------------------|

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

243: -- End of fix for WWBUG 1408379
244: --
245: --
246: Begin
247: hr_utility.set_location('Entering:'||l_proc, 5);
248: --
249: -- Start of API User Hook for post_update.
250: begin
251: per_ctr_rku.after_update

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

530: --
531: --
532: -- End of API User Hook for post_update.
533: --
534: hr_utility.set_location(' Leaving:'||l_proc, 10);
535: End post_update;
536: --
537: -- ----------------------------------------------------------------------------
538: -- |-----------------------------< convert_defs >-----------------------------|

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

583: l_proc varchar2(72) := g_package||'convert_defs';
584: --
585: Begin
586: --
587: hr_utility.set_location('Entering:'||l_proc, 5);
588: --
589: -- We must now examine each argument value in the
590: -- p_rec plsql record structure
591: -- to see if a system default is being used. If a system default

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

843: p_rec.beneficiary_flag :=
844: per_ctr_shd.g_old_rec.beneficiary_flag;
845: End If;
846: --
847: hr_utility.set_location(' Leaving:'||l_proc, 10);
848: --
849: End convert_defs;
850: --
851: -- ----------------------------------------------------------------------------

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

860: --
861: l_proc varchar2(72) := g_package||'upd';
862: --
863: Begin
864: hr_utility.set_location('Entering:'||l_proc, 5);
865: --
866: -- Determine if the business process is to be validated.
867: --
868: If p_validate then

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

908: If p_validate then
909: Raise HR_Api.Validate_Enabled;
910: End If;
911: --
912: hr_utility.set_location(' Leaving:'||l_proc, 10);
913: Exception
914: When HR_Api.Validate_Enabled Then
915: --
916: -- As the Validate_Enabled exception has been raised

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

993: l_rec per_ctr_shd.g_rec_type;
994: l_proc varchar2(72) := g_package||'upd';
995: --
996: Begin
997: hr_utility.set_location('Entering:'||l_proc, 5);
998: --
999: -- Call conversion function to turn arguments into the
1000: -- l_rec structure.
1001: --

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

1075: --
1076: upd(l_rec, p_effective_date, p_validate);
1077: p_object_version_number := l_rec.object_version_number;
1078: --
1079: hr_utility.set_location(' Leaving:'||l_proc, 10);
1080: End upd;
1081: --
1082: end per_ctr_upd;