DBA Data[Home] [Help]

APPS.OZF_FUND_EXTENSION_PVT dependencies on OZF_FUNDS_ALL_TL

Line 1063: DELETE FROM ozf_funds_all_tl

1059: , p_msg_type => 'MILESTONE'
1060: );
1061: END IF;
1062:
1063: DELETE FROM ozf_funds_all_tl
1064: WHERE fund_id = p_object_id;
1065: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);
1066: EXCEPTION
1067: WHEN fnd_api.g_exc_error THEN

Line 1065: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);

1061: END IF;
1062:
1063: DELETE FROM ozf_funds_all_tl
1064: WHERE fund_id = p_object_id;
1065: -- dbms_output.put_line('Remove ' || SQL%ROWCOUNT || ' ozf_funds_all_tl records with budget ' || l_fund_rec.short_name);
1066: EXCEPTION
1067: WHEN fnd_api.g_exc_error THEN
1068: -- dbms_output.put_line('delete_fund_schema exception expected error');
1069: x_return_status := fnd_api.g_ret_sts_error;