DBA Data[Home] [Help]

APPS.IRC_INO_UPD dependencies on HR_UTILITY

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

59: l_proc varchar2(72) := g_package||'update_dml';
60: l_note_text clob;
61: --
62: Begin
63: hr_utility.set_location('Entering:'||l_proc, 5);
64: --
65: -- Increment the object version
66: p_rec.object_version_number := p_rec.object_version_number + 1;
67: --

Line 84: hr_utility.set_location(l_proc, 10);

80: if (g_note_text
81: and dbms_lob.getlength(l_note_text)<=32767
82: and dbms_lob.instr(l_note_text,p_rec.note_text)<>1)
83: then
84: hr_utility.set_location(l_proc, 10);
85: dbms_lob.trim(l_note_text,0);
86: dbms_lob.write(l_note_text
87: ,length(p_rec.note_text)
88: ,1

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

89: ,p_rec.note_text);
90: end if;
91: irc_ino_shd.g_api_dml := false; -- Unset the api dml status
92: --
93: hr_utility.set_location(' Leaving:'||l_proc, 10);
94: --
95: Exception
96: When hr_api.check_integrity_violated Then
97: -- A check constraint has been violated

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

151: --
152: l_proc varchar2(72) := g_package||'pre_update';
153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --

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

153: --
154: Begin
155: hr_utility.set_location('Entering:'||l_proc, 5);
156: --
157: hr_utility.set_location(' Leaving:'||l_proc, 10);
158: End pre_update;
159: --
160: -- ----------------------------------------------------------------------------
161: -- |-----------------------------< post_update >------------------------------|

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

195: --
196: l_proc varchar2(72) := g_package||'post_update';
197: --
198: Begin
199: hr_utility.set_location('Entering:'||l_proc, 5);
200: begin
201: --
202: irc_ino_rku.after_update
203: (p_note_id

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

225: ,p_hook_type => 'AU');
226: --
227: end;
228: --
229: hr_utility.set_location(' Leaving:'||l_proc, 10);
230: End post_update;
231: --
232: -- ----------------------------------------------------------------------------
233: -- |-----------------------------< convert_defs >-----------------------------|

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

306: --
307: l_proc varchar2(72) := g_package||'upd';
308: --
309: Begin
310: hr_utility.set_location('Entering:'||l_proc, 5);
311: --
312: -- We must lock the row which we need to update.
313: --
314: irc_ino_shd.lck

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

361: l_rec irc_ino_shd.g_rec_type;
362: l_proc varchar2(72) := g_package||'upd';
363: --
364: Begin
365: hr_utility.set_location('Entering:'||l_proc, 5);
366: --
367: -- Call conversion function to turn arguments into the
368: -- l_rec structure.
369: --

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

383: (l_rec
384: );
385: p_object_version_number := l_rec.object_version_number;
386: --
387: hr_utility.set_location(' Leaving:'||l_proc, 10);
388: End upd;
389: --
390: end irc_ino_upd;