DBA Data[Home] [Help]

APPS.PAY_BLT_UPD dependencies on PAY_BLT_UPD

Line 1: Package Body pay_blt_upd as

1: Package Body pay_blt_upd as
2: /* $Header: pybltrhi.pkb 120.0 2005/05/29 03:21 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 558: pay_blt_upd.pre_update(p_rec);

554: hr_multi_message.end_validation_set;
555: --
556: -- Call the supporting pre-update operation
557: --
558: pay_blt_upd.pre_update(p_rec);
559: --
560: -- Update the row.
561: --
562: pay_blt_upd.update_dml(p_rec);

Line 562: pay_blt_upd.update_dml(p_rec);

558: pay_blt_upd.pre_update(p_rec);
559: --
560: -- Update the row.
561: --
562: pay_blt_upd.update_dml(p_rec);
563: --
564: -- Call the supporting post-update operation
565: --
566: pay_blt_upd.post_update

Line 566: pay_blt_upd.post_update

562: pay_blt_upd.update_dml(p_rec);
563: --
564: -- Call the supporting post-update operation
565: --
566: pay_blt_upd.post_update
567: (p_effective_date
568: ,p_rec
569: ,l_balance_name_warning
570: );

Line 697: pay_blt_upd.upd

693: -- Having converted the arguments into the
694: -- plsql record structure we call the corresponding record
695: -- business process.
696: --
697: pay_blt_upd.upd
698: (p_effective_date
699: ,l_rec
700: ,l_balance_name_warning
701: );

Line 708: end pay_blt_upd;

704: --
705: hr_utility.set_location(' Leaving:'||l_proc, 10);
706: End upd;
707: --
708: end pay_blt_upd;