DBA Data[Home] [Help]

APPS.PER_ASN_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: object_version_number = p_rec.object_version_number
94: where assessment_id = p_rec.assessment_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 285: hr_utility.set_location(' Leaving:'||l_proc, 10);

281: );
282: end;
283: -- End of API User Hook for post_update
284: --
285: hr_utility.set_location(' Leaving:'||l_proc, 10);
286: End post_update;
287: --
288: -- ----------------------------------------------------------------------------
289: -- |-----------------------------< convert_defs >-----------------------------|

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

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

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

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

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

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

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

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

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

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

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

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