DBA Data[Home] [Help]

APPS.PAY_EEI_UPD dependencies on PAY_EEI_UPD

Line 1: Package Body pay_eei_upd as

1: Package Body pay_eei_upd as
2: /* $Header: pyeeirhi.pkb 120.11 2006/07/12 05:28:45 vikgupta noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 820: pay_eei_upd.pre_update(p_rec);

816: );
817: --
818: -- Call the supporting pre-update operation
819: --
820: pay_eei_upd.pre_update(p_rec);
821: --
822: -- Update the row.
823: --
824: pay_eei_upd.update_dml(p_rec);

Line 824: pay_eei_upd.update_dml(p_rec);

820: pay_eei_upd.pre_update(p_rec);
821: --
822: -- Update the row.
823: --
824: pay_eei_upd.update_dml(p_rec);
825: --
826: -- Call the supporting post-update operation
827: --
828: pay_eei_upd.post_update

Line 828: pay_eei_upd.post_update

824: pay_eei_upd.update_dml(p_rec);
825: --
826: -- Call the supporting post-update operation
827: --
828: pay_eei_upd.post_update
829: (p_rec
830: );
831: End upd;
832: --

Line 976: pay_eei_upd.upd

972: -- Having converted the arguments into the
973: -- plsql record structure we call the corresponding record
974: -- business process.
975: --
976: pay_eei_upd.upd
977: (l_rec
978: );
979: p_object_version_number := l_rec.object_version_number;
980: --

Line 984: end pay_eei_upd;

980: --
981: hr_utility.set_location(' Leaving:'||l_proc, 10);
982: End upd;
983: --
984: end pay_eei_upd;