DBA Data[Home] [Help]

APPS.EAM_WO_VALIDATE_PVT dependencies on BOM_BILL_ALTERNATES_V

Line 2070: from bom_bill_alternates_v

2066: if p_eam_wo_rec.alternate_bom_designator is not null then
2067:
2068: select 1
2069: into g_dummy
2070: from bom_bill_alternates_v
2071: where assembly_item_id = p_eam_wo_rec.asset_activity_id
2072: and alternate_bom_designator = p_eam_wo_rec.alternate_bom_designator
2073: and organization_id = p_eam_wo_rec.organization_id
2074: and assembly_type = 1;