DBA Data[Home] [Help]

APPS.BEN_CTK_UPD dependencies on BEN_CTK_UPD

Line 1: Package Body ben_ctk_upd as

1: Package Body ben_ctk_upd as
2: /* $Header: bectkrhi.pkb 120.0 2005/05/28 01:25 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 373: ben_ctk_upd.pre_update(p_rec);

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

Line 377: ben_ctk_upd.update_dml(p_rec);

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

Line 381: ben_ctk_upd.post_update

377: ben_ctk_upd.update_dml(p_rec);
378: --
379: -- Call the supporting post-update operation
380: --
381: ben_ctk_upd.post_update
382: (p_rec
383: );
384: --
385: -- Call to raise any errors on multi-message list

Line 432: ben_ctk_upd.upd

428: -- Having converted the arguments into the
429: -- plsql record structure we call the corresponding record
430: -- business process.
431: --
432: ben_ctk_upd.upd
433: (l_rec
434: );
435: p_object_version_number := l_rec.object_version_number;
436: --

Line 442: end ben_ctk_upd;

438: hr_utility.set_location(' Leaving:'||l_proc, 10);
439: end if;
440: End upd;
441: --
442: end ben_ctk_upd;