DBA Data[Home] [Help]

APPS.GHR_PDH_BUS dependencies on GHR_PDH_SHD

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

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

Line 216: (p_rec in ghr_pdh_shd.g_rec_type);

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

Line 251: Procedure update_validate(p_rec in ghr_pdh_shd.g_rec_type);

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

Line 285: Procedure delete_validate(p_rec in ghr_pdh_shd.g_rec_type);

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