DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on WIP_TRANSACTIONS

Line 1108: update WIP_TRANSACTIONS WT

1104: where WCTI.ORGANIZATION_ID = p_organization_id
1105: and WCTI.PRIMARY_ITEM_ID = p_inventory_item_id;
1106:
1107: stmt_num := 11;
1108: update WIP_TRANSACTIONS WT
1109: set WT.PRIMARY_ITEM_ID = base_id
1110: where WT.ORGANIZATION_ID = p_organization_id
1111: and WT.PRIMARY_ITEM_ID = p_inventory_item_id;
1112: