DBA Data[Home] [Help]

APPS.GMD_SPREAD_FETCH_PKG dependencies on GME_TRANSACTIONS_PVT

Line 306: gme_transactions_pvt.get_mat_trans (p_mat_det_id => l_batch_rec.material_detail_id

302: l_batch_rec.revision_qty_control_code, l_batch_rec.secondary_default_ind);
303:
304: /*Load the lot transactions into temp table*/
305: IF (l_batch_rec.lot_control_code = 2) THEN
306: gme_transactions_pvt.get_mat_trans (p_mat_det_id => l_batch_rec.material_detail_id
307: ,p_batch_id => V_batch_id
308: ,x_mmt_tbl => l_mmt_tbl
309: ,x_return_status => l_status);
310: IF (l_status = FND_API.G_RET_STS_SUCCESS) THEN

Line 312: gme_transactions_pvt.get_lot_trans (p_transaction_id => l_mmt_tbl(i).transaction_id

308: ,x_mmt_tbl => l_mmt_tbl
309: ,x_return_status => l_status);
310: IF (l_status = FND_API.G_RET_STS_SUCCESS) THEN
311: FOR i in 1..l_mmt_tbl.COUNT LOOP
312: gme_transactions_pvt.get_lot_trans (p_transaction_id => l_mmt_tbl(i).transaction_id
313: ,x_mmln_tbl => l_mmln_tbl
314: ,x_return_status => x_return_status);
315: IF (x_return_status = FND_API.G_RET_STS_SUCCESS) THEN
316: FOR j IN 1..l_mmln_tbl.COUNT LOOP