DBA Data[Home] [Help]

APPS.GME_CREATE_BATCH_PVT dependencies on GME_PHANTOM_PVT

Line 36: to the procedure call,gme_phantom_pvt.create_phantom

32: incorrect. The select fixed in 5484529 was not correct because it did not convert
33: all product lines to one common uom. Therefore the summation is invalid.
34: Bug 5484529 will ahve to be re-addressed in a different way.
35: Swapna K Bug#6738476 Added parameter,p_batch_header_rec
36: to the procedure call,gme_phantom_pvt.create_phantom
37: 10-JAN-2008 Rajesh Patangya Bug # 6752637
38: MTQ Quantity should be calculated based on product in place of just copy from
39: the routing, This is required by PS engine, New Function UPDATE_STEP_MTQ added
40:

Line 2590: gme_phantom_pvt.create_phantom

2586:
2587: -- Bug 7830838 - Use the same value from the parent batch so that FPL
2588: -- gets properly applied or not applied based on user settings.
2589: l_gme_batch_header.fixed_process_loss_applied := p_batch_header_rec.fixed_process_loss_applied;
2590: gme_phantom_pvt.create_phantom
2591: (p_material_detail_rec => l_material_details_in
2592: ,p_batch_header_rec => l_gme_batch_header --would be nul in this case
2593: ,x_material_detail_rec => l_material_details
2594: (l_row_count)