DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_SCALE_BATCH_PVT

Line 3533: gme_scale_batch_pvt.scale_batch

3529: END IF;
3530:
3531: IF p_scale_phantom = FND_API.G_TRUE AND l_factor <> 1 THEN
3532:
3533: gme_scale_batch_pvt.scale_batch
3534: (p_batch_header_rec => l_ph_batch_header_rec
3535: ,p_scale_factor => l_factor
3536: ,p_primaries => 'OUTPUTS'
3537: ,p_qty_type => 1

Line 3548: l_proc := 'gme_scale_batch_pvt.scale_batch';

3544: ,x_batch_header_rec => l_batch_header_rec
3545: ,x_return_status => x_return_status);
3546:
3547: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3548: l_proc := 'gme_scale_batch_pvt.scale_batch';
3549: RAISE error_processing;
3550: END IF;
3551: END IF; --IF l_factor <> 1
3552: