DBA Data[Home] [Help]

APPS.OE_GRP_SCH_UTIL dependencies on BOM_BILL_OF_MATERIALS

Line 405: FROM BOM_BILL_OF_MATERIALS

401: /* This is done to fix the bug 2692235 */
402:
403: SELECT BILL_SEQUENCE_ID
404: INTO l_bill_seq_id
405: FROM BOM_BILL_OF_MATERIALS
406: WHERE ORGANIZATION_ID = nvl(p_line_rec.ship_from_org_id,l_org_id)
407: AND ASSEMBLY_ITEM_ID = p_line_rec.inventory_item_id
408: AND ALTERNATE_BOM_DESIGNATOR IS NULL;
409: