DBA Data[Home] [Help]

APPS.IRC_PCV_UPD dependencies on IRC_PCV_UPD

Line 1: Package Body irc_pcv_upd as

1: Package Body irc_pcv_upd as
2: /* $Header: irpcvrhi.pkb 120.0 2005/10/03 14:59:01 rbanda noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 323: irc_pcv_upd.pre_update(p_rec);

319: hr_multi_message.end_validation_set;
320: --
321: -- Call the supporting pre-update operation
322: --
323: irc_pcv_upd.pre_update(p_rec);
324: --
325: -- Update the row.
326: --
327: irc_pcv_upd.update_dml(p_rec);

Line 327: irc_pcv_upd.update_dml(p_rec);

323: irc_pcv_upd.pre_update(p_rec);
324: --
325: -- Update the row.
326: --
327: irc_pcv_upd.update_dml(p_rec);
328: --
329: -- Call the supporting post-update operation
330: --
331: irc_pcv_upd.post_update

Line 331: irc_pcv_upd.post_update

327: irc_pcv_upd.update_dml(p_rec);
328: --
329: -- Call the supporting post-update operation
330: --
331: irc_pcv_upd.post_update
332: (p_effective_date
333: ,p_rec
334: );
335: --

Line 372: irc_pcv_upd.upd

368: -- Having converted the arguments into the
369: -- plsql record structure we call the corresponding record
370: -- business process.
371: --
372: irc_pcv_upd.upd
373: (p_effective_date
374: ,l_rec
375: );
376: p_object_version_number := l_rec.object_version_number;

Line 381: end irc_pcv_upd;

377: --
378: hr_utility.set_location(' Leaving:'||l_proc, 10);
379: End upd;
380: --
381: end irc_pcv_upd;