DBA Data[Home] [Help]

APPS.OTA_CRT_UPD dependencies on OTA_CRT_UPD

Line 1: Package Body ota_crt_upd as

1: Package Body ota_crt_upd as
2: /* $Header: otcrtrhi.pkb 120.14 2006/03/17 14:54 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 630: ota_crt_upd.pre_update(p_rec);

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

Line 634: ota_crt_upd.update_dml(p_rec);

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

Line 638: ota_crt_upd.post_update

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

Line 747: ota_crt_upd.upd

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

Line 756: end ota_crt_upd;

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