DBA Data[Home] [Help]

APPS.INV_MGD_MVT_PURGE_TRANS dependencies on MTL_MOVEMENT_STATISTICS

Line 105: DELETE FROM MTL_MOVEMENT_STATISTICS

101: END IF;
102:
103: x_return_status := FND_API.G_RET_STS_SUCCESS;/*bug #7499719 'Y' was hardcoded changed to standard*/
104:
105: DELETE FROM MTL_MOVEMENT_STATISTICS
106: WHERE entity_org_id = p_legal_entity_id
107: AND upper(stat_type) like nvl(upper(p_stat_type),'%')
108: AND upper(usage_type) like nvl(upper(p_usage_type),'%')
109: AND upper(zone_code) like nvl(upper(p_zone_code),'%')