DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_RELEASE_BATCH_STEP_PVT

Line 79: gme_release_batch_step_pvt.release_step

75: -- about calling release batch if the batch is pending because release step will take
76: -- care of this; check for step control batch and not a phantom done in pub
77: IF p_batch_step_rec.step_status = gme_common_pvt.g_step_pending THEN
78: -- actual start date already populated in p_batch_step_rec
79: gme_release_batch_step_pvt.release_step
80: (p_batch_step_rec => p_batch_step_rec
81: ,p_batch_header_rec => p_batch_header_rec
82: ,x_batch_step_rec => l_batch_step_rec
83: ,x_exception_material_tbl => x_exception_material_tbl

Line 303: gme_release_batch_step_pvt.process_dependent_steps

299: /* If this procedure is invoked while completing the entire batch */
300: /* then there is no need to go through the recursive procedure as */
301: /* the complete batch call completes all the steps */
302: IF p_batch_header_rec.batch_status <> gme_common_pvt.g_batch_completed THEN
303: gme_release_batch_step_pvt.process_dependent_steps
304: (p_batch_step_rec => p_batch_step_rec
305: ,p_batch_header_rec => p_batch_header_rec
306: ,x_exception_material_tbl => x_exception_material_tbl
307: ,x_return_status => l_return_status);