DBA Data[Home] [Help]

APPS.FLM_LOGICAL_KANBAN dependencies on MTL_SYSTEM_ITEMS_KFV

Line 37: from mtl_system_items_kfv a , mtl_parameters b,

33:
34: Begin
35: Select concatenated_segments,organization_code,subinventory_name,locator_id,pull.organization_id
36: into x_item_name,x_org_code,x_subinventory,l_locator_id,l_organization_id
37: from mtl_system_items_kfv a , mtl_parameters b,
38: mtl_kanban_pull_sequences pull
39: where a.inventory_item_id = pull.inventory_item_id
40: and a.organization_id = Pull.organization_id
41: and b.organization_id = Pull.organization_id