DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_BATCH_STEP_RESOURCES

Line 605: UPDATE gme_batch_step_resources

601: WHERE batchstep_id = x_batch_step_rec.batchstep_id;
602:
603: -- Update resource start date
604: -- Does not factor in offset
605: UPDATE gme_batch_step_resources
606: SET actual_start_date = x_batch_step_rec.actual_start_date
607: ,last_updated_by = gme_common_pvt.g_user_ident
608: ,last_update_date = gme_common_pvt.g_timestamp
609: ,last_update_login = gme_common_pvt.g_login_id