DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_CLOSE_STEP_PVT

Line 364: gme_close_step_pvt.close_step

360: IF (l_batch_steps_tab (i).step_status = 3) THEN
361: /* x_batch_header_rec has either sysdate or the user passed-in date */
362: l_batch_steps_tab (i).step_close_date :=
363: x_batch_header_rec.batch_close_date;
364: gme_close_step_pvt.close_step
365: (p_batch_step_rec => l_batch_steps_tab
366: (i)
367: ,x_batch_step_rec => l_batch_step
368: ,x_return_status => l_return_status);