DBA Data[Home] [Help]

APPS.WSMPLBMI dependencies on BOM_EXPLOSION_TEMP

Line 11124: DELETE from BOM_EXPLOSION_TEMP

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