DBA Data[Home] [Help]

APPS.CS_STD dependencies on BOM_BILL_OF_MATERIALS

Line 433: from bom_bill_of_materials

429: l_war_date := nvl(p_war_date,sysdate);
430: --
431: select common_bill_sequence_id
432: into l_com_bill_seq_id
433: from bom_bill_of_materials
434: where organization_id = p_organization_id
435: and assembly_item_id = p_inventory_item_id
436: and alternate_bom_designator is null;
437: --