DBA Data[Home] [Help]

APPS.BEN_CPG_UPD dependencies on BEN_CPG_UPD

Line 1: Package Body ben_cpg_upd as

1: Package Body ben_cpg_upd as
2: /* $Header: becpgrhi.pkb 120.0 2005/05/28 01:13 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 611: ben_cpg_upd.pre_update(p_rec);

607: hr_multi_message.end_validation_set;
608: --
609: -- Call the supporting pre-update operation
610: --
611: ben_cpg_upd.pre_update(p_rec);
612: --
613: -- Update the row.
614: --
615: ben_cpg_upd.update_dml(p_rec);

Line 615: ben_cpg_upd.update_dml(p_rec);

611: ben_cpg_upd.pre_update(p_rec);
612: --
613: -- Update the row.
614: --
615: ben_cpg_upd.update_dml(p_rec);
616: --
617: -- Call the supporting post-update operation
618: --
619: ben_cpg_upd.post_update

Line 619: ben_cpg_upd.post_update

615: ben_cpg_upd.update_dml(p_rec);
616: --
617: -- Call the supporting post-update operation
618: --
619: ben_cpg_upd.post_update
620: (p_rec
621: );
622: --
623: -- Call to raise any errors on multi-message list

Line 724: ben_cpg_upd.upd

720: -- Having converted the arguments into the
721: -- plsql record structure we call the corresponding record
722: -- business process.
723: --
724: ben_cpg_upd.upd
725: (l_rec
726: );
727: p_object_version_number := l_rec.object_version_number;
728: --

Line 734: end ben_cpg_upd;

730: hr_utility.set_location(' Leaving:'||l_proc, 10);
731: end if;
732: End upd;
733: --
734: end ben_cpg_upd;