DBA Data[Home] [Help]

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

87: attribute20 = p_rec.attribute20,
88: object_version_number = p_rec.object_version_number
89: where assessment_group_id = p_rec.assessment_group_id;
90: --
91: hr_utility.set_location(' Leaving:'||l_proc, 10);
92: --
93: Exception
94: When hr_api.check_integrity_violated Then
95: -- A check constraint has been violated

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

143: --
144: l_proc varchar2(72) := g_package||'pre_update';
145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: End pre_update;
151: --

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

145: --
146: Begin
147: hr_utility.set_location('Entering:'||l_proc, 5);
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: End pre_update;
151: --
152: -- ----------------------------------------------------------------------------
153: -- |-----------------------------< post_update >------------------------------|

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

185: --
186: l_proc varchar2(72) := g_package||'post_update';
187: --
188: Begin
189: hr_utility.set_location('Entering:'||l_proc, 5);
190: --
191: -- This is a hook point and the user hook for post_update is called here.
192: --
193: begin

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

253: );
254: end;
255: -- End of API User Hook for post_update
256: --
257: hr_utility.set_location(' Leaving:'||l_proc, 10);
258: End post_update;
259: --
260: -- ----------------------------------------------------------------------------
261: -- |-----------------------------< convert_defs >-----------------------------|

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

306: l_proc varchar2(72) := g_package||'convert_defs';
307: --
308: Begin
309: --
310: hr_utility.set_location('Entering:'||l_proc, 5);
311: --
312: -- We must now examine each argument value in the
313: -- p_rec plsql record structure
314: -- to see if a system default is being used. If a system default

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

415: per_asr_shd.g_old_rec.attribute20;
416: End If;
417:
418: --
419: hr_utility.set_location(' Leaving:'||l_proc, 10);
420: --
421: End convert_defs;
422: --
423: -- ----------------------------------------------------------------------------

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

432: --
433: l_proc varchar2(72) := g_package||'upd';
434: --
435: Begin
436: hr_utility.set_location('Entering:'||l_proc, 5);
437: --
438: -- Determine if the business process is to be validated.
439: --
440: If p_validate then

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

479: If p_validate then
480: Raise HR_Api.Validate_Enabled;
481: End If;
482: --
483: hr_utility.set_location(' Leaving:'||l_proc, 10);
484: Exception
485: When HR_Api.Validate_Enabled Then
486: --
487: -- As the Validate_Enabled exception has been raised

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

528: l_rec per_asr_shd.g_rec_type;
529: l_proc varchar2(72) := g_package||'upd';
530: --
531: Begin
532: hr_utility.set_location('Entering:'||l_proc, 5);
533: --
534: -- Call conversion function to turn arguments into the
535: -- l_rec structure.
536: --

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

574: ,p_validate
575: ,p_effective_date);
576: p_object_version_number := l_rec.object_version_number;
577: --
578: hr_utility.set_location(' Leaving:'||l_proc, 10);
579: End upd;
580: --
581: end per_asr_upd;