DBA Data[Home] [Help]

APPS.OTA_TPM_UPD dependencies on OTA_TPM_UPD

Line 1: PACKAGE BODY OTA_TPM_UPD as

1: PACKAGE BODY OTA_TPM_UPD as
2: /* $Header: ottpmrhi.pkb 120.1 2005/12/14 15:33:09 asud noship $ */
3: --
4: -- ----------------------------------------------------------------------------
5: -- | Private Global Definitions |

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

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

Line 681: ota_tpm_upd.pre_update(p_rec);

677: --
678: hr_multi_message.end_validation_set;
679: -- Call the supporting pre-update operation
680: --
681: ota_tpm_upd.pre_update(p_rec);
682: --
683: -- Update the row.
684: --
685: ota_tpm_upd.update_dml(p_rec);

Line 685: ota_tpm_upd.update_dml(p_rec);

681: ota_tpm_upd.pre_update(p_rec);
682: --
683: -- Update the row.
684: --
685: ota_tpm_upd.update_dml(p_rec);
686: --
687: -- Call the supporting post-update operation
688: --
689: ota_tpm_upd.post_update

Line 689: ota_tpm_upd.post_update

685: ota_tpm_upd.update_dml(p_rec);
686: --
687: -- Call the supporting post-update operation
688: --
689: ota_tpm_upd.post_update
690: (p_effective_date
691: ,p_rec
692: );
693:

Line 810: ota_tpm_upd.upd

806: -- Having converted the arguments into the
807: -- plsql record structure we call the corresponding record
808: -- business process.
809: --
810: ota_tpm_upd.upd
811: (p_effective_date
812: ,l_rec
813: );
814: p_object_version_number := l_rec.object_version_number;

Line 819: end ota_tpm_upd;

815: --
816: hr_utility.set_location(' Leaving:'||l_proc, 10);
817: End upd;
818: --
819: end ota_tpm_upd;