DBA Data[Home] [Help]

APPS.WIP_JSI_VALIDATOR dependencies on BOM_BILL_OF_MATERIALS

Line 1104: FROM BOM_BILL_OF_MATERIALS

1100: and msi.replenish_to_order_flag = 'Y'
1101: and msi.bom_item_type = 4
1102: and not exists
1103: (SELECT COMMON_BILL_SEQUENCE_ID
1104: FROM BOM_BILL_OF_MATERIALS
1105: WHERE ASSEMBLY_ITEM_ID = wjsi_row.primary_item_id
1106: AND ORGANIZATION_ID = wjsi_row.organization_id
1107: AND nvl(ALTERNATE_BOM_DESIGNATOR,'none') =
1108: nvl(wjsi_row.alternate_bom_designator,'none')