DBA Data[Home] [Help]

APPS.OTA_TPM_BUS dependencies on OTA_TPM_SHD

Line 104: ,p_rec in ota_tpm_shd.g_rec_type

100: -- {End of comments}
101: -- ----------------------------------------------------------------------------
102: Procedure insert_validate
103: (p_effective_date in date
104: ,p_rec in ota_tpm_shd.g_rec_type
105: );
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< update_validate >----------------------------|

Line 141: ,p_rec in ota_tpm_shd.g_rec_type

137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure update_validate
140: (p_effective_date in date
141: ,p_rec in ota_tpm_shd.g_rec_type
142: );
143: --
144: -- ----------------------------------------------------------------------------
145: -- |---------------------------< delete_validate >----------------------------|

Line 177: (p_rec in ota_tpm_shd.g_rec_type

173: --
174: --
175: -- ----------------------------------------------------------------------------
176: Procedure delete_validate
177: (p_rec in ota_tpm_shd.g_rec_type
178: );
179: --
180: end ota_tpm_bus;