DBA Data[Home] [Help]

APPS.HR_PDE_UPD dependencies on HR_PDE_UPD

Line 1: Package Body hr_pde_upd as

1: Package Body hr_pde_upd as
2: /* $Header: hrpderhi.pkb 120.0 2005/09/23 06:44 adhunter noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 319: hr_pde_upd.pre_update(p_rec);

315: hr_multi_message.end_validation_set;
316: --
317: -- Call the supporting pre-update operation
318: --
319: hr_pde_upd.pre_update(p_rec);
320: --
321: -- Update the row.
322: --
323: hr_pde_upd.update_dml(p_rec);

Line 323: hr_pde_upd.update_dml(p_rec);

319: hr_pde_upd.pre_update(p_rec);
320: --
321: -- Update the row.
322: --
323: hr_pde_upd.update_dml(p_rec);
324: --
325: -- Call the supporting post-update operation
326: --
327: hr_pde_upd.post_update

Line 327: hr_pde_upd.post_update

323: hr_pde_upd.update_dml(p_rec);
324: --
325: -- Call the supporting post-update operation
326: --
327: hr_pde_upd.post_update
328: (p_rec
329: );
330: --
331: -- Call to raise any errors on multi-message list

Line 366: hr_pde_upd.upd

362: -- Having converted the arguments into the
363: -- plsql record structure we call the corresponding record
364: -- business process.
365: --
366: hr_pde_upd.upd
367: (l_rec
368: );
369: p_object_version_number := l_rec.object_version_number;
370: --

Line 374: end hr_pde_upd;

370: --
371: hr_utility.set_location(' Leaving:'||l_proc, 10);
372: End upd;
373: --
374: end hr_pde_upd;