DBA Data[Home] [Help]

APPS.OTA_CPE_UPD dependencies on OTA_CPE_UPD

Line 1: Package Body ota_cpe_upd as

1: Package Body ota_cpe_upd as
2: /* $Header: otcperhi.pkb 120.3 2005/12/01 15:24 cmora noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 557: ota_cpe_upd.pre_update(p_rec);

553: hr_multi_message.end_validation_set;
554: --
555: -- Call the supporting pre-update operation
556: --
557: ota_cpe_upd.pre_update(p_rec);
558: --
559: -- Update the row.
560: --
561: ota_cpe_upd.update_dml(p_rec);

Line 561: ota_cpe_upd.update_dml(p_rec);

557: ota_cpe_upd.pre_update(p_rec);
558: --
559: -- Update the row.
560: --
561: ota_cpe_upd.update_dml(p_rec);
562: --
563: -- Call the supporting post-update operation
564: --
565: ota_cpe_upd.post_update

Line 565: ota_cpe_upd.post_update

561: ota_cpe_upd.update_dml(p_rec);
562: --
563: -- Call the supporting post-update operation
564: --
565: ota_cpe_upd.post_update
566: (p_effective_date
567: ,p_rec
568: );
569: --

Line 658: ota_cpe_upd.upd

654: -- Having converted the arguments into the
655: -- plsql record structure we call the corresponding record
656: -- business process.
657: --
658: ota_cpe_upd.upd
659: (p_effective_date
660: ,l_rec
661: );
662: p_object_version_number := l_rec.object_version_number;

Line 667: end ota_cpe_upd;

663: --
664: hr_utility.set_location(' Leaving:'||l_proc, 10);
665: End upd;
666: --
667: end ota_cpe_upd;