DBA Data[Home] [Help]

APPS.GHR_PRH_BUS dependencies on GHR_PRH_SHD

Line 8: Procedure chk_non_updateable_args(p_rec in ghr_prh_shd.g_rec_type) ;

4: -- -- ----------------------------------------------------------------------------
5: -- |---------------------------< chk_non_updateable_args >----------------------------|
6: -- ----------------------------------------------------------------------------
7: --
8: Procedure chk_non_updateable_args(p_rec in ghr_prh_shd.g_rec_type) ;
9: --
10: --
11: --
12:

Line 215: (p_rec in ghr_prh_shd.g_rec_type);

211: -- {End Of Comments}
212: -- ----------------------------------------------------------------------------
213:
214: Procedure insert_validate
215: (p_rec in ghr_prh_shd.g_rec_type);
216:
217: --
218: -- ----------------------------------------------------------------------------
219: -- |---------------------------< update_validate >----------------------------|

Line 250: Procedure update_validate(p_rec in ghr_prh_shd.g_rec_type);

246: -- Internal Table Handler Use Only.
247: --
248: -- {End Of Comments}
249: -- ----------------------------------------------------------------------------
250: Procedure update_validate(p_rec in ghr_prh_shd.g_rec_type);
251: --
252: -- ----------------------------------------------------------------------------
253: -- |---------------------------< delete_validate >----------------------------|
254: -- ----------------------------------------------------------------------------

Line 284: Procedure delete_validate(p_rec in ghr_prh_shd.g_rec_type);

280: -- Internal Table Handler Use Only.
281: --
282: -- {End Of Comments}
283: -- ----------------------------------------------------------------------------
284: Procedure delete_validate(p_rec in ghr_prh_shd.g_rec_type);
285: --
286: end ghr_prh_bus;