DBA Data[Home] [Help]

APPS.GHR_CCA_BUS dependencies on GHR_CCA_SHD

Line 131: ,p_rec in ghr_cca_shd.g_rec_type

127: -- {End of comments}
128: -- ----------------------------------------------------------------------------
129: Procedure insert_validate
130: (p_effective_date in date
131: ,p_rec in ghr_cca_shd.g_rec_type
132: );
133: --
134: -- ----------------------------------------------------------------------------
135: -- |---------------------------< update_validate >----------------------------|

Line 163: ,p_rec in ghr_cca_shd.g_rec_type

159: -- {End Of Comments}
160: -- ----------------------------------------------------------------------------
161: Procedure update_validate
162: (p_effective_date in date
163: ,p_rec in ghr_cca_shd.g_rec_type
164: );
165: --
166: -- ----------------------------------------------------------------------------
167: -- |---------------------------< delete_validate >----------------------------|

Line 199: (p_rec in ghr_cca_shd.g_rec_type

195: --
196: -- {End Of Comments}
197: -- ----------------------------------------------------------------------------
198: Procedure delete_validate
199: (p_rec in ghr_cca_shd.g_rec_type
200: );
201: --
202: end ghr_cca_bus;