DBA Data[Home] [Help]

APPS.INV_RESERVATION_WORKFLOW dependencies on MTL_ITEM_LOCATIONS

Line 128: FROM mtl_item_locations

124: l_segs1(1), l_segs1(2), l_segs1(3), l_segs1(4), l_segs1(5),
125: l_segs1(6), l_segs1(7), l_segs1(8), l_segs1(9), l_segs1(10),
126: l_segs1(11), l_segs1(12), l_segs1(13), l_segs1(14), l_segs1(15),
127: l_segs1(16), l_segs1(17), l_segs1(18), l_segs1(19), l_segs1(20)
128: FROM mtl_item_locations
129: WHERE organization_id = p_organization_id
130: AND inventory_location_id = p_locator_id;
131:
132: -- get delimiter for segment concatenation