DBA Data[Home] [Help]

APPS.WIP_FLOWUTIL_PRIV dependencies on STANDARD

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

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

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

685: and msi.eng_item_flag = decode(l_seeEngItem,
686: 1,
687: msi.eng_item_flag,
688: 'N')
689: and msi.bom_item_type = 4; -- standard type
690: if ( l_result = 0 ) then
691: fnd_message.set_name('WIP', 'WIP_ERROR_SUBST_ASSEMBLY');
692: l_errMsg := 'Original item id ' || to_char(sub_rec.inventory_item_id) ||
693: ' at op seq ' || to_char(sub_rec.operation_seq_num) || '.';