DBA Data[Home] [Help]

APPS.BEN_BCM_UPD dependencies on BEN_BCM_UPD

Line 1: Package Body ben_bcm_upd as

1: Package Body ben_bcm_upd as
2: /* $Header: bebcmrhi.pkb 115.2 2003/03/10 14:31:07 ssrayapu noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 386: ben_bcm_upd.pre_update(p_rec);

382: hr_multi_message.end_validation_set;
383: --
384: -- Call the supporting pre-update operation
385: --
386: ben_bcm_upd.pre_update(p_rec);
387: --
388: -- Update the row.
389: --
390: ben_bcm_upd.update_dml(p_rec);

Line 390: ben_bcm_upd.update_dml(p_rec);

386: ben_bcm_upd.pre_update(p_rec);
387: --
388: -- Update the row.
389: --
390: ben_bcm_upd.update_dml(p_rec);
391: --
392: -- Call the supporting post-update operation
393: --
394: ben_bcm_upd.post_update

Line 394: ben_bcm_upd.post_update

390: ben_bcm_upd.update_dml(p_rec);
391: --
392: -- Call the supporting post-update operation
393: --
394: ben_bcm_upd.post_update
395: (p_effective_date
396: ,p_rec
397: );
398: --

Line 449: ben_bcm_upd.upd

445: -- Having converted the arguments into the
446: -- plsql record structure we call the corresponding record
447: -- business process.
448: --
449: ben_bcm_upd.upd
450: (p_effective_date
451: ,l_rec
452: );
453: p_object_version_number := l_rec.object_version_number;

Line 458: end ben_bcm_upd;

454: --
455: hr_utility.set_location(' Leaving:'||l_proc, 10);
456: End upd;
457: --
458: end ben_bcm_upd;