DBA Data[Home] [Help]

APPS.PER_PAC_UPD dependencies on PER_PAC_UPD

Line 1: Package Body per_pac_upd as

1: Package Body per_pac_upd as
2: /* $Header: pepacrhi.pkb 120.3 2006/10/19 07:29:26 sturlapa noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 738: per_pac_upd.pre_update(p_rec);

734: hr_multi_message.end_validation_set;
735: --
736: -- Call the supporting pre-update operation
737: --
738: per_pac_upd.pre_update(p_rec);
739: --
740: -- Update the row.
741: --
742: per_pac_upd.update_dml(p_rec);

Line 742: per_pac_upd.update_dml(p_rec);

738: per_pac_upd.pre_update(p_rec);
739: --
740: -- Update the row.
741: --
742: per_pac_upd.update_dml(p_rec);
743: --
744: -- Call the supporting post-update operation
745: --
746: per_pac_upd.post_update

Line 746: per_pac_upd.post_update

742: per_pac_upd.update_dml(p_rec);
743: --
744: -- Call the supporting post-update operation
745: --
746: per_pac_upd.post_update
747: (p_effective_date
748: ,p_rec
749: );
750: --

Line 879: per_pac_upd.upd

875: -- Having converted the arguments into the
876: -- plsql record structure we call the corresponding record
877: -- business process.
878: --
879: per_pac_upd.upd
880: (p_effective_date
881: ,l_rec
882: );
883: p_object_version_number := l_rec.object_version_number;

Line 888: end per_pac_upd;

884: --
885: hr_utility.set_location(' Leaving:'||l_proc, 10);
886: End upd;
887: --
888: end per_pac_upd;