DBA Data[Home] [Help]

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

108: where default_posting_id = p_rec.default_posting_id;
109: --
110: irc_idp_shd.g_api_dml := false; -- Unset the api dml status
111: --
112: hr_utility.set_location(' Leaving:'||l_proc, 10);
113: --
114: Exception
115: When hr_api.check_integrity_violated Then
116: -- A check constraint has been violated

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

174: --
175: l_proc varchar2(72) := g_package||'pre_update';
176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: --
180: hr_utility.set_location(' Leaving:'||l_proc, 10);
181: End pre_update;
182: --

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

176: --
177: Begin
178: hr_utility.set_location('Entering:'||l_proc, 5);
179: --
180: hr_utility.set_location(' Leaving:'||l_proc, 10);
181: End pre_update;
182: --
183: -- ----------------------------------------------------------------------------
184: -- |-----------------------------< post_update >------------------------------|

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

218: --
219: l_proc varchar2(72) := g_package||'post_update';
220: --
221: Begin
222: hr_utility.set_location('Entering:'||l_proc, 5);
223: begin
224: --
225: irc_idp_rku.after_update
226: (p_default_posting_id

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

376: ,p_hook_type => 'AU');
377: --
378: end;
379: --
380: hr_utility.set_location(' Leaving:'||l_proc, 10);
381: End post_update;
382: --
383: -- ----------------------------------------------------------------------------
384: -- |-----------------------------< convert_defs >-----------------------------|

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

582: --
583: l_proc varchar2(72) := g_package||'upd';
584: --
585: Begin
586: hr_utility.set_location('Entering:'||l_proc, 5);
587: --
588: -- We must lock the row which we need to update.
589: --
590: irc_idp_shd.lck

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

663: l_rec irc_idp_shd.g_rec_type;
664: l_proc varchar2(72) := g_package||'upd';
665: --
666: Begin
667: hr_utility.set_location('Entering:'||l_proc, 5);
668: --
669: -- Call conversion function to turn arguments into the
670: -- l_rec structure.
671: --

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

717: (l_rec
718: );
719: p_object_version_number := l_rec.object_version_number;
720: --
721: hr_utility.set_location(' Leaving:'||l_proc, 10);
722: End upd;
723: --
724: end irc_idp_upd;