DBA Data[Home] [Help]

APPS.IRC_JBI_BUS dependencies on IRC_JBI_SHD

Line 121: ,p_rec in out nocopy irc_jbi_shd.g_rec_type

117: -- {End of comments}
118: -- ----------------------------------------------------------------------------
119: Procedure insert_validate
120: (p_effective_date in date
121: ,p_rec in out nocopy irc_jbi_shd.g_rec_type
122: );
123: --
124: -- ----------------------------------------------------------------------------
125: -- |---------------------------< update_validate >----------------------------|

Line 153: ,p_rec in irc_jbi_shd.g_rec_type

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

Line 189: (p_rec in irc_jbi_shd.g_rec_type

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