DBA Data[Home] [Help]

APPS.OTA_FOI_BUS dependencies on OTA_FOI_SHD

Line 118: ,p_rec in ota_foi_shd.g_rec_type

114: -- {End of comments}
115: -- ----------------------------------------------------------------------------
116: Procedure insert_validate
117: (p_effective_date in date
118: ,p_rec in ota_foi_shd.g_rec_type
119: ,p_forum_id in number
120: ,p_object_id in number
121: ,p_object_type in varchar2
122: );

Line 153: ,p_rec in ota_foi_shd.g_rec_type

149: -- {End Of Comments}
150: -- ----------------------------------------------------------------------------
151: Procedure update_validate
152: (p_effective_date in date
153: ,p_rec in ota_foi_shd.g_rec_type
154: );
155: --
156: -- ----------------------------------------------------------------------------
157: -- |---------------------------< delete_validate >----------------------------|

Line 189: (p_rec in ota_foi_shd.g_rec_type

185: --
186: -- {End Of Comments}
187: -- ----------------------------------------------------------------------------
188: Procedure delete_validate
189: (p_rec in ota_foi_shd.g_rec_type
190: );
191: --
192: end ota_foi_bus;