DBA Data[Home] [Help]

APPS.HR_SFT_UPD dependencies on HR_SFT_UPD

Line 1: Package Body hr_sft_upd as

1: Package Body hr_sft_upd as
2: /* $Header: hrsftrhi.pkb 115.4 2003/10/23 01:45:00 bsubrama noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 315: hr_sft_upd.pre_update(p_rec);

311: );
312: --
313: -- Call the supporting pre-update operation
314: --
315: hr_sft_upd.pre_update(p_rec);
316: --
317: -- Update the row.
318: --
319: hr_sft_upd.update_dml(p_rec);

Line 319: hr_sft_upd.update_dml(p_rec);

315: hr_sft_upd.pre_update(p_rec);
316: --
317: -- Update the row.
318: --
319: hr_sft_upd.update_dml(p_rec);
320: --
321: -- Call the supporting post-update operation
322: --
323: hr_sft_upd.post_update

Line 323: hr_sft_upd.post_update

319: hr_sft_upd.update_dml(p_rec);
320: --
321: -- Call the supporting post-update operation
322: --
323: hr_sft_upd.post_update
324: (p_rec
325: );
326: End upd;
327: --

Line 359: hr_sft_upd.upd

355: -- Having converted the arguments into the
356: -- plsql record structure we call the corresponding record
357: -- business process.
358: --
359: hr_sft_upd.upd
360: (l_rec
361: );
362: --
363: p_object_version_number := l_rec.object_version_number;

Line 367: end hr_sft_upd;

363: p_object_version_number := l_rec.object_version_number;
364: hr_utility.set_location(' Leaving:'||l_proc, 10);
365: End upd;
366: --
367: end hr_sft_upd;