DBA Data[Home] [Help]

APPS.OTA_LCI_UPD dependencies on OTA_LCI_UPD

Line 1: Package Body ota_lci_upd as

1: Package Body ota_lci_upd as
2: /* $Header: otlcirhi.pkb 120.1 2006/10/09 11:53:51 sschauha noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 526: ota_lci_upd.pre_update(p_rec);

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

Line 530: ota_lci_upd.update_dml(p_rec);

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

Line 534: ota_lci_upd.post_update

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

Line 621: ota_lci_upd.upd

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

Line 630: end ota_lci_upd;

626: --
627: hr_utility.set_location(' Leaving:'||l_proc, 10);
628: End upd;
629: --
630: end ota_lci_upd;