DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on BOM_EXPLOSION_TEMP

Line 11126: DELETE from BOM_EXPLOSION_TEMP

11122: DECLARE
11123: x_group_id NUMBER;
11124: BEGIN
11125: x_group_id := WSMPWROT.GET_EXPLOSION_GROUP_ID;
11126: DELETE from BOM_EXPLOSION_TEMP
11127: WHERE group_id = x_group_id;
11128:
11129: WSMPWROT.SET_EXPLOSION_GROUP_ID_NULL;
11130: COMMIT;