DBA Data[Home] [Help]

APPS.ENG_DEFAULT_REV_COMPONENT dependencies on BOM_BILL_OF_MATERIALS

Line 307: FROM bom_bill_of_materials bom

303: RETURN NUMBER
304: IS
305: CURSOR c_CheckForNew IS
306: SELECT Bill_Sequence_Id
307: FROM bom_bill_of_materials bom
308: WHERE bom.assembly_item_id =
309: g_Rev_Comp_Unexp_Rec.revised_item_id
310: AND bom.organization_id =
311: g_Rev_Comp_Unexp_Rec.organization_id