DBA Data[Home] [Help]

APPS.CS_STD dependencies on BOM_BILL_OF_MATERIALS

Line 432: from bom_bill_of_materials

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