DBA Data[Home] [Help]

APPS.GME_MATERIAL_DETAIL_PVT dependencies on GME_SCALE_BATCH_PVT

Line 3387: gme_scale_batch_pvt.scale_batch

3383: END IF;
3384:
3385: IF p_scale_phantom = FND_API.G_TRUE AND l_factor <> 1 THEN
3386:
3387: gme_scale_batch_pvt.scale_batch
3388: (p_batch_header_rec => l_ph_batch_header_rec
3389: ,p_scale_factor => l_factor
3390: ,p_primaries => 'OUTPUTS'
3391: ,p_qty_type => 1

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

3398: ,x_batch_header_rec => l_batch_header_rec
3399: ,x_return_status => x_return_status);
3400:
3401: IF x_return_status <> fnd_api.g_ret_sts_success THEN
3402: l_proc := 'gme_scale_batch_pvt.scale_batch';
3403: RAISE error_processing;
3404: END IF;
3405: END IF; --IF l_factor <> 1
3406: