DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_BATCH_STEP_ACTIVITIES

Line 596: UPDATE gme_batch_step_activities

592: x_batch_step_rec.last_update_login := gme_common_pvt.g_login_id;
593:
594: -- Update activity start date
595: -- Does not factor in offset
596: UPDATE gme_batch_step_activities
597: SET actual_start_date = x_batch_step_rec.actual_start_date
598: ,last_updated_by = gme_common_pvt.g_user_ident
599: ,last_update_date = gme_common_pvt.g_timestamp
600: ,last_update_login = gme_common_pvt.g_login_id