DBA Data[Home] [Help]

APPS.OTA_ACI_UPD dependencies on OTA_ACI_UPD

Line 1: Package Body ota_aci_upd as

1: Package Body ota_aci_upd as
2: /* $Header: otacirhi.pkb 120.0 2005/05/29 06:51:07 appldev noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 553: ota_aci_upd.pre_update(p_rec);

549: hr_multi_message.end_validation_set;
550: --
551: -- Call the supporting pre-update operation
552: --
553: ota_aci_upd.pre_update(p_rec);
554: --
555: -- Update the row.
556: --
557: ota_aci_upd.update_dml(p_rec);

Line 557: ota_aci_upd.update_dml(p_rec);

553: ota_aci_upd.pre_update(p_rec);
554: --
555: -- Update the row.
556: --
557: ota_aci_upd.update_dml(p_rec);
558: --
559: -- Call the supporting post-update operation
560: --
561: ota_aci_upd.post_update

Line 561: ota_aci_upd.post_update

557: ota_aci_upd.update_dml(p_rec);
558: --
559: -- Call the supporting post-update operation
560: --
561: ota_aci_upd.post_update
562: (p_effective_date
563: ,p_rec
564: );
565: --

Line 654: ota_aci_upd.upd

650: -- Having converted the arguments into the
651: -- plsql record structure we call the corresponding record
652: -- business process.
653: --
654: ota_aci_upd.upd
655: (p_effective_date
656: ,l_rec
657: );
658: p_object_version_number := l_rec.object_version_number;

Line 663: end ota_aci_upd;

659: --
660: hr_utility.set_location(' Leaving:'||l_proc, 10);
661: End upd;
662: --
663: end ota_aci_upd;