DBA Data[Home] [Help]

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

111: where agency_vacancy_id = p_rec.agency_vacancy_id;
112: --
113: --
114: --
115: hr_utility.set_location(' Leaving:'||l_proc, 10);
116: --
117: Exception
118: When hr_api.check_integrity_violated Then
119: -- A check constraint has been violated

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

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

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

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

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

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

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

387: ,p_hook_type => 'AU');
388: --
389: end;
390: --
391: hr_utility.set_location(' Leaving:'||l_proc, 10);
392: End post_update;
393: --
394: -- ----------------------------------------------------------------------------
395: -- |-----------------------------< convert_defs >-----------------------------|

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

605: --
606: l_proc varchar2(72) := g_package||'upd';
607: --
608: Begin
609: hr_utility.set_location('Entering:'||l_proc, 5);
610: --
611: -- We must lock the row which we need to update.
612: --
613: irc_iav_shd.lck

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

695: l_rec irc_iav_shd.g_rec_type;
696: l_proc varchar2(72) := g_package||'upd';
697: --
698: Begin
699: hr_utility.set_location('Entering:'||l_proc, 5);
700: --
701: -- Call conversion function to turn arguments into the
702: -- l_rec structure.
703: --

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

752: (l_rec
753: );
754: p_object_version_number := l_rec.object_version_number;
755: --
756: hr_utility.set_location(' Leaving:'||l_proc, 10);
757: End upd;
758: --
759: end irc_iav_upd;