DBA Data[Home] [Help]

APPS.INV_KANBAN_PVT dependencies on MTL_ITEM_LOCATIONS_KFV

Line 102: from mtl_item_locations_kfv

98: if l_locator_id is not null Then
99:
100: Select concatenated_segments
101: into x_loc_name
102: from mtl_item_locations_kfv
103: where inventory_location_id = l_locator_id
104: and organization_id = l_organization_id;
105:
106: end if;

Line 388: from mtl_item_locations_kfv

384: if l_Pull_Sequence_Rec.locator_id is not null Then
385:
386: Select concatenated_segments
387: into l_loc_name
388: from mtl_item_locations_kfv
389: where inventory_location_id =
390: l_Pull_Sequence_Rec.locator_id
391: and organization_id =
392: l_Pull_Sequence_Rec.organization_id;

Line 1347: from mtl_item_locations_kfv

1343: if ( nvl(p_loc_id,0) <> 0 ) Then
1344:
1345: Select concatenated_segments
1346: into x_loc_name
1347: from mtl_item_locations_kfv
1348: where inventory_location_id = p_loc_id
1349: and organization_id = p_loc_id;
1350: end if;
1351: Exception