DBA Data[Home] [Help]

APPS.GMF_VIB dependencies on CR_RSRC_MST_B

Line 1687: FROM gme_batch_step_resources m, cr_rsrc_mst_b r

1683:
1684: ELSE
1685: SELECT m.usage_uom, 0, r.std_usage_um
1686: INTO l_doc_um, l_line_type, l_item_um
1687: FROM gme_batch_step_resources m, cr_rsrc_mst_b r
1688: WHERE
1689: m.batch_id = req.batch_id AND
1690: m.batchstep_resource_id = req.batchstep_resource_id AND
1691: m.resources = r.resources;