DBA Data[Home] [Help]

APPS.OTA_LPE_UPD dependencies on OTA_LPE_UPD

Line 1: Package Body ota_lpe_upd as

1: Package Body ota_lpe_upd as
2: /* $Header: otlperhi.pkb 120.7 2005/12/14 15:18 asud noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 692: ota_lpe_upd.pre_update(p_rec);

688: hr_multi_message.end_validation_set;
689: --
690: -- Call the supporting pre-update operation
691: --
692: ota_lpe_upd.pre_update(p_rec);
693: --
694: -- Update the row.
695: --
696: ota_lpe_upd.update_dml(p_rec);

Line 696: ota_lpe_upd.update_dml(p_rec);

692: ota_lpe_upd.pre_update(p_rec);
693: --
694: -- Update the row.
695: --
696: ota_lpe_upd.update_dml(p_rec);
697: --
698: -- Call the supporting post-update operation
699: --
700: ota_lpe_upd.post_update

Line 700: ota_lpe_upd.post_update

696: ota_lpe_upd.update_dml(p_rec);
697: --
698: -- Call the supporting post-update operation
699: --
700: ota_lpe_upd.post_update
701: (p_effective_date
702: ,p_rec
703: );
704: --

Line 823: ota_lpe_upd.upd

819: -- Having converted the arguments into the
820: -- plsql record structure we call the corresponding record
821: -- business process.
822: --
823: ota_lpe_upd.upd
824: (p_effective_date
825: ,l_rec
826: );
827: p_object_version_number := l_rec.object_version_number;

Line 832: end ota_lpe_upd;

828: --
829: hr_utility.set_location(' Leaving:'||l_proc, 10);
830: End upd;
831: --
832: end ota_lpe_upd;