DBA Data[Home] [Help]

APPS.GMD_SPEC_VRS_GRP dependencies on CR_RSRC_MST

Line 318: from cr_rsrc_mst

314: AND inventory_location_id = l_mon_vr.locator_id;
315:
316: cursor c_resources is
317: select 1
318: from cr_rsrc_mst
319: where resources = l_mon_vr.resources
320: and delete_mark = 0;
321:
322: cursor c_resource_instance is