DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_SCALE_BATCH_PVT

Line 296: gme_scale_batch_pvt.scale_batch

292:
293: x_batch_header_rec := p_batch_header_rec;
294: gme_common_pvt.set_timestamp;
295:
296: gme_scale_batch_pvt.scale_batch
297: (p_batch_header_rec => p_batch_header_rec
298: ,p_scale_factor => p_scale_factor
299: ,p_primaries => p_primaries
300: ,p_qty_type => p_qty_type

Line 395: gme_scale_batch_pvt.theoretical_yield_batch

391: gme_common_pvt.g_error_count := 0;
392: END IF;
393:
394: gme_common_pvt.set_timestamp;
395: gme_scale_batch_pvt.theoretical_yield_batch
396: (p_batch_header_rec => p_batch_header_rec
397: ,p_scale_factor => p_scale_factor
398: ,x_return_status => x_return_status);
399: