DBA Data[Home] [Help]

APPS.BEN_CPE_UPD dependencies on BEN_CPE_UPD

Line 1: Package Body ben_cpe_upd as

1: Package Body ben_cpe_upd as
2: /* $Header: becperhi.pkb 120.0 2005/05/28 01:12:31 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 3509: ben_cpe_upd.pre_update(p_rec);

3505: hr_multi_message.end_validation_set;
3506: --
3507: -- Call the supporting pre-update operation
3508: --
3509: ben_cpe_upd.pre_update(p_rec);
3510: --
3511: -- Update the row.
3512: --
3513: ben_cpe_upd.update_dml(p_rec);

Line 3513: ben_cpe_upd.update_dml(p_rec);

3509: ben_cpe_upd.pre_update(p_rec);
3510: --
3511: -- Update the row.
3512: --
3513: ben_cpe_upd.update_dml(p_rec);
3514: --
3515: -- Call the supporting post-update operation
3516: --
3517: ben_cpe_upd.post_update

Line 3517: ben_cpe_upd.post_update

3513: ben_cpe_upd.update_dml(p_rec);
3514: --
3515: -- Call the supporting post-update operation
3516: --
3517: ben_cpe_upd.post_update
3518: (p_effective_date
3519: ,p_rec
3520: );
3521: --

Line 4290: ben_cpe_upd.upd

4286: -- Having converted the arguments into the
4287: -- plsql record structure we call the corresponding record
4288: -- business process.
4289: --
4290: ben_cpe_upd.upd
4291: (p_effective_date
4292: ,l_rec
4293: );
4294: p_object_version_number := l_rec.object_version_number;

Line 4299: end ben_cpe_upd;

4295: --
4296: hr_utility.set_location(' Leaving:'||l_proc, 10);
4297: End upd;
4298: --
4299: end ben_cpe_upd;