DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on BOM_BILL_ALTERNATES_V

Line 1990: from bom_bill_alternates_v

1986: if p_eam_wo_rec.alternate_bom_designator is not null then
1987:
1988: select 1
1989: into g_dummy
1990: from bom_bill_alternates_v
1991: where assembly_item_id = p_eam_wo_rec.asset_activity_id
1992: and alternate_bom_designator = p_eam_wo_rec.alternate_bom_designator
1993: and organization_id = p_eam_wo_rec.organization_id
1994: and assembly_type = 1;