DBA Data[Home] [Help]

APPS.OTA_OCL_UPD dependencies on OTA_OCL_UPD

Line 1: Package Body ota_ocl_upd as

1: Package Body ota_ocl_upd as
2: /* $Header: otoclrhi.pkb 120.1.12000000.2 2007/02/07 09:19:37 niarora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 527: ota_ocl_upd.pre_update(p_rec);

523: );
524: --
525: -- Call the supporting pre-update operation
526: --
527: ota_ocl_upd.pre_update(p_rec);
528: --
529: -- Update the row.
530: --
531: ota_ocl_upd.update_dml(p_rec);

Line 531: ota_ocl_upd.update_dml(p_rec);

527: ota_ocl_upd.pre_update(p_rec);
528: --
529: -- Update the row.
530: --
531: ota_ocl_upd.update_dml(p_rec);
532: --
533: -- Call the supporting post-update operation
534: --
535: ota_ocl_upd.post_update

Line 535: ota_ocl_upd.post_update

531: ota_ocl_upd.update_dml(p_rec);
532: --
533: -- Call the supporting post-update operation
534: --
535: ota_ocl_upd.post_update
536: (p_effective_date
537: ,p_rec
538: );
539: End upd;

Line 619: ota_ocl_upd.upd

615: -- Having converted the arguments into the
616: -- plsql record structure we call the corresponding record
617: -- business process.
618: --
619: ota_ocl_upd.upd
620: (p_effective_date
621: ,l_rec
622: );
623: p_object_version_number := l_rec.object_version_number;

Line 628: end ota_ocl_upd;

624: --
625: hr_utility.set_location(' Leaving:'||l_proc, 10);
626: End upd;
627: --
628: end ota_ocl_upd;