DBA Data[Home] [Help]

APPS.IRC_JBI_UPD dependencies on IRC_JBI_UPD

Line 1: Package Body irc_jbi_upd as

1: Package Body irc_jbi_upd as
2: /* $Header: irjbirhi.pkb 120.0 2005/07/26 15:13:16 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 313: irc_jbi_upd.pre_update(p_rec);

309: );
310: --
311: -- Call the supporting pre-update operation
312: --
313: irc_jbi_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: irc_jbi_upd.update_dml(p_rec);

Line 317: irc_jbi_upd.update_dml(p_rec);

313: irc_jbi_upd.pre_update(p_rec);
314: --
315: -- Update the row.
316: --
317: irc_jbi_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: irc_jbi_upd.post_update

Line 321: irc_jbi_upd.post_update

317: irc_jbi_upd.update_dml(p_rec);
318: --
319: -- Call the supporting post-update operation
320: --
321: irc_jbi_upd.post_update
322: (p_effective_date
323: ,p_rec
324: );
325: End upd;

Line 359: irc_jbi_upd.upd

355: -- Having converted the arguments into the
356: -- plsql record structure we call the corresponding record
357: -- business process.
358: --
359: irc_jbi_upd.upd
360: (p_effective_date
361: ,l_rec
362: );
363: p_object_version_number := l_rec.object_version_number;

Line 368: end irc_jbi_upd;

364: --
365: hr_utility.set_location(' Leaving:'||l_proc, 10);
366: End upd;
367: --
368: end irc_jbi_upd;