DBA Data[Home] [Help]

APPS.GMF_VIB dependencies on CR_RSRC_MST_B

Line 1747: FROM gme_batch_step_resources m, cr_rsrc_mst_b r

1743:
1744: ELSE
1745: SELECT m.usage_um, 0, r.std_usage_uom -- Bug 8472152 changed from usage_uom, std_usage_uom
1746: INTO l_doc_um, l_line_type, l_item_um
1747: FROM gme_batch_step_resources m, cr_rsrc_mst_b r
1748: WHERE
1749: m.batch_id = req.batch_id AND
1750: m.batchstep_resource_id = req.batchstep_resource_id AND
1751: m.resources = r.resources;