DBA Data[Home] [Help]

APPS.IRC_APA_UPD dependencies on IRC_APA_UPD

Line 1: Package Body irc_apa_upd as

1: Package Body irc_apa_upd as
2: /* $Header: iraparhi.pkb 120.0.12000000.1 2007/03/23 12:12:46 vboggava noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

Line 8: g_package varchar2(33) := ' irc_apa_upd.'; -- Global package name

4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |
6: -- ----------------------------------------------------------------------------
7: --
8: g_package varchar2(33) := ' irc_apa_upd.'; -- Global package name
9: --
10: -- ----------------------------------------------------------------------------
11: -- |------------------------------< update_dml >------------------------------|
12: -- ----------------------------------------------------------------------------

Line 310: irc_apa_upd.pre_update(p_rec);

306: hr_multi_message.end_validation_set;
307: --
308: -- Call the supporting pre-update operation
309: --
310: irc_apa_upd.pre_update(p_rec);
311: --
312: -- Update the row.
313: --
314: irc_apa_upd.update_dml(p_rec);

Line 314: irc_apa_upd.update_dml(p_rec);

310: irc_apa_upd.pre_update(p_rec);
311: --
312: -- Update the row.
313: --
314: irc_apa_upd.update_dml(p_rec);
315: --
316: -- Call the supporting post-update operation
317: --
318: irc_apa_upd.post_update

Line 318: irc_apa_upd.post_update

314: irc_apa_upd.update_dml(p_rec);
315: --
316: -- Call the supporting post-update operation
317: --
318: irc_apa_upd.post_update
319: (p_rec
320: );
321: --
322: -- Call to raise any errors on multi-message list

Line 355: irc_apa_upd.upd

351: -- Having converted the arguments into the
352: -- plsql record structure we call the corresponding record
353: -- business process.
354: --
355: irc_apa_upd.upd
356: (l_rec
357: );
358: p_object_version_number := l_rec.object_version_number;
359: --

Line 363: end irc_apa_upd;

359: --
360: hr_utility.set_location(' Leaving:'||l_proc, 10);
361: End upd;
362: --
363: end irc_apa_upd;