DBA Data[Home] [Help]

APPS.OTA_CMS_UPD dependencies on OTA_CMS_UPD

Line 1: Package Body ota_cms_upd as

1: Package Body ota_cms_upd as
2: /* $Header: otcmsrhi.pkb 120.0 2005/06/24 07:51 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 368: ota_cms_upd.pre_update(p_rec);

364: hr_multi_message.end_validation_set;
365: --
366: -- Call the supporting pre-update operation
367: --
368: ota_cms_upd.pre_update(p_rec);
369: --
370: -- Update the row.
371: --
372: ota_cms_upd.update_dml(p_rec);

Line 372: ota_cms_upd.update_dml(p_rec);

368: ota_cms_upd.pre_update(p_rec);
369: --
370: -- Update the row.
371: --
372: ota_cms_upd.update_dml(p_rec);
373: --
374: -- Call the supporting post-update operation
375: --
376: ota_cms_upd.post_update

Line 376: ota_cms_upd.post_update

372: ota_cms_upd.update_dml(p_rec);
373: --
374: -- Call the supporting post-update operation
375: --
376: ota_cms_upd.post_update
377: (p_effective_date
378: ,p_rec
379: );
380: --

Line 427: ota_cms_upd.upd

423: -- Having converted the arguments into the
424: -- plsql record structure we call the corresponding record
425: -- business process.
426: --
427: ota_cms_upd.upd
428: (p_effective_date
429: ,l_rec
430: );
431: p_object_version_number := l_rec.object_version_number;

Line 436: end ota_cms_upd;

432: --
433: hr_utility.set_location(' Leaving:'||l_proc, 10);
434: End upd;
435: --
436: end ota_cms_upd;