DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on STANDARD

Line 630: and msi.bom_item_type = 4; -- standard type

626: and msi.eng_item_flag = decode(l_seeEngItem,
627: 1,
628: msi.eng_item_flag,
629: 'N')
630: and msi.bom_item_type = 4; -- standard type
631: if ( l_result = 0 ) then
632: fnd_message.set_name('WIP', 'WIP_ERROR_SUBST_ASSEMBLY');
633: l_errMsg := 'Original item id ' || to_char(sub_rec.inventory_item_id) ||
634: ' at op seq ' || to_char(sub_rec.operation_seq_num) || '.';

Line 658: and msi.bom_item_type = 4; -- standard type

654: and msi.eng_item_flag = decode(l_seeEngItem,
655: 1,
656: msi.eng_item_flag,
657: 'N')
658: and msi.bom_item_type = 4; -- standard type
659: if ( l_result = 0 ) then
660: fnd_message.set_name('WIP', 'WIP_ERROR_SUBST_ASSEMBLY');
661: l_errMsg := 'Original item id ' || to_char(sub_rec.inventory_item_id) ||
662: ' at op seq ' || to_char(sub_rec.operation_seq_num) || '.';