DBA Data[Home] [Help]

APPS.GMD_QUALITY_GRP dependencies on GMD_INVENTORY_SPEC_VRS

Line 710: FROM gmd_inventory_spec_vrs

706:
707: CURSOR get_spec_vr(vSpec_vr_id NUMBER) IS
708: SELECT organization_id, parent_lot_number, lot_number,
709: subinventory, locator_id
710: FROM gmd_inventory_spec_vrs
711: WHERE spec_vr_id = vSpec_vr_id;
712:
713: BEGIN
714: -- Initialize API return status to success