DBA Data[Home] [Help]

APPS.IRC_IRT_BUS dependencies on IRC_IRT_SHD

Line 37: (p_rec in irc_irt_shd.g_rec_type

33: --
34: -- {End of comments}
35: -- ----------------------------------------------------------------------------
36: Procedure insert_validate
37: (p_rec in irc_irt_shd.g_rec_type
38: ,p_recruiting_site_id in irc_all_recruiting_sites_tl.RECRUITING_SITE_ID%type
39: );
40: --
41: -- ----------------------------------------------------------------------------

Line 69: (p_rec in irc_irt_shd.g_rec_type

65: --
66: -- {End Of Comments}
67: -- ----------------------------------------------------------------------------
68: Procedure update_validate
69: (p_rec in irc_irt_shd.g_rec_type
70: );
71: --
72: -- ----------------------------------------------------------------------------
73: -- |---------------------------< delete_validate >----------------------------|

Line 105: (p_rec in irc_irt_shd.g_rec_type

101: --
102: -- {End Of Comments}
103: -- ----------------------------------------------------------------------------
104: Procedure delete_validate
105: (p_rec in irc_irt_shd.g_rec_type
106: );
107: --
108: end irc_irt_bus;