DBA Data[Home] [Help]

APPS.HR_AVM_BUS dependencies on HR_AVM_SHD

Line 73: (p_rec in hr_avm_shd.g_rec_type

69: --
70: -- {End of comments}
71: -- ----------------------------------------------------------------------------
72: Procedure insert_validate
73: (p_rec in hr_avm_shd.g_rec_type
74: );
75: --
76: -- ----------------------------------------------------------------------------
77: -- |---------------------------< update_validate >----------------------------|

Line 104: (p_rec in hr_avm_shd.g_rec_type

100: --
101: -- {End Of Comments}
102: -- ----------------------------------------------------------------------------
103: Procedure update_validate
104: (p_rec in hr_avm_shd.g_rec_type
105: );
106: --
107: -- ----------------------------------------------------------------------------
108: -- |---------------------------< delete_validate >----------------------------|

Line 140: (p_rec in hr_avm_shd.g_rec_type

136: --
137: -- {End Of Comments}
138: -- ----------------------------------------------------------------------------
139: Procedure delete_validate
140: (p_rec in hr_avm_shd.g_rec_type
141: );
142: --
143: end hr_avm_bus;