DBA Data[Home] [Help]

APPS.PER_PAR_UPD dependencies on HR_UTILITY

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

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

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

92: attribute20 = p_rec.attribute20,
93: participant_usage_status = p_rec.participant_usage_status
94: where participant_id = p_rec.participant_id;
95: --
96: hr_utility.set_location(' Leaving:'||l_proc, 10);
97: --
98: Exception
99: When hr_api.check_integrity_violated Then
100: -- A check constraint has been violated

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

148: --
149: l_proc varchar2(72) := g_package||'pre_update';
150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --

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

150: --
151: Begin
152: hr_utility.set_location('Entering:'||l_proc, 5);
153: --
154: hr_utility.set_location(' Leaving:'||l_proc, 10);
155: End pre_update;
156: --
157: -- ----------------------------------------------------------------------------
158: -- |-----------------------------< post_update >------------------------------|

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

190: --
191: l_proc varchar2(72) := g_package||'post_update';
192: --
193: Begin
194: hr_utility.set_location('Entering:'||l_proc, 5);
195: --
196: -- This is a hook point and the user hook for post_update is called here.
197: --
198: begin

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

277: );
278: end;
279: -- End of API User Hook for post_update
280: --
281: hr_utility.set_location(' Leaving:'||l_proc, 10);
282: End post_update;
283: --
284: -- ----------------------------------------------------------------------------
285: -- |-----------------------------< convert_defs >-----------------------------|

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

330: l_proc varchar2(72) := g_package||'convert_defs';
331: --
332: Begin
333: --
334: hr_utility.set_location('Entering:'||l_proc, 5);
335: --
336: -- We must now examine each argument value in the
337: -- p_rec plsql record structure
338: -- to see if a system default is being used. If a system default

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

472: p_rec.participant_usage_status :=
473: per_par_shd.g_old_rec.participant_usage_status;
474: End If;
475: --
476: hr_utility.set_location(' Leaving:'||l_proc, 10);
477: --
478: End convert_defs;
479: --
480: -- ----------------------------------------------------------------------------

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

489: --
490: l_proc varchar2(72) := g_package||'upd';
491: --
492: Begin
493: hr_utility.set_location('Entering:'||l_proc, 5);
494: --
495: -- Determine if the business process is to be validated.
496: --
497: If p_validate then

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

545: If p_validate then
546: Raise HR_Api.Validate_Enabled;
547: End If;
548: --
549: hr_utility.set_location(' Leaving:'||l_proc, 10);
550: Exception
551: When HR_Api.Validate_Enabled Then
552: --
553: -- As the Validate_Enabled exception has been raised

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

599: l_rec per_par_shd.g_rec_type;
600: l_proc varchar2(72) := g_package||'upd';
601: --
602: Begin
603: hr_utility.set_location('Entering:'||l_proc, 5);
604: --
605: -- Call conversion function to turn arguments into the
606: -- l_rec structure.
607: --

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

651: --
652: upd(l_rec, p_effective_date,p_validate);
653: p_object_version_number := l_rec.object_version_number;
654: --
655: hr_utility.set_location(' Leaving:'||l_proc, 10);
656: End upd;
657: --
658: end per_par_upd;