DBA Data[Home] [Help]

APPS.PAY_AIF_UPD dependencies on PAY_AIF_UPD

Line 1: Package Body pay_aif_upd as

1: Package Body pay_aif_upd as
2: /* $Header: pyaifrhi.pkb 120.2.12000000.2 2007/03/30 05:34:36 ttagawa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 632: pay_aif_upd.pre_update(p_rec);

628: hr_multi_message.end_validation_set;
629: --
630: -- Call the supporting pre-update operation
631: --
632: pay_aif_upd.pre_update(p_rec);
633: --
634: -- Update the row.
635: --
636: pay_aif_upd.update_dml(p_rec);

Line 636: pay_aif_upd.update_dml(p_rec);

632: pay_aif_upd.pre_update(p_rec);
633: --
634: -- Update the row.
635: --
636: pay_aif_upd.update_dml(p_rec);
637: --
638: -- Call the supporting post-update operation
639: --
640: pay_aif_upd.post_update

Line 640: pay_aif_upd.post_update

636: pay_aif_upd.update_dml(p_rec);
637: --
638: -- Call the supporting post-update operation
639: --
640: pay_aif_upd.post_update
641: (p_rec
642: );
643: --
644: -- Call to raise any errors on multi-message list

Line 746: pay_aif_upd.upd

742: -- Having converted the arguments into the
743: -- plsql record structure we call the corresponding record
744: -- business process.
745: --
746: pay_aif_upd.upd
747: (l_rec
748: );
749: p_object_version_number := l_rec.object_version_number;
750: --

Line 754: end pay_aif_upd;

750: --
751: hr_utility.set_location(' Leaving:'||l_proc, 10);
752: End upd;
753: --
754: end pay_aif_upd;