DBA Data[Home] [Help]

APPS.BEN_PCP_UPD dependencies on BEN_PCP_UPD

Line 1: Package Body ben_pcp_upd as

1: Package Body ben_pcp_upd as
2: /* $Header: bepcprhi.pkb 115.13 2002/12/16 12:00:12 vsethi noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 686: ben_pcp_upd.pre_update(p_rec);

682: ,p_effective_date);
683: --
684: -- Call the supporting pre-update operation
685: --
686: ben_pcp_upd.pre_update(p_rec);
687: --
688: -- Update the row.
689: --
690: ben_pcp_upd.update_dml(p_rec);

Line 690: ben_pcp_upd.update_dml(p_rec);

686: ben_pcp_upd.pre_update(p_rec);
687: --
688: -- Update the row.
689: --
690: ben_pcp_upd.update_dml(p_rec);
691: --
692: -- Call the supporting post-update operation
693: --
694: ben_pcp_upd.post_update

Line 694: ben_pcp_upd.post_update

690: ben_pcp_upd.update_dml(p_rec);
691: --
692: -- Call the supporting post-update operation
693: --
694: ben_pcp_upd.post_update
695: (p_rec
696: );
697: End upd;
698: --

Line 813: ben_pcp_upd.upd

809: -- Having converted the arguments into the
810: -- plsql record structure we call the corresponding record
811: -- business process.
812: --
813: ben_pcp_upd.upd
814: (p_effective_date, l_rec
815: );
816: p_object_version_number := l_rec.object_version_number;
817: --

Line 821: end ben_pcp_upd;

817: --
818: hr_utility.set_location(' Leaving:'||l_proc, 10);
819: End upd;
820: --
821: end ben_pcp_upd;