DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 612: UPDATE gme_batch_step_resources

608: AND batch_id = x_batch_step_rec.batch_id;
609:
610: -- Update resource start date
611: -- Does not factor in offset
612: UPDATE gme_batch_step_resources
613: SET actual_start_date = x_batch_step_rec.actual_start_date
614: ,last_updated_by = gme_common_pvt.g_user_ident
615: ,last_update_date = gme_common_pvt.g_timestamp
616: ,last_update_login = gme_common_pvt.g_login_id