DBA Data[Home] [Help]

APPS.IRC_INP_BUS dependencies on IRC_INP_SHD

Line 39: ,p_rec in out nocopy irc_inp_shd.g_rec_type

35: -- {End of comments}
36: -- ----------------------------------------------------------------------------
37: Procedure insert_validate
38: (p_effective_date in date
39: ,p_rec in out nocopy irc_inp_shd.g_rec_type
40: );
41: --
42: -- ----------------------------------------------------------------------------
43: -- |---------------------------< update_validate >----------------------------|

Line 71: ,p_rec in out nocopy irc_inp_shd.g_rec_type

67: -- {End Of Comments}
68: -- ----------------------------------------------------------------------------
69: Procedure update_validate
70: (p_effective_date in date
71: ,p_rec in out nocopy irc_inp_shd.g_rec_type
72: );
73: --
74: -- ----------------------------------------------------------------------------
75: -- |---------------------------< delete_validate >----------------------------|

Line 107: (p_rec in irc_inp_shd.g_rec_type

103: --
104: -- {End Of Comments}
105: -- ----------------------------------------------------------------------------
106: Procedure delete_validate
107: (p_rec in irc_inp_shd.g_rec_type
108: );
109: --
110: end irc_inp_bus;