DBA Data[Home] [Help]

APPS.OTA_ANC_UPD dependencies on OTA_ANC_UPD

Line 1: Package Body ota_anc_upd as

1: Package Body ota_anc_upd as
2: /* $Header: otancrhi.pkb 115.0 2003/12/01 05:59 arkashya noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 530: ota_anc_upd.pre_update(p_rec);

526: hr_multi_message.end_validation_set;
527: --
528: -- Call the supporting pre-update operation
529: --
530: ota_anc_upd.pre_update(p_rec);
531: --
532: -- Update the row.
533: --
534: ota_anc_upd.update_dml(p_rec);

Line 534: ota_anc_upd.update_dml(p_rec);

530: ota_anc_upd.pre_update(p_rec);
531: --
532: -- Update the row.
533: --
534: ota_anc_upd.update_dml(p_rec);
535: --
536: -- Call the supporting post-update operation
537: --
538: ota_anc_upd.post_update

Line 538: ota_anc_upd.post_update

534: ota_anc_upd.update_dml(p_rec);
535: --
536: -- Call the supporting post-update operation
537: --
538: ota_anc_upd.post_update
539: (p_effective_date
540: ,p_rec
541: );
542: --

Line 625: ota_anc_upd.upd

621: -- Having converted the arguments into the
622: -- plsql record structure we call the corresponding record
623: -- business process.
624: --
625: ota_anc_upd.upd
626: (p_effective_date
627: ,l_rec
628: );
629: p_object_version_number := l_rec.object_version_number;

Line 634: end ota_anc_upd;

630: --
631: hr_utility.set_location(' Leaving:'||l_proc, 10);
632: End upd;
633: --
634: end ota_anc_upd;