DBA Data[Home] [Help]

APPS.OTA_LPM_UPD dependencies on OTA_LPM_UPD

Line 1: Package Body ota_lpm_upd as

1: Package Body ota_lpm_upd as
2: /* $Header: otlpmrhi.pkb 120.0 2005/05/29 07:22:37 appldev noship $ */
3:
4: --
5: -- ----------------------------------------------------------------------------

Line 9: g_package varchar2(33) := ' ota_lpm_upd.'; -- Global package name

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

Line 567: ota_lpm_upd.pre_update(p_rec);

563: hr_multi_message.end_validation_set;
564: --
565: -- Call the supporting pre-update operation
566: --
567: ota_lpm_upd.pre_update(p_rec);
568: --
569: -- Update the row.
570: --
571: ota_lpm_upd.update_dml(p_rec);

Line 571: ota_lpm_upd.update_dml(p_rec);

567: ota_lpm_upd.pre_update(p_rec);
568: --
569: -- Update the row.
570: --
571: ota_lpm_upd.update_dml(p_rec);
572: --
573: -- Call the supporting post-update operation
574: --
575: ota_lpm_upd.post_update

Line 575: ota_lpm_upd.post_update

571: ota_lpm_upd.update_dml(p_rec);
572: --
573: -- Call the supporting post-update operation
574: --
575: ota_lpm_upd.post_update
576: (p_effective_date
577: ,p_rec
578: );
579: --

Line 670: ota_lpm_upd.upd

666: -- Having converted the arguments into the
667: -- plsql record structure we call the corresponding record
668: -- business process.
669: --
670: ota_lpm_upd.upd
671: (p_effective_date
672: ,l_rec
673: );
674: p_object_version_number := l_rec.object_version_number;

Line 679: end ota_lpm_upd;

675: --
676: hr_utility.set_location(' Leaving:'||l_proc, 10);
677: End upd;
678: --
679: end ota_lpm_upd;