DBA Data[Home] [Help]

APPS.GHR_CAA_BUS dependencies on GHR_CAA_SHD

Line 124: ,p_rec in ghr_caa_shd.g_rec_type

120: -- {End of comments}
121: -- ----------------------------------------------------------------------------
122: Procedure insert_validate
123: (p_effective_date in date
124: ,p_rec in ghr_caa_shd.g_rec_type
125: );
126: --
127: -- ----------------------------------------------------------------------------
128: -- |---------------------------< update_validate >----------------------------|

Line 156: ,p_rec in ghr_caa_shd.g_rec_type

152: -- {End Of Comments}
153: -- ----------------------------------------------------------------------------
154: Procedure update_validate
155: (p_effective_date in date
156: ,p_rec in ghr_caa_shd.g_rec_type
157: );
158: --
159: -- ----------------------------------------------------------------------------
160: -- |---------------------------< delete_validate >----------------------------|

Line 192: (p_rec in ghr_caa_shd.g_rec_type

188: --
189: -- {End Of Comments}
190: -- ----------------------------------------------------------------------------
191: Procedure delete_validate
192: (p_rec in ghr_caa_shd.g_rec_type
193: );
194: --
195: end ghr_caa_bus;