DBA Data[Home] [Help]

APPS.PER_ELC_UPD dependencies on PER_ELC_UPD

Line 1: Package Body per_elc_upd as

1: Package Body per_elc_upd as
2: /* $Header: peelcrhi.pkb 115.10 2002/12/05 10:37:58 pkakar noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 946: per_elc_upd.pre_update(p_rec);

942: );
943: --
944: -- Call the supporting pre-update operation
945: --
946: per_elc_upd.pre_update(p_rec);
947: --
948: -- Update the row.
949: --
950: per_elc_upd.update_dml(p_rec);

Line 950: per_elc_upd.update_dml(p_rec);

946: per_elc_upd.pre_update(p_rec);
947: --
948: -- Update the row.
949: --
950: per_elc_upd.update_dml(p_rec);
951: --
952: -- Call the supporting post-update operation
953: --
954: per_elc_upd.post_update

Line 954: per_elc_upd.post_update

950: per_elc_upd.update_dml(p_rec);
951: --
952: -- Call the supporting post-update operation
953: --
954: per_elc_upd.post_update
955: (p_effective_date
956: ,p_rec
957: );
958: --

Line 1143: per_elc_upd.upd

1139: -- Having converted the arguments into the
1140: -- plsql record structure we call the corresponding record
1141: -- business process.
1142: --
1143: per_elc_upd.upd
1144: (p_effective_date
1145: ,p_validate
1146: ,l_rec
1147: );

Line 1153: end per_elc_upd;

1149: --
1150: hr_utility.set_location(' Leaving:'||l_proc, 10);
1151: End upd;
1152: --
1153: end per_elc_upd;