DBA Data[Home] [Help]

APPS.OTA_LPS_UPD dependencies on OTA_LPS_UPD

Line 1: Package Body ota_lps_upd as

1: Package Body ota_lps_upd as
2: /* $Header: otlpsrhi.pkb 120.0 2005/05/29 07:24:04 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 631: ota_lps_upd.pre_update(p_rec);

627: hr_multi_message.end_validation_set;
628: --
629: -- Call the supporting pre-update operation
630: --
631: ota_lps_upd.pre_update(p_rec);
632: --
633: -- Update the row.
634: --
635: ota_lps_upd.update_dml(p_rec);

Line 635: ota_lps_upd.update_dml(p_rec);

631: ota_lps_upd.pre_update(p_rec);
632: --
633: -- Update the row.
634: --
635: ota_lps_upd.update_dml(p_rec);
636: --
637: -- Call the supporting post-update operation
638: --
639: ota_lps_upd.post_update

Line 639: ota_lps_upd.post_update

635: ota_lps_upd.update_dml(p_rec);
636: --
637: -- Call the supporting post-update operation
638: --
639: ota_lps_upd.post_update
640: (p_effective_date
641: ,p_rec
642: );
643: --

Line 748: ota_lps_upd.upd

744: -- Having converted the arguments into the
745: -- plsql record structure we call the corresponding record
746: -- business process.
747: --
748: ota_lps_upd.upd
749: (p_effective_date
750: ,l_rec
751: );
752: p_object_version_number := l_rec.object_version_number;

Line 757: end ota_lps_upd;

753: --
754: hr_utility.set_location(' Leaving:'||l_proc, 10);
755: End upd;
756: --
757: end ota_lps_upd;