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.12020000.2 2012/09/23 07:50:52 jkvallab ship $ */
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 424: pay_rcu_upd.pre_update(p_rec);

420: hr_multi_message.end_validation_set;
421: --
422: -- Call the supporting pre-update operation
423: --
424: pay_rcu_upd.pre_update(p_rec);
425: --
426: -- Update the row.
427: --
428: pay_rcu_upd.update_dml(p_rec);

Line 428: pay_rcu_upd.update_dml(p_rec);

424: pay_rcu_upd.pre_update(p_rec);
425: --
426: -- Update the row.
427: --
428: pay_rcu_upd.update_dml(p_rec);
429: --
430: -- Call the supporting post-update operation
431: --
432: pay_rcu_upd.post_update

Line 432: pay_rcu_upd.post_update

428: pay_rcu_upd.update_dml(p_rec);
429: --
430: -- Call the supporting post-update operation
431: --
432: pay_rcu_upd.post_update
433: (p_effective_date
434: ,p_rec
435: );
436: --

Line 485: pay_rcu_upd.upd

481: -- Having converted the arguments into the
482: -- plsql record structure we call the corresponding record
483: -- business process.
484: --
485: pay_rcu_upd.upd
486: (p_effective_date
487: ,l_rec
488: );
489: p_object_version_number := l_rec.object_version_number;

Line 494: end pay_rcu_upd;

490: --
491: hr_utility.set_location(' Leaving:'||l_proc, 10);
492: End upd;
493: --
494: end pay_rcu_upd;