DBA Data[Home] [Help]

APPS.PE_POI_BUS dependencies on PE_POI_SHD

Line 211: Procedure chk_non_updateable_args (p_rec in pe_poi_shd.g_rec_type);

207: -- Internal Table Handler Use Only.
208: --
209: -- {End Of Comments}
210: -- ----------------------------------------------------------------------------
211: Procedure chk_non_updateable_args (p_rec in pe_poi_shd.g_rec_type);
212: --
213: -- ----------------------------------------------------------------------------
214: -- |---------------------------< insert_validate >----------------------------|
215: -- ----------------------------------------------------------------------------

Line 245: Procedure insert_validate(p_rec in pe_poi_shd.g_rec_type);

241: -- Internal Table Handler Use Only.
242: --
243: -- {End Of Comments}
244: -- ----------------------------------------------------------------------------
245: Procedure insert_validate(p_rec in pe_poi_shd.g_rec_type);
246: --
247: -- ----------------------------------------------------------------------------
248: -- |---------------------------< update_validate >----------------------------|
249: -- ----------------------------------------------------------------------------

Line 279: Procedure update_validate(p_rec in pe_poi_shd.g_rec_type);

275: -- Internal Table Handler Use Only.
276: --
277: -- {End Of Comments}
278: -- ----------------------------------------------------------------------------
279: Procedure update_validate(p_rec in pe_poi_shd.g_rec_type);
280: --
281: -- ----------------------------------------------------------------------------
282: -- |---------------------------< delete_validate >----------------------------|
283: -- ----------------------------------------------------------------------------

Line 313: Procedure delete_validate(p_rec in pe_poi_shd.g_rec_type);

309: -- Internal Table Handler Use Only.
310: --
311: -- {End Of Comments}
312: -- ----------------------------------------------------------------------------
313: Procedure delete_validate(p_rec in pe_poi_shd.g_rec_type);
314: --
315: end pe_poi_bus;