DBA Data[Home] [Help]

APPS.GHR_CDT_BUS dependencies on GHR_CDT_SHD

Line 122: ,p_rec in ghr_cdt_shd.g_rec_type

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

Line 154: ,p_rec in ghr_cdt_shd.g_rec_type

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

Line 190: (p_rec in ghr_cdt_shd.g_rec_type

186: --
187: -- {End Of Comments}
188: -- ----------------------------------------------------------------------------
189: Procedure delete_validate
190: (p_rec in ghr_cdt_shd.g_rec_type
191: );
192: --
193: end ghr_cdt_bus;