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

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

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

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

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

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

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

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

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

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

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

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

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

661: p_rec.posting_impl_class :=
662: irc_rse_shd.g_old_rec.posting_impl_class;
663: End If;
664: --
665: hr_utility.set_location('Leaving:'||l_proc, 5);
666: End convert_defs;
667: --
668: -- ----------------------------------------------------------------------------
669: -- |---------------------------------< upd >----------------------------------|

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

675: --
676: l_proc varchar2(72) := g_package||'upd';
677: --
678: Begin
679: hr_utility.set_location('Entering:'||l_proc, 5);
680: --
681: -- We must lock the row which we need to update.
682: --
683: irc_rse_shd.lck

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

775: l_rec irc_rse_shd.g_rec_type;
776: l_proc varchar2(72) := g_package||'upd';
777: --
778: Begin
779: hr_utility.set_location('Entering:'||l_proc, 5);
780: --
781: -- Call conversion function to turn arguments into the
782: -- l_rec structure.
783: --

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

840: ,l_rec
841: );
842: p_object_version_number := l_rec.object_version_number;
843: --
844: hr_utility.set_location(' Leaving:'||l_proc, 10);
845: End upd;
846: --
847: end irc_rse_upd;