DBA Data[Home] [Help]

APPS.GME_API_MAIN dependencies on GME_SCALE_BATCH_PVT

Line 294: gme_scale_batch_pvt.scale_batch

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

Line 393: gme_scale_batch_pvt.theoretical_yield_batch

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