DBA Data[Home] [Help]

APPS.ENI_DBI_PCO_PKG dependencies on BOM_BILL_OF_MATERIALS

Line 89: bom_bill_of_materials

85: NVL(common_organization_id,organization_id)
86: INTO
87: l_item,l_org
88: from
89: bom_bill_of_materials
90: where
91: assembly_item_id = l_item and
92: organization_id = l_org and
93: alternate_bom_designator IS NULL;