DBA Data[Home] [Help]

APPS.OTA_FRM_UPD dependencies on OTA_FRM_UPD

Line 1: Package Body ota_frm_upd as

1: Package Body ota_frm_upd as
2: /* $Header: otfrmrhi.pkb 120.3 2006/04/27 00:19 aabalakr noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 377: ota_frm_upd.pre_update(p_rec);

373: hr_multi_message.end_validation_set;
374: --
375: -- Call the supporting pre-update operation
376: --
377: ota_frm_upd.pre_update(p_rec);
378: --
379: -- Update the row.
380: --
381: ota_frm_upd.update_dml(p_rec);

Line 381: ota_frm_upd.update_dml(p_rec);

377: ota_frm_upd.pre_update(p_rec);
378: --
379: -- Update the row.
380: --
381: ota_frm_upd.update_dml(p_rec);
382: --
383: -- Call the supporting post-update operation
384: --
385: ota_frm_upd.post_update

Line 385: ota_frm_upd.post_update

381: ota_frm_upd.update_dml(p_rec);
382: --
383: -- Call the supporting post-update operation
384: --
385: ota_frm_upd.post_update
386: (p_effective_date
387: ,p_rec
388: );
389: --

Line 438: ota_frm_upd.upd

434: -- Having converted the arguments into the
435: -- plsql record structure we call the corresponding record
436: -- business process.
437: --
438: ota_frm_upd.upd
439: (p_effective_date
440: ,l_rec
441: );
442: p_object_version_number := l_rec.object_version_number;

Line 447: end ota_frm_upd;

443: --
444: hr_utility.set_location(' Leaving:'||l_proc, 10);
445: End upd;
446: --
447: end ota_frm_upd;