DBA Data[Home] [Help]

APPS.PO_AUTOSOURCE_SV dependencies on MTL_DEFAULT_SETS_VIEW

Line 210: from mtl_default_sets_view

206: where mic.inventory_item_id=x_item_id
207: and mic.category_id=poa.category_id
208: and mic.organization_id=x_organization_id
209: and mic.category_set_id=(select category_set_id
210: from mtl_default_sets_view
211: where functional_area_id = 2);
212: x_item_buyer_id := x_buyer_id;
213: exception
214: when others then