DBA Data[Home] [Help]

APPS.WIP_FLOW_COMPLETION_FILTER dependencies on MTL_ITEM_SUB_AST_TRK_VAL_V

Line 171: from mtl_item_sub_ast_trk_val_v

167: -- be returned.
168: if (l_restrict_sub = 1) then
169: select count(*)
170: into l_cnt
171: from mtl_item_sub_ast_trk_val_v
172: where organization_id = l_org_id
173: and inventory_item_id = l_primary_item_id
174: and secondary_inventory_name = l_completion_subinventory;
175: if (l_cnt = 0) then