DBA Data[Home] [Help]

APPS.ENI_DBI_PCB_PKG dependencies on BOM_BILL_OF_MATERIALS

Line 102: bom_bill_of_materials

98: NVL(common_organization_id ,organization_id)
99: INTO
100: l_item,l_org
101: from
102: bom_bill_of_materials
103: where
104: assembly_item_id = l_item_temp and
105: organization_id = l_org_temp and
106: alternate_bom_designator IS NULL;