DBA Data[Home] [Help]

APPS.PAY_RCU_UPD dependencies on PAY_RCU_UPD

Line 1: Package Body pay_rcu_upd as

1: Package Body pay_rcu_upd as
2: /* $Header: pyrcurhi.pkb 120.1 2005/06/20 05:01:52 tvankayl noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 384: pay_rcu_upd.pre_update(p_rec);

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

Line 388: pay_rcu_upd.update_dml(p_rec);

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

Line 392: pay_rcu_upd.post_update

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

Line 445: pay_rcu_upd.upd

441: -- Having converted the arguments into the
442: -- plsql record structure we call the corresponding record
443: -- business process.
444: --
445: pay_rcu_upd.upd
446: (p_effective_date
447: ,l_rec
448: );
449: p_object_version_number := l_rec.object_version_number;

Line 454: end pay_rcu_upd;

450: --
451: hr_utility.set_location(' Leaving:'||l_proc, 10);
452: End upd;
453: --
454: end pay_rcu_upd;