DBA Data[Home] [Help]

APPS.GME_CLOSE_BATCH_PVT dependencies on GME_CLOSE_STEP_PVT

Line 279: gme_close_step_pvt.close_step

275: IF (l_batch_steps_tab (i).step_status = 3) THEN
276: /* x_batch_header_rec has either sysdate or the user passed-in date */
277: l_batch_steps_tab (i).step_close_date :=
278: x_batch_header_rec.batch_close_date;
279: gme_close_step_pvt.close_step
280: (p_batch_step_rec => l_batch_steps_tab
281: (i)
282: ,x_batch_step_rec => l_batch_step
283: ,x_return_status => l_return_status);