DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on AMS_ACT_PRODUCTS

Line 965: DELETE FROM ams_act_products

961: );
962: END IF;
963:
964: -- delete product data
965: DELETE FROM ams_act_products
966: WHERE arc_act_product_used_by = 'FUND'
967: AND act_product_used_by_id = p_object_id;
968: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' product records with budget ' || l_fund_rec.short_name);
969: IF SQL%ROWCOUNT > 0 THEN