DBA Data[Home] [Help]

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

145: where posting_content_id = p_rec.posting_content_id;
146: --
147: irc_ipc_shd.g_api_dml := false; -- Unset the api dml status
148: --
149: hr_utility.set_location(' Leaving:'||l_proc, 10);
150: --
151: Exception
152: When hr_api.check_integrity_violated Then
153: -- A check constraint has been violated

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

211: --
212: l_proc varchar2(72) := g_package||'pre_update';
213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End pre_update;
219: --

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

213: --
214: Begin
215: hr_utility.set_location('Entering:'||l_proc, 5);
216: --
217: hr_utility.set_location(' Leaving:'||l_proc, 10);
218: End pre_update;
219: --
220: -- ----------------------------------------------------------------------------
221: -- |-----------------------------< post_update >------------------------------|

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

255: --
256: l_proc varchar2(72) := g_package||'post_update';
257: --
258: Begin
259: hr_utility.set_location('Entering:'||l_proc, 5);
260: begin
261: --
262: irc_ipc_rku.after_update
263: (p_posting_content_id

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

561: ,p_hook_type => 'AU');
562: --
563: end;
564: --
565: hr_utility.set_location(' Leaving:'||l_proc, 10);
566: End post_update;
567: --
568: -- ----------------------------------------------------------------------------
569: -- |-----------------------------< convert_defs >-----------------------------|

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

915: --
916: l_proc varchar2(72) := g_package||'upd';
917: --
918: Begin
919: hr_utility.set_location('Entering:'||l_proc, 5);
920: --
921: -- We must lock the row which we need to update.
922: --
923: irc_ipc_shd.lck

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

1033: l_rec irc_ipc_shd.g_rec_type;
1034: l_proc varchar2(72) := g_package||'upd';
1035: --
1036: Begin
1037: hr_utility.set_location('Entering:'||l_proc, 5);
1038: --
1039: -- Call conversion function to turn arguments into the
1040: -- l_rec structure.
1041: --

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

1124: (l_rec
1125: );
1126: p_object_version_number := l_rec.object_version_number;
1127: --
1128: hr_utility.set_location(' Leaving:'||l_proc, 10);
1129: End upd;
1130: --
1131: end irc_ipc_upd;