DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on WIP_MOVE_TRANSACTIONS

Line 1079: update WIP_MOVE_TRANSACTIONS WMT

1075: where WDJ.ORGANIZATION_ID = p_organization_id
1076: and WDJ.PRIMARY_ITEM_ID = p_inventory_item_id;
1077:
1078: stmt_num := 7;
1079: update WIP_MOVE_TRANSACTIONS WMT
1080: set WMT.PRIMARY_ITEM_ID = base_id
1081: where WMT.ORGANIZATION_ID = p_organization_id
1082: and WMT.PRIMARY_ITEM_ID = p_inventory_item_id;
1083: