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 no 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 2314: gme_phantom_pvt.create_phantom

2310: -- from x_exception_material_tbl
2311: /* Bug 5512352 If creating phantom from here no need to do shortage check since
2312: now get_batch_shortages will do it for phantom batches also */
2313: g_no_phant_short_check := 1;
2314: gme_phantom_pvt.create_phantom
2315: (p_material_detail_rec => l_material_details_in
2316: ,p_batch_header_rec => l_gme_batch_header --would be nul in this case
2317: ,x_material_detail_rec => l_material_details
2318: (l_row_count)