DBA Data[Home] [Help]

APPS.BOM_DELETE_ENTITY dependencies on MTL_SYSTEM_ITEMS_VL

Line 279: FROM mtl_system_items_vl

275: RETURN VARCHAR2
276: IS
277: CURSOR concat is
278: select concatenated_segments
279: FROM mtl_system_items_vl
280: where inventory_item_id = assembly_id and
281: organization_id = org_id;
282: BEGIN
283: FOR c_concat IN concat LOOP