DBA Data[Home] [Help]

APPS.GHR_PDI_BUS dependencies on GHR_PDI_SHD

Line 115: Procedure chk_non_updateable_args(p_rec IN ghr_pdi_shd.g_rec_type);

111: --------------------------------------------------------------------
112: --
113:
114:
115: Procedure chk_non_updateable_args(p_rec IN ghr_pdi_shd.g_rec_type);
116:
117:
118: --
119: -- ----------------------------------------------------------------------------

Line 151: Procedure insert_validate(p_rec in ghr_pdi_shd.g_rec_type);

147: -- Internal Row Handler Use Only.
148: --
149: -- {End Of Comments}
150: -- ----------------------------------------------------------------------------
151: Procedure insert_validate(p_rec in ghr_pdi_shd.g_rec_type);
152: --
153: -- ----------------------------------------------------------------------------
154: -- |---------------------------< update_validate >----------------------------|
155: -- ----------------------------------------------------------------------------

Line 185: Procedure update_validate(p_rec in ghr_pdi_shd.g_rec_type);

181: -- Internal Row Handler Use Only.
182: --
183: -- {End Of Comments}
184: -- ----------------------------------------------------------------------------
185: Procedure update_validate(p_rec in ghr_pdi_shd.g_rec_type);
186: --
187: -- ----------------------------------------------------------------------------
188: -- |---------------------------< delete_validate >----------------------------|
189: -- ----------------------------------------------------------------------------

Line 219: Procedure delete_validate(p_rec in ghr_pdi_shd.g_rec_type);

215: -- Internal Row Handler Use Only.
216: --
217: -- {End Of Comments}
218: -- ----------------------------------------------------------------------------
219: Procedure delete_validate(p_rec in ghr_pdi_shd.g_rec_type);
220: --
221: end ghr_pdi_bus;