DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on AMS_ACT_PRODUCTS

Line 988: DELETE FROM ams_act_products

984: );
985: END IF;
986:
987: -- delete product data
988: DELETE FROM ams_act_products
989: WHERE arc_act_product_used_by = 'FUND'
990: AND act_product_used_by_id = p_object_id;
991: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' product records with budget ' || l_fund_rec.short_name);
992: IF SQL%ROWCOUNT > 0 THEN