DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on BOM_BILL_ALTERNATES_V

Line 1300: from bom_bill_alternates_v

1296: end if;
1297:
1298: select 1
1299: into g_dummy
1300: from bom_bill_alternates_v
1301: where assembly_item_id = l_bom_item_id
1302: and alternate_bom_designator = wjsi_row.alternate_bom_designator
1303: and organization_id = wjsi_row.organization_id
1304: and assembly_type = 1;