DBA Data[Home] [Help]

APPS.IRC_IOF_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 127: hr_utility.set_location(' leaving:'||l_proc, 10);

123: where offer_id = p_rec.offer_id;
124: --
125: --
126: --
127: hr_utility.set_location(' leaving:'||l_proc, 10);
128: --
129: exception
130: when hr_api.check_integrity_violated then
131: -- a check constraint has been violated

Line 189: hr_utility.set_location('entering:'||l_proc, 5);

185: --
186: l_proc varchar2(72) := g_package||'pre_update';
187: --
188: begin
189: hr_utility.set_location('entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' leaving:'||l_proc, 10);
192: end pre_update;
193: --

Line 191: hr_utility.set_location(' leaving:'||l_proc, 10);

187: --
188: begin
189: hr_utility.set_location('entering:'||l_proc, 5);
190: --
191: hr_utility.set_location(' leaving:'||l_proc, 10);
192: end pre_update;
193: --
194: -- ----------------------------------------------------------------------------
195: -- |-----------------------------< post_update >------------------------------|

Line 234: hr_utility.set_location('entering:'||l_proc, 5);

230: --
231: l_proc varchar2(72) := g_package||'post_update';
232: --
233: begin
234: hr_utility.set_location('entering:'||l_proc, 5);
235: begin
236: --
237: irc_iof_rku.after_update
238: (p_effective_date => p_effective_date

Line 453: hr_utility.set_location(' leaving:'||l_proc, 10);

449: ,p_hook_type => 'au');
450: --
451: end;
452: --
453: hr_utility.set_location(' leaving:'||l_proc, 10);
454: end post_update;
455: --
456: -- ----------------------------------------------------------------------------
457: -- |-----------------------------< convert_defs >-----------------------------|

Line 720: hr_utility.set_location('entering:'||l_proc, 5);

716: --
717: l_proc varchar2(72) := g_package||'upd';
718: --
719: begin
720: hr_utility.set_location('entering:'||l_proc, 5);
721: --
722: -- we must lock the row which we need to update.
723: --
724: irc_iof_shd.lck

Line 824: hr_utility.set_location('entering:'||l_proc, 5);

820: l_rec irc_iof_shd.g_rec_type;
821: l_proc varchar2(72) := g_package||'upd';
822: --
823: begin
824: hr_utility.set_location('entering:'||l_proc, 5);
825: --
826: -- call conversion function to turn arguments into the
827: -- l_rec structure.
828: --

Line 896: hr_utility.set_location(' leaving:'||l_proc, 10);

892: --
893: p_object_version_number := l_rec.object_version_number;
894: p_offer_version := l_rec.offer_version;
895: --
896: hr_utility.set_location(' leaving:'||l_proc, 10);
897: end upd;
898: --
899: end irc_iof_upd;