DBA Data[Home] [Help]

APPS.CSP_RECEIVE_PVT dependencies on MTL_SECONDARY_INVENTORIES

Line 2312: mtl_secondary_inventories c

2308: CURSOR locator_check (v_org_id Number, v_item_id number, v_sub_inv varchar2) IS
2309: select 'Y'
2310: from mtl_parameters a,
2311: mtl_system_items_b b,
2312: mtl_secondary_inventories c
2313: where a.organization_id = b.organization_id
2314: and a.organization_id = c.organization_id
2315: and a.organization_id = v_org_id
2316: and b.inventory_item_id = v_item_id