DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on BOM_BILL_ALTERNATES_V

Line 1305: from bom_bill_alternates_v

1301: end if;
1302:
1303: select 1
1304: into g_dummy
1305: from bom_bill_alternates_v
1306: where assembly_item_id = l_bom_item_id
1307: and alternate_bom_designator = wjsi_row.alternate_bom_designator
1308: and organization_id = wjsi_row.organization_id
1309: and assembly_type = 1;