DBA Data[Home] [Help]

APPS.OTA_TCC_BUS dependencies on OTA_TCC_SHD

Line 140: ,p_rec in ota_tcc_shd.g_rec_type

136: -- {End of comments}
137: -- ----------------------------------------------------------------------------
138: Procedure insert_validate
139: (p_effective_date in date
140: ,p_rec in ota_tcc_shd.g_rec_type
141: );
142: --
143: -- ----------------------------------------------------------------------------
144: -- |---------------------------< update_validate >----------------------------|

Line 177: ,p_rec in ota_tcc_shd.g_rec_type

173: -- {End Of Comments}
174: -- ----------------------------------------------------------------------------
175: Procedure update_validate
176: (p_effective_date in date
177: ,p_rec in ota_tcc_shd.g_rec_type
178: );
179: --
180: -- ----------------------------------------------------------------------------
181: -- |---------------------------< delete_validate >----------------------------|

Line 213: (p_rec in ota_tcc_shd.g_rec_type

209: --
210: --
211: -- ----------------------------------------------------------------------------
212: Procedure delete_validate
213: (p_rec in ota_tcc_shd.g_rec_type
214: );
215: --
216: end ota_tcc_bus;