DBA Data[Home] [Help]

APPS.GME_COMPLETE_BATCH_STEP_PVT dependencies on GME_COMPLETE_BATCH_PVT

Line 149: gme_complete_batch_pvt.validate_batch_for_complete

145:
146: -- call complete batch validation to make sure batch is in position to be completed
147: -- can't do this in pub because there's no way to know if other steps may be
148: -- completed in the process of this being completed
149: gme_complete_batch_pvt.validate_batch_for_complete
150: (p_batch_header_rec => l_in_batch_header_rec
151: ,x_batch_header_rec => l_batch_header_rec
152: ,x_return_status => x_return_status);
153:

Line 159: gme_complete_batch_pvt.complete_batch

155: RAISE error_validation;
156: END IF;
157:
158: l_in_batch_header_rec := l_batch_header_rec;
159: gme_complete_batch_pvt.complete_batch
160: (p_batch_header_rec => l_in_batch_header_rec
161: ,x_exception_material_tbl => x_exception_material_tbl
162: ,x_batch_header_rec => l_batch_header_rec
163: ,x_return_status => l_return_status);

Line 564: gme_complete_batch_pvt.process_material

560: FOR i IN 1..l_matl_dtl_tab.COUNT LOOP
561: l_matl_dtl_rec := l_matl_dtl_tab(i);
562:
563: l_yield := TRUE;
564: gme_complete_batch_pvt.process_material
565: (p_material_detail_rec => l_matl_dtl_rec
566: ,p_yield => l_yield
567: ,p_trans_date => p_batch_step_rec.actual_cmplt_date
568: ,p_update_inv_ind => p_update_inv_ind