DBA Data[Home] [Help]

APPS.IRC_RSE_UPD dependencies on HR_UTILITY

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

57: --
58: l_proc varchar2(72) := g_package||'update_dml';
59: --
60: Begin
61: hr_utility.set_location('Entering:'||l_proc, 5);
62: --
63: -- Increment the object version
64: p_rec.object_version_number := p_rec.object_version_number + 1;
65: --

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

116: ,internal_name = p_rec.internal_name
117: where recruiting_site_id = p_rec.recruiting_site_id;
118: --
119: irc_rse_shd.g_api_dml := false; -- Unset the api dml status
120: hr_utility.set_location(' Leaving:'||l_proc, 10);
121: --
122: Exception
123: When hr_api.check_integrity_violated Then
124: -- A check constraint has been violated

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

182: --
183: l_proc varchar2(72) := g_package||'pre_update';
184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: End pre_update;
190: --

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

184: --
185: Begin
186: hr_utility.set_location('Entering:'||l_proc, 5);
187: --
188: hr_utility.set_location(' Leaving:'||l_proc, 10);
189: End pre_update;
190: --
191: -- ----------------------------------------------------------------------------
192: -- |-----------------------------< post_update >------------------------------|

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

227: --
228: l_proc varchar2(72) := g_package||'post_update';
229: --
230: Begin
231: hr_utility.set_location('Entering:'||l_proc, 5);
232: begin
233: --
234: irc_rse_rku.after_update
235: (p_effective_date => p_effective_date

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

422: ,p_hook_type => 'AU');
423: --
424: end;
425: --
426: hr_utility.set_location(' Leaving:'||l_proc, 10);
427: End post_update;
428: --
429: -- ----------------------------------------------------------------------------
430: -- |-----------------------------< convert_defs >-----------------------------|

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

474: ) is
475: --
476: l_proc varchar2(72) := g_package||'convert_defs';
477: Begin
478: hr_utility.set_location('Entering:'||l_proc, 5);
479: --
480: -- We must now examine each argument value in the
481: -- p_rec plsql record structure
482: -- to see if a system default is being used. If a system default

Line 658: hr_utility.set_location('Leaving:'||l_proc, 5);

654: p_rec.internal_name :=
655: irc_rse_shd.g_old_rec.internal_name;
656: End If;
657: --
658: hr_utility.set_location('Leaving:'||l_proc, 5);
659: End convert_defs;
660: --
661: -- ----------------------------------------------------------------------------
662: -- |---------------------------------< upd >----------------------------------|

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

668: --
669: l_proc varchar2(72) := g_package||'upd';
670: --
671: Begin
672: hr_utility.set_location('Entering:'||l_proc, 5);
673: --
674: -- We must lock the row which we need to update.
675: --
676: irc_rse_shd.lck

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

767: l_rec irc_rse_shd.g_rec_type;
768: l_proc varchar2(72) := g_package||'upd';
769: --
770: Begin
771: hr_utility.set_location('Entering:'||l_proc, 5);
772: --
773: -- Call conversion function to turn arguments into the
774: -- l_rec structure.
775: --

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

831: ,l_rec
832: );
833: p_object_version_number := l_rec.object_version_number;
834: --
835: hr_utility.set_location(' Leaving:'||l_proc, 10);
836: End upd;
837: --
838: end irc_rse_upd;