DBA Data[Home] [Help]

APPS.IRC_IOF_BUS dependencies on IRC_IOF_SHD

Line 182: ,p_rec in out nocopy irc_iof_shd.g_rec_type

178: -- {End of comments}
179: -- ----------------------------------------------------------------------------
180: Procedure insert_validate
181: (p_effective_date in date
182: ,p_rec in out nocopy irc_iof_shd.g_rec_type
183: );
184: --
185: -- ----------------------------------------------------------------------------
186: -- |---------------------------< update_validate >----------------------------|

Line 214: ,p_rec in out nocopy irc_iof_shd.g_rec_type

210: -- {End Of Comments}
211: -- ----------------------------------------------------------------------------
212: Procedure update_validate
213: (p_effective_date in date
214: ,p_rec in out nocopy irc_iof_shd.g_rec_type
215: );
216: --
217: -- ----------------------------------------------------------------------------
218: -- |---------------------------< delete_validate >----------------------------|

Line 250: (p_rec in irc_iof_shd.g_rec_type

246: --
247: -- {End Of Comments}
248: -- ----------------------------------------------------------------------------
249: Procedure delete_validate
250: (p_rec in irc_iof_shd.g_rec_type
251: );
252: --
253: end irc_iof_bus;