DBA Data[Home] [Help]

APPS.ENI_DBI_PCM_PKG dependencies on BOM_BILL_OF_MATERIALS

Line 103: bom_bill_of_materials

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