DBA Data[Home] [Help]

APPS.GME_RELEASE_BATCH_STEP_PVT dependencies on GME_RELEASE_BATCH_PVT

Line 94: gme_release_batch_pvt.release_batch

90: dates and already validated in process_Dependent_steps procedure*/
91: l_in_batch_header_rec := p_batch_header_rec;
92: l_in_batch_header_rec.actual_start_date := NVL(l_first_step_start_date,p_batch_step_rec.actual_start_date);
93:
94: gme_release_batch_pvt.release_batch
95: (p_batch_header_rec => l_in_batch_header_rec
96: ,p_phantom_product_id => NULL
97: ,x_batch_header_rec => l_batch_header_rec
98: ,x_return_status => l_return_status

Line 706: gme_release_batch_pvt.process_ingredient

702: -- Bug 13795581 - bypass records which have a zero wip plan and also no reservations.
703: IF l_reserved_qty > 0 THEN
704: l_consume := TRUE;
705:
706: gme_release_batch_pvt.process_ingredient
707: (p_material_detail_rec => l_matl_dtl_rec
708: ,p_consume => l_consume
709: ,p_trans_date => p_batch_step_rec.actual_start_date
710: ,p_update_inv_ind => p_update_inv_ind

Line 872: gme_release_batch_pvt.check_unexploded_phantom

868: END IF;
869: END IF;
870:
871: -- will check any auto by step associated to the step; phantom batches - all release types checked
872: gme_release_batch_pvt.check_unexploded_phantom
873: (p_batch_id => x_batch_step_rec.batch_id
874: ,p_auto_by_step => 1 -- auto by step ingredients
875: ,p_batchstep_id => x_batch_step_rec.batchstep_id -- assoc to this step
876: ,x_return_status => x_return_status);