DBA Data[Home] [Help]

APPS.HR_IPT_BUS dependencies on HR_IPT_SHD

Line 101: (p_rec in hr_ipt_shd.g_rec_type

97: --
98: -- {End of comments}
99: -- ----------------------------------------------------------------------------
100: Procedure insert_validate
101: (p_rec in hr_ipt_shd.g_rec_type
102: ,p_item_property_id in number
103: );
104: --
105: -- ----------------------------------------------------------------------------

Line 138: (p_rec in hr_ipt_shd.g_rec_type

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

Line 174: (p_rec in hr_ipt_shd.g_rec_type

170: --
171: --
172: -- ----------------------------------------------------------------------------
173: Procedure delete_validate
174: (p_rec in hr_ipt_shd.g_rec_type
175: );
176: --
177: end hr_ipt_bus;