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 1326: from mtl_item_locations_kfv

1322: if ( nvl(p_loc_id,0) <> 0 ) Then
1323:
1324: Select concatenated_segments
1325: into x_loc_name
1326: from mtl_item_locations_kfv
1327: where inventory_location_id = p_loc_id
1328: and organization_id = p_loc_id;
1329: end if;
1330: Exception