DBA Data[Home] [Help]

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

103: where communication_property_id = p_rec.communication_property_id;
104: --
105: --
106: --
107: hr_utility.set_location(' Leaving:'||l_proc, 10);
108: --
109: Exception
110: When hr_api.check_integrity_violated Then
111: -- A check constraint has been violated

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

165: --
166: l_proc varchar2(72) := g_package||'pre_update';
167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End pre_update;
173: --

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

167: --
168: Begin
169: hr_utility.set_location('Entering:'||l_proc, 5);
170: --
171: hr_utility.set_location(' Leaving:'||l_proc, 10);
172: End pre_update;
173: --
174: -- ----------------------------------------------------------------------------
175: -- |-----------------------------< post_update >------------------------------|

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

210: --
211: l_proc varchar2(72) := g_package||'post_update';
212: --
213: Begin
214: hr_utility.set_location('Entering:'||l_proc, 5);
215: begin
216: --
217: irc_cmp_rku.after_update
218: (p_effective_date => p_effective_date

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

349: ,p_hook_type => 'AU');
350: --
351: end;
352: --
353: hr_utility.set_location(' Leaving:'||l_proc, 10);
354: End post_update;
355: --
356: -- ----------------------------------------------------------------------------
357: -- |-----------------------------< convert_defs >-----------------------------|

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

536: --
537: l_proc varchar2(72) := g_package||'upd';
538: --
539: Begin
540: hr_utility.set_location('Entering:'||l_proc, 5);
541: --
542: -- We must lock the row which we need to update.
543: --
544: irc_cmp_shd.lck

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

621: l_rec irc_cmp_shd.g_rec_type;
622: l_proc varchar2(72) := g_package||'upd';
623: --
624: Begin
625: hr_utility.set_location('Entering:'||l_proc, 5);
626: --
627: -- Call conversion function to turn arguments into the
628: -- l_rec structure.
629: --

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

671: ,l_rec
672: );
673: p_object_version_number := l_rec.object_version_number;
674: --
675: hr_utility.set_location(' Leaving:'||l_proc, 10);
676: End upd;
677: --
678: end irc_cmp_upd;