DBA Data[Home] [Help]

APPS.OTA_RUD_BUS dependencies on OTA_RUD_SHD

Line 138: ,p_rec in ota_rud_shd.g_rec_type

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

Line 170: ,p_rec in ota_rud_shd.g_rec_type

166: -- {End Of Comments}
167: -- ----------------------------------------------------------------------------
168: Procedure update_validate
169: (p_effective_date in date
170: ,p_rec in ota_rud_shd.g_rec_type
171: );
172: --
173: -- ----------------------------------------------------------------------------
174: -- |---------------------------< delete_validate >----------------------------|

Line 206: (p_rec in ota_rud_shd.g_rec_type

202: --
203: -- {End Of Comments}
204: -- ----------------------------------------------------------------------------
205: Procedure delete_validate
206: (p_rec in ota_rud_shd.g_rec_type
207: );
208:
209: --
210: end ota_rud_bus;