DBA Data[Home] [Help]

APPS.PER_CPN_UPD dependencies on HR_UTILITY

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

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

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

131: ,information19 = p_rec.information19
132: ,information20 = p_rec.information20
133: where competence_id = p_rec.competence_id;
134: --
135: hr_utility.set_location(' Leaving:'||l_proc, 10);
136: --
137: Exception
138: When hr_api.check_integrity_violated Then
139: -- A check constraint has been violated

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

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

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

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

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

229: --
230: l_proc varchar2(72) := g_package||'post_update';
231: --
232: Begin
233: hr_utility.set_location('Entering:'||l_proc, 5);
234: --
235: -- This is a hook point and the user hook for post_update is called here.
236: --
237: begin

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

387: );
388: end;
389: -- End of API User Hook for post_update
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End post_update;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |-----------------------------< convert_defs >-----------------------------|

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

440: l_proc varchar2(72) := g_package||'convert_defs';
441: --
442: Begin
443: --
444: hr_utility.set_location('Entering:'||l_proc, 5);
445: --
446: -- We must now examine each argument value in the
447: -- p_rec plsql record structure
448: -- to see if a system default is being used. If a system default

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

720: p_rec.information20 :=
721: per_cpn_shd.g_old_rec.information20;
722: End If;
723: --
724: hr_utility.set_location(' Leaving:'||l_proc, 10);
725: --
726: End convert_defs;
727: --
728: -- ----------------------------------------------------------------------------

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

737: --
738: l_proc varchar2(72) := g_package||'upd';
739: --
740: Begin
741: hr_utility.set_location('Entering:'||l_proc, 5);
742: --
743: -- Determine if the business process is to be validated.
744: --
745: If p_validate then

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

783: If p_validate then
784: Raise HR_Api.Validate_Enabled;
785: End If;
786: --
787: hr_utility.set_location(' Leaving:'||l_proc, 10);
788: Exception
789: When HR_Api.Validate_Enabled Then
790: --
791: -- As the Validate_Enabled exception has been raised

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

875: l_rec per_cpn_shd.g_rec_type;
876: l_proc varchar2(72) := g_package||'upd';
877: --
878: Begin
879: hr_utility.set_location('Entering:'||l_proc, 5);
880: --
881: -- Call conversion function to turn arguments into the
882: -- l_rec structure.
883: --

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

961: --
962: upd(l_rec, p_effective_date, p_validate);
963: p_object_version_number := l_rec.object_version_number;
964: --
965: hr_utility.set_location(' Leaving:'||l_proc, 10);
966: End upd;
967: --
968: end per_cpn_upd;