DBA Data[Home] [Help]

APPS.ENI_DBI_CDE_PKG dependencies on BOM_BILL_OF_MATERIALS

Line 106: bom_bill_of_materials

102: NVL(common_organization_id ,organization_id)
103: INTO
104: l_item,l_org
105: from
106: bom_bill_of_materials
107: where
108: assembly_item_id = l_item_temp and
109: organization_id = l_org_master and
110: alternate_bom_designator IS NULL;