DBA Data[Home] [Help]

APPS.OTA_EVT_BUS dependencies on OTA_EVT_SHD

Line 486: Procedure insert_validate(p_rec in out nocopy ota_evt_shd.g_rec_type);

482: --
483: -- {End Of Comments}
484: -- ----------------------------------------------------------------------------
485: -- VT 05/06/97 #488173
486: Procedure insert_validate(p_rec in out nocopy ota_evt_shd.g_rec_type);
487: --
488: -- ----------------------------------------------------------------------------
489: -- |---------------------------< update_validate >----------------------------|
490: -- ----------------------------------------------------------------------------

Line 521: Procedure update_validate(p_rec in out nocopy ota_evt_shd.g_rec_type);

517: --
518: -- {End Of Comments}
519: -- ----------------------------------------------------------------------------
520: -- VT 05/06/97 #488173
521: Procedure update_validate(p_rec in out nocopy ota_evt_shd.g_rec_type);
522: --
523: -- ----------------------------------------------------------------------------
524: -- |---------------------------< delete_validate >----------------------------|
525: -- ----------------------------------------------------------------------------

Line 555: Procedure delete_validate(p_rec in ota_evt_shd.g_rec_type);

551: -- Internal Development Use Only.
552: --
553: -- {End Of Comments}
554: -- ----------------------------------------------------------------------------
555: Procedure delete_validate(p_rec in ota_evt_shd.g_rec_type);
556:
557: end ota_evt_bus;