DBA Data[Home] [Help]

APPS.BOM_DELETE_GROUPS_API dependencies on WIP_TRANSACTIONS

Line 1103: update WIP_TRANSACTIONS WT

1099: where WCTI.ORGANIZATION_ID = p_organization_id
1100: and WCTI.PRIMARY_ITEM_ID = p_inventory_item_id;
1101:
1102: stmt_num := 11;
1103: update WIP_TRANSACTIONS WT
1104: set WT.PRIMARY_ITEM_ID = base_id
1105: where WT.ORGANIZATION_ID = p_organization_id
1106: and WT.PRIMARY_ITEM_ID = p_inventory_item_id;
1107: