DBA Data[Home] [Help]

APPS.WSMPLBJI dependencies on WSM_SOURCE_LOTS_V

Line 5075: from WSM_source_lots_v

5071: end if;
5072: else -- revision control item
5073: select revision
5074: into l_start_lot_revision
5075: from WSM_source_lots_v
5076: where lot_number = v_wsli(v_wlji_source_line_id(v_index)).lot_number
5077: and organization_id = v_wlji_org(v_index)
5078: and inventory_item_id = v_wsli(v_wlji_source_line_id(v_index)).inventory_item_id;
5079: