DBA Data[Home] [Help]

APPS.BEN_RTS_UPD dependencies on BEN_RTS_UPD

Line 1: Package Body ben_rts_upd as

1: Package Body ben_rts_upd as
2: /* $Header: bertsrhi.pkb 120.1 2006/01/09 14:37 maagrawa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 754: ben_rts_upd.pre_update(p_rec);

750: hr_multi_message.end_validation_set;
751: --
752: -- Call the supporting pre-update operation
753: --
754: ben_rts_upd.pre_update(p_rec);
755: --
756: -- Update the row.
757: --
758: ben_rts_upd.update_dml(p_rec);

Line 758: ben_rts_upd.update_dml(p_rec);

754: ben_rts_upd.pre_update(p_rec);
755: --
756: -- Update the row.
757: --
758: ben_rts_upd.update_dml(p_rec);
759: --
760: -- Call the supporting post-update operation
761: --
762: ben_rts_upd.post_update

Line 762: ben_rts_upd.post_update

758: ben_rts_upd.update_dml(p_rec);
759: --
760: -- Call the supporting post-update operation
761: --
762: ben_rts_upd.post_update
763: (p_rec
764: );
765: --
766: -- Call to raise any errors on multi-message list

Line 898: ben_rts_upd.upd

894: -- Having converted the arguments into the
895: -- plsql record structure we call the corresponding record
896: -- business process.
897: --
898: ben_rts_upd.upd
899: (l_rec
900: );
901: p_object_version_number := l_rec.object_version_number;
902: --

Line 908: end ben_rts_upd;

904: hr_utility.set_location(' Leaving:'||l_proc, 10);
905: end if;
906: End upd;
907: --
908: end ben_rts_upd;