DBA Data[Home] [Help]

APPS.PER_SEU_UPD dependencies on PER_SEU_UPD

Line 1: Package Body per_seu_upd as

1: Package Body per_seu_upd as
2: /* $Header: peseurhi.pkb 120.4 2005/11/09 13:59:48 vbanner noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 373: per_seu_upd.pre_update(p_rec);

369: hr_multi_message.end_validation_set;
370: --
371: -- Call the supporting pre-update operation
372: --
373: per_seu_upd.pre_update(p_rec);
374: --
375: -- Update the row.
376: --
377: per_seu_upd.update_dml(p_rec);

Line 377: per_seu_upd.update_dml(p_rec);

373: per_seu_upd.pre_update(p_rec);
374: --
375: -- Update the row.
376: --
377: per_seu_upd.update_dml(p_rec);
378: --
379: -- Call the supporting post-update operation
380: --
381: per_seu_upd.post_update

Line 381: per_seu_upd.post_update

377: per_seu_upd.update_dml(p_rec);
378: --
379: -- Call the supporting post-update operation
380: --
381: per_seu_upd.post_update
382: (p_effective_date
383: ,p_rec
384: ,l_del_static_lists_warning
385: );

Line 433: per_seu_upd.upd

429: -- Having converted the arguments into the
430: -- plsql record structure we call the corresponding record
431: -- business process.
432: --
433: per_seu_upd.upd
434: (p_effective_date
435: ,l_rec
436: ,l_del_static_lists_warning
437: );

Line 450: end per_seu_upd;

446: hr_utility.set_location(' Leaving:'||l_proc, 10);
447:
448: End upd;
449: --
450: end per_seu_upd;