DBA Data[Home] [Help]

APPS.OTA_CPR_BUS dependencies on OTA_CPR_SHD

Line 293: ,p_rec in ota_cpr_shd.g_rec_type

289: -- {End of comments}
290: -- ----------------------------------------------------------------------------
291: Procedure insert_validate
292: (p_effective_date in date
293: ,p_rec in ota_cpr_shd.g_rec_type
294: );
295: --
296: -- ----------------------------------------------------------------------------
297: -- |---------------------------< update_validate >----------------------------|

Line 325: ,p_rec in ota_cpr_shd.g_rec_type

321: -- {End Of Comments}
322: -- ----------------------------------------------------------------------------
323: Procedure update_validate
324: (p_effective_date in date
325: ,p_rec in ota_cpr_shd.g_rec_type
326: );
327: --
328: -- ----------------------------------------------------------------------------
329: -- |---------------------------< delete_validate >----------------------------|

Line 361: (p_rec in ota_cpr_shd.g_rec_type

357: --
358: -- {End Of Comments}
359: -- ----------------------------------------------------------------------------
360: Procedure delete_validate
361: (p_rec in ota_cpr_shd.g_rec_type
362: );
363: --
364: end ota_cpr_bus;