DBA Data[Home] [Help]

APPS.GHR_CAH_BUS dependencies on GHR_CAH_SHD

Line 119: ,p_rec in ghr_cah_shd.g_rec_type

115: -- {End of comments}
116: -- ----------------------------------------------------------------------------
117: Procedure insert_validate
118: (p_effective_date in date
119: ,p_rec in ghr_cah_shd.g_rec_type
120: );
121: --
122: -- ----------------------------------------------------------------------------
123: -- |---------------------------< update_validate >----------------------------|

Line 151: ,p_rec in ghr_cah_shd.g_rec_type

147: -- {End Of Comments}
148: -- ----------------------------------------------------------------------------
149: Procedure update_validate
150: (p_effective_date in date
151: ,p_rec in ghr_cah_shd.g_rec_type
152: );
153: --
154: -- ----------------------------------------------------------------------------
155: -- |---------------------------< delete_validate >----------------------------|

Line 187: (p_rec in ghr_cah_shd.g_rec_type

183: --
184: -- {End Of Comments}
185: -- ----------------------------------------------------------------------------
186: Procedure delete_validate
187: (p_rec in ghr_cah_shd.g_rec_type
188: );
189: --
190: end ghr_cah_bus;