DBA Data[Home] [Help]

APPS.GHR_CPL_BUS dependencies on GHR_CPL_SHD

Line 103: ,p_rec in ghr_cpl_shd.g_rec_type

99: -- {End of comments}
100: -- ----------------------------------------------------------------------------
101: Procedure insert_validate
102: (p_effective_date in date
103: ,p_rec in ghr_cpl_shd.g_rec_type
104: );
105: --
106: -- ----------------------------------------------------------------------------
107: -- |---------------------------< update_validate >----------------------------|

Line 135: ,p_rec in ghr_cpl_shd.g_rec_type

131: -- {End Of Comments}
132: -- ----------------------------------------------------------------------------
133: Procedure update_validate
134: (p_effective_date in date
135: ,p_rec in ghr_cpl_shd.g_rec_type
136: );
137: --
138: -- ----------------------------------------------------------------------------
139: -- |---------------------------< delete_validate >----------------------------|

Line 171: (p_rec in ghr_cpl_shd.g_rec_type

167: --
168: -- {End Of Comments}
169: -- ----------------------------------------------------------------------------
170: Procedure delete_validate
171: (p_rec in ghr_cpl_shd.g_rec_type
172: );
173: --
174: end ghr_cpl_bus;