DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on WIP_MOVE_TRANSACTIONS

Line 1084: update WIP_MOVE_TRANSACTIONS WMT

1080: where WDJ.ORGANIZATION_ID = p_organization_id
1081: and WDJ.PRIMARY_ITEM_ID = p_inventory_item_id;
1082:
1083: stmt_num := 7;
1084: update WIP_MOVE_TRANSACTIONS WMT
1085: set WMT.PRIMARY_ITEM_ID = base_id
1086: where WMT.ORGANIZATION_ID = p_organization_id
1087: and WMT.PRIMARY_ITEM_ID = p_inventory_item_id;
1088: