DBA Data[Home] [Help]

APPS.OTA_THG_BUS dependencies on OTA_THG_SHD

Line 136: ,p_rec in ota_thg_shd.g_rec_type

132: -- {End of comments}
133: -- ----------------------------------------------------------------------------
134: Procedure insert_validate
135: (p_effective_date in date
136: ,p_rec in ota_thg_shd.g_rec_type
137: );
138: --
139: -- ----------------------------------------------------------------------------
140: -- |---------------------------< update_validate >----------------------------|

Line 173: ,p_rec in ota_thg_shd.g_rec_type

169: -- {End Of Comments}
170: -- ----------------------------------------------------------------------------
171: Procedure update_validate
172: (p_effective_date in date
173: ,p_rec in ota_thg_shd.g_rec_type
174: );
175: --
176: -- ----------------------------------------------------------------------------
177: -- |---------------------------< delete_validate >----------------------------|

Line 209: (p_rec in ota_thg_shd.g_rec_type

205: --
206: --
207: -- ----------------------------------------------------------------------------
208: Procedure delete_validate
209: (p_rec in ota_thg_shd.g_rec_type
210: );
211: --
212: end ota_thg_bus;