DBA Data[Home] [Help]

APPS.BOMPCCLT dependencies on BOM_LISTS

Line 221: From bom_lists bl, mtl_system_items msi

217: l_stmt_num varchar2(3);
218: cursor l_list_csr is
219: Select bl.assembly_item_id,
220: bl.conc_flex_string
221: From bom_lists bl, mtl_system_items msi
222: Where bl.sequence_id = roll_id
223: and msi.organization_id = org_id
224: and msi.inventory_item_id = bl.assembly_item_id
225: and (unit_number is NOT NULL