DBA Data[Home] [Help]

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

104: where job_requirement_id = p_rec.job_requirement_id;
105: --
106: per_jbr_shd.g_api_dml := false; -- Unset the api dml status
107: --
108: hr_utility.set_location(' Leaving:'||l_proc, 10);
109: --
110: Exception
111: When hr_api.check_integrity_violated Then
112: -- A check constraint has been violated

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

164: --
165: l_proc varchar2(72) := g_package||'pre_update';
166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: End pre_update;
172: --

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

166: --
167: Begin
168: hr_utility.set_location('Entering:'||l_proc, 5);
169: --
170: hr_utility.set_location(' Leaving:'||l_proc, 10);
171: End pre_update;
172: --
173: -- ----------------------------------------------------------------------------
174: -- |-----------------------------< post_update >------------------------------|

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

206: --
207: l_proc varchar2(72) := g_package||'post_update';
208: --
209: Begin
210: hr_utility.set_location('Entering:'||l_proc, 5);
211: --
212: -- Start of API User Hook for post_update.
213: --
214: begin

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

291: );
292: end;
293: -- End of API User Hook for post_update.
294: --
295: hr_utility.set_location(' Leaving:'||l_proc, 10);
296: End post_update;
297: --
298: -- ----------------------------------------------------------------------------
299: -- |-----------------------------< convert_defs >-----------------------------|

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

344: l_proc varchar2(72) := g_package||'convert_defs';
345: --
346: Begin
347: --
348: hr_utility.set_location('Entering:'||l_proc, 5);
349: --
350: -- We must now examine each argument value in the
351: -- p_rec plsql record structure
352: -- to see if a system default is being used. If a system default

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

485: per_jbr_shd.g_old_rec.attribute20;
486: End If;
487:
488: --
489: hr_utility.set_location(' Leaving:'||l_proc, 10);
490: --
491: End convert_defs;
492: --
493: -- ----------------------------------------------------------------------------

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

501: --
502: l_proc varchar2(72) := g_package||'upd';
503: --
504: Begin
505: hr_utility.set_location('Entering:'||l_proc, 5);
506: --
507: -- Determine if the business process is to be validated.
508: --
509: If p_validate then

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

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

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

603: l_rec per_jbr_shd.g_rec_type;
604: l_proc varchar2(72) := g_package||'upd';
605: --
606: Begin
607: hr_utility.set_location('Entering:'||l_proc, 5);
608: --
609: -- Call conversion function to turn arguments into the
610: -- l_rec structure.
611: --

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

655: --
656: upd(l_rec, p_validate);
657: p_object_version_number := l_rec.object_version_number;
658: --
659: hr_utility.set_location(' Leaving:'||l_proc, 10);
660: End upd;
661: --
662: end per_jbr_upd;