DBA Data[Home] [Help]

APPS.IRC_IVC_UPD dependencies on IRC_IVC_UPD

Line 1: Package Body irc_ivc_upd as

1: Package Body irc_ivc_upd as
2: /* $Header: irivcrhi.pkb 120.0 2005/07/26 15:12:26 mbocutt noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 321: irc_ivc_upd.pre_update(p_rec);

317: -- Call to raise any errors on multi-message list
318: hr_multi_message.end_validation_set;
319: -- Call the supporting pre-update operation
320: --
321: irc_ivc_upd.pre_update(p_rec);
322: --
323: if p_rec.person_id is null then
324: p_rec.person_id:=irc_ivc_shd.g_old_rec.person_id;
325: end if;

Line 331: irc_ivc_upd.update_dml(p_rec);

327: p_rec.vacancy_id:=irc_ivc_shd.g_old_rec.vacancy_id;
328: end if;
329: -- Update the row.
330: --
331: irc_ivc_upd.update_dml(p_rec);
332: --
333: -- Call the supporting post-update operation
334: --
335: irc_ivc_upd.post_update

Line 335: irc_ivc_upd.post_update

331: irc_ivc_upd.update_dml(p_rec);
332: --
333: -- Call the supporting post-update operation
334: --
335: irc_ivc_upd.post_update
336: (p_effective_date
337: ,p_rec
338: );
339: --

Line 378: irc_ivc_upd.upd

374: -- Having converted the arguments into the
375: -- plsql record structure we call the corresponding record
376: -- business process.
377: --
378: irc_ivc_upd.upd
379: (p_effective_date
380: ,l_rec
381: );
382: p_object_version_number := l_rec.object_version_number;

Line 387: end irc_ivc_upd;

383: --
384: hr_utility.set_location(' Leaving:'||l_proc, 10);
385: End upd;
386: --
387: end irc_ivc_upd;