DBA Data[Home] [Help]

APPS.GME_CLOSE_STEP_PVT dependencies on GME_CLOSE_BATCH_PVT

Line 211: gme_close_batch_pvt.close_batch

207: l_batch_header.batch_id := l_phantom_ids (i);
208: l_batch_header.batch_close_date :=
209: x_batch_step_rec.step_close_date;
210: l_in_batch_header := l_batch_header;
211: gme_close_batch_pvt.close_batch
212: (p_batch_header_rec => l_in_batch_header
213: ,x_batch_header_rec => l_batch_header
214: ,x_return_status => l_return_status);
215: