DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on CR_RSRC_MST

Line 329: from cr_rsrc_mst

325: AND inventory_location_id = l_mon_vr.locator_id;
326:
327: cursor c_resources is
328: select 1
329: from cr_rsrc_mst
330: where resources = l_mon_vr.resources
331: and delete_mark = 0;
332:
333: cursor c_resource_instance is