DBA Data[Home] [Help]

APPS.IRC_RTM_BUS dependencies on IRC_RTM_SHD

Line 108: (p_rec in out nocopy irc_rtm_shd.g_rec_type

104: --
105: -- {End of comments}
106: -- ----------------------------------------------------------------------------
107: Procedure insert_validate
108: (p_rec in out nocopy irc_rtm_shd.g_rec_type
109: );
110: --
111: -- ----------------------------------------------------------------------------
112: -- |---------------------------< update_validate >----------------------------|

Line 139: (p_rec in out nocopy irc_rtm_shd.g_rec_type

135: --
136: -- {End Of Comments}
137: -- ----------------------------------------------------------------------------
138: Procedure update_validate
139: (p_rec in out nocopy irc_rtm_shd.g_rec_type
140: );
141: --
142: -- ----------------------------------------------------------------------------
143: -- |---------------------------< delete_validate >----------------------------|

Line 175: (p_rec in irc_rtm_shd.g_rec_type

171: --
172: -- {End Of Comments}
173: -- ----------------------------------------------------------------------------
174: Procedure delete_validate
175: (p_rec in irc_rtm_shd.g_rec_type
176: );
177: --
178: end irc_rtm_bus;